.main-header {
    background-color: #171d2b;
}

@media only screen and (min-width: 768px) {
    .header-upper .brbr-btm {
        padding-bottom: 10px;
        /* margin-bottom: 10px;
        border-bottom: .5px solid #777777; */
    }
}


.brdr-right {
    border-right: .5px solid #fff;
}

.main-header .info-box {
    display: flex;
    align-items: center;
}

.section-pd {
    padding: 40px 0px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.mission-vission {
    position: relative;
    padding: 30px 0px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission-vission:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(15, 17, 22, 0.97);
}

.mission-vission .title-column {
    position: relative;
    padding: 0px 60px;
}

.mission-vission .title-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.mission-vission .text {
    color: #ffffff;
}

.mission-vission .counter-column {
    position: relative;
}

.mission-vission .counter-column .column-inner {
    position: relative;
    padding-left: 40px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    position: relative;
    padding: 30px 0px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .title h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    z-index: 1;
    padding-bottom: 10px;
}

.contact .title {
    margin-bottom: 20px;
}

.contact .title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 2px;
    background-color: #16b3c2;
}

.contact:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(15, 17, 22, 0.97);
}

.contact .info {
    /* border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4; */
    /* padding: 30px; */
    /* background: #fff; */
    width: 100%;
    /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); */
}

.contact .info i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #47b2e4;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #47b2e4;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    /* border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4; */
    /* padding: 30px; */
    /* background: #fff; */
    /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); */
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}


.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form label {
    padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #47b2e4;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.footer-social span {
    color: #b5b5b5;
}

.footer-social .address,
.footer-social .email,
.footer-social .phone {
    display: flex;
    color: #b5b5b5;
}

.footer-social i,
.footer-social i {
    padding-right: 10px;
    color: #b5b5b5;
}

.bg-light-blue {
    background-color: #f6feff;
}

.tp-banner .tp-caption {
    padding-left: 8% !important;
}

@media only screen and (max-width: 768px) {
    .mission-vission .brdr-btm {
        position: relative;
        padding: 20px 20px;
        border-bottom: .5px solid #fff;
    }

    .mission-vission .title-column {
        padding: 20px 20px;
    }
}

/****************************** product filter********************************/
.sbtn:focus {
    outline: 0;
    border: none;
}

#filter-buttons {
    margin-bottom: 20px;
}

#filter-buttons button {
    border-radius: 3px;
    background: #fff;
    border-color: transparent;
}

#filter-buttons button:hover {
    background: #ddd;
}

#filter-buttons button.active {
    color: #fff;
    background: #16b3c2;
}

#filterable-cards .cards {
    /* width: 15rem; */
    border: 2px solid transparent;
    margin-bottom: 20px;
    ;
}

#filterable-cards .cards-body {
    padding: 20px;
    background-color: #f1f1f1;
}

#filterable-cards .card-title {
    font-size: 20px;
    color: #1f1f1f;
}

#filterable-cards .card-text {}

#filter-buttons .custom-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    color: #1a1a1a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
    padding: 8px 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    border-bottom: 1px solid transparent;
}

#filterable-cards .cards.hide {
    display: none;
}

@media (max-width: 600px) {
    #filterable-cards {
        justify-content: center;
    }

    #filterable-cards .cards {
        width: calc(100% / 1 - 10px);
    }
}

.bg-sky-blue {
    background-color: #f0f8ff;
}

.close {
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

img {
    width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .main-slider .text {
        position: relative;
        color: #ffffff;
        font-size: 18px !important;
        word-spacing: 3px;
        font-weight: 300;
        padding-bottom: 30px !important;
    }

    .main-slider .tp-caption .theme-btn {
        border-width: 2px !important;
        padding: 10px 15px !important;
        font-size: 12px !important;
    }

    /* .main-slider .slider-media{
      padding-top: 15px!important;
    } */
    .tp-banner {
        height: 220px !important;
    }

    .main-slider h2 {
        padding-bottom: 30px !important;
    }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
    font-size: 18px;
    font-weight: 600;
    color: #353535;
    padding: 25px 25px;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 20px 25px;
    font-size: 15px;
    color: #2b2b2b;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.client-info {
    position: relative;
    margin-bottom: 30px;
}
.client-info .inner {
    position: relative;
    /* padding: 35px 20px; */
    text-align: center;
    /* min-height: 225px; */
    border: 1px solid #ececec;
}
button.close {
    position: relative;
    padding: 8px;
    font-size: 25px;
    z-index: 1;
}


/********************************* slider css *********************************/

.main-slider .slider {
    /* position: relative; */
    width: 100%;
    /* 100% of viewport width */
    height: auto;
    /* Adjust height based on content */
}

.main-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    /* Smooth transition effect */
}

.main-slider .slide.active {
    opacity: 1;
}

.main-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintain aspect ratio and cover entire area */
}
@media only screen and (max-width: 599px){
    .main-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintain aspect ratio and cover entire area */
}
.main-header .logo-outer .logo img{
	max-width:100%;
}
.main-slider{
	position:relative;
	z-index:10;
	height: auto;
}
.featured-post-two .inner-box .featured-content .text p{
	margin-bottom:20px;
	font-size: 20px;
}
.copyright{
    text-align: center!important;
}
}
.main-slider .prev-slide,
.main-slider .next-slide {
    position: absolute;
    top: 50%;
    /* Vertically center the buttons */
    transform: translateY(-50%);
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    /* Background with low opacity */
    color: white;
    transition: background-color 0.3s;
    z-index: 1;
    /* Ensure buttons are above the slides */
}

.main-slider .prev-slide {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main-slider .next-slide {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.main-slider .prev-slide:hover,
.main-slider .next-slide:hover {
    background-color: rgba(0, 0, 0, 0.5);
    /* Darker background on hover */
}

.main-slider .top-slider {
    position: relative;
    z-index: 1000;
}


/********************************* slider css *********************************/

.footer-widget a{
    color: #b5b5b5;
}
.footer-widget a:hover{
    color: #b5b5b5;
}
.header-upper .info-box a{
    color: #b5b5b5;
}
.header-upper .info-box a:hover{
    color: #b5b5b5;
}
.contact-info a{
    color: #777777;
}.contact-info a:hover{
    color: #777777;
}
.contact .info a{
    color: #fff;
}.contact .info a:hover{
    color: #fff;
}

.text-start{
    text-align: start;
}
.text-end{
    text-align: end;
}