@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700);
html {
    overflow-x: hidden;
}
.discover-button {
     align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #007bff; /* Adjust the blue shade if needed */
    border: none;
    border-radius: 30px; /* Makes it rounded */
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.figure-container {
     display: flex;
    justify-content: center;
    align-items: center;
}

.figure-container img {
     object-fit: contain;
}
#contentCarouselIndicators button {
    background-color: rgb(142, 142, 142);
}

#contact-btn{
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #007bff;  
    border: none;
    width: 187px;
    border-radius: 50px;  
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
     align-items: center;
    justify-content: center;
}
#contact-btn a{
    color: white;
    
}
 
/* Hover Effect */
.discover-button:hover {
    color: white;
     transform: scale(1.05);
}

/* Active Effect */
.discover-button:active {
     transform: scale(1);
}

/* Icon (if included inside the button) */
.discover-button i {
    margin-left: 8px;
}

#viewDetails{
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #007bff; /* Blue color */
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s;
}
#viewDetails:hover {
     transform: scale(1.05);
}
#viewDetails:active {
 
    transform: scale(1);
}
 

.list-inline-item a{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
    color: #333;
     align-items: center;
    justify-content: center;
    height: 30px;
 
   
}
#brandName a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
}
#contact a{
    color: #333;
    text-decoration: none;
}
@media (max-width: 767px) {
    .service-item {
        flex-direction: column;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }

    .service-item i {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .service-item h4 {
        font-size: 14px;
    }
}

.btn {
    margin: 0 10px;
}
@media (max-width: 768px) {
    .page-title {
        padding: 60px 0;
    }
    .carousel-indicators button {
        width: 10px;
        height: 10px;
    }

 
    .section-title h2 {
        font-size: 1.6rem;
    }

    .card-body h3 {
        font-size: 14px;
        max-width: 100%;
    }

    .card-body img {
        width: 75%;
        margin-bottom: 20px;
    }

    .card-body {
        text-align: center;
    }
    .carousel-item img {
        width: 300px;
        height: 300px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }

    .carousel-indicators button {
        width: 8px;
        height: 8px;
    }

    .d-flex {
        flex-direction: column;
        padding: 10px;
    }
    .blog-wrap .blog-item {
        margin-bottom: 30px;
    }
    .blog-wrap .blog-item {
        margin-bottom: 30px;
    }
    header.navigation .navbar-brand img {
        max-height: 50px;
    }
    .footer .widget {
        text-align: center;
    }

    .footer .logo {
        margin-bottom: 20px;
    }
    .navbar-toggler {
        color: #fff;
    }
    .bg-about {
        display: none;
    }

    .slider .block h1 {
        font-size: 56px;
        line-height: 70px;
    }
    .blog-item-meta span {
        display: block;
        margin: 6px 0px;
    }
    .widget {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }
    .slider {
        background-size: cover;
        background-position: center;
        padding: 100px 0 150px 0;
    }
    .page-title h1 {
        font-size: 1.8rem;
    }

    .portfolio-gallery {
        gap: 15px;
    }
    .carousel-item {
        text-align: center;
    }

    .post-image {
        max-width: 80%;
    }
    .btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .page-indicator {
        padding: 4px 12px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .page-title {
        padding: 50px 0;
    }
    .header-top .header-top-info a {
        margin-left: 0px;
    }
    .navbar-toggler {
        color: #fff;
    }
        #contact-btn a{
        font-size: 12px;
    }
    #maintext {
        font-size: 36px;
    }
    .slider .block h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .slider {
        padding: 126px 0 151px 0;
    }
    .content-title {
        font-size: 28px;
        line-height: 46px;
    }
    .bg-about {
        display: none;
    }
    .p-5 {
        padding: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 36px;
    }

    .blog-item-meta span {
        display: block;
        margin: 6px 0px;
    }
    .widget {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }
    .slider {
        background-size: cover;
        background-position: center;
        padding: 80px 0 120px 0;
    }
    .page-title h1 {
        font-size: 1.5rem;
    }

    .portfolio-gallery {
        gap: 10px;
    }

    .btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .page-indicator {
        padding: 3px 10px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .slider {
        background-size: cover;
        background-position: center;
        padding: 150px 0 200px 0;
    }
}

@media (max-width: 400px) {
    .header-top .header-top-info a {
        margin-left: 0px;
        display: block;
    }
 
    .card-body img {
        width: 70%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

 
    .carousel-control-next span,
    .carousel-control-prev span {
        display: none;
    }
    .carousel-control-prev {
        left: -7px;
    }

    .carousel-control-next {
        right: 20px;
    }

 
    .number {
        font-size: 20px;
    }
    .email {
        font-size: 15px;
    }
    .navbar-toggler {
        color: #fff;
    }
    .animated .fadeInUp .mb-5 {
        font-size: 20px;
    }
    .slider .block h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .slider {
        padding: 126px 0 151px 0;
    }
    .content-title {
        font-size: 28px;
        line-height: 46px;
    }
    .bg-about {
        display: none;
    }
    .p-5 {
        padding: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 36px;
    }

    .text-lg {
        font-size: 3rem;
    }
    .header-top .header-top-info {
        padding-bottom: 15px;
    }
    .blog-item-meta span {
        margin: 6px 0px;
    }
    .widget {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .footer .widget h4 {
        font-size: 16px;
    }
    .section-title h2 {
        font-size: 1.4rem;
    }

    .card-body h3 {
        font-size: 12px;
        max-width: 100%;
    }

    .card-body img {
        width: 60%;
        margin-bottom: 15px;
    }
    .post-title a {
        font-size: 14px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }

    .image-hvr-effect img:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    header.navigation .navbar-brand img {
        max-height: 40px;
    }

    .footer-menu a {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .carousel-item img {
        max-height: 500px;
    }
    .navbar-toggler {
        color: #fff;
    }
    .footer .logo img {
        max-width: 50%;
        height: auto;
    }
    #footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .bg-about{
        display: none;
    }
#header{
    display: flex;
     justify-content: center;
    align-items: center;
}
    .section-title h2 {
        font-size: 1.8rem;
    }

    .post-title a {
        font-size: 18px;
    }

    .d-flex {
        padding: 40px;
    }
}

@media (max-width: 1200px) {
    .card-body {
        flex-direction: column;
    }
 
#intro{
    text-align: center;
}
    .service-item i {
        font-size: 35px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .service-item h4 {
        font-size: 16px;
    }
}
body {
    line-height: 1.5;
    font-family: "Hind", serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.65);
    overflow-x: hidden;
}
 
.post-image {
    max-width: 100%;
    max-height: 300px; /* Adjust as needed */
    border-radius: 8px;
    object-fit: contain;

}

 

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #242424;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 42px;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.navbar-toggle .icon-bar {
    background: #007bff;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #007bff;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #007bff;
}

.py-7 {
    padding: 7rem 0px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.2s ease;
}

.btn.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.btn:focus {
    outline: 0px;
    border: 0px;
    box-shadow: none;
}

.btn-main,
.btn-transparent,
.btn-small {
    background: #007bff;
    color: #fff;
    transition: all 0.2s ease;
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
     color: #fff;
}

.btn-solid-border {
    border: 2px solid #007bff;
    background: transparent;
    color: #242424;
}

.btn-solid-border:hover {
    border: 2px solid #007bff;
    background: #007bff;
}

.btn-transparent {
    background: transparent;
    padding: 0;
    color: #007bff;
}

.btn-transparent:hover {
    background: transparent;
    color: #007bff;
}

.btn-large {
    padding: 20px 45px;
}

.btn-large.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-small {
    padding: 10px 25px;
    font-size: 12px;
}

.btn-round {
    border-radius: 4px;
}

.btn-round-full {
    border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.bg-gray {
    background: #f5f8f9;
}

.bg-primary {
    background: #007bff;
}

.bg-primary-dark {
    background: #f52626;
}

.bg-primary-darker {
    background: #dd0b0b;
}

.bg-dark {
    background: #242424;
}

.bg-gradient {
    background-image: linear-gradient(
        145deg,
        rgba(19, 177, 205, 0.95) 0%,
        rgba(152, 119, 234, 0.95) 100%
    );
    background-repeat: repeat-x;
}

.section {
    padding: 100px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-title {
    margin-bottom: 70px;
}

.section-title .title {
    font-size: 50px;
    line-height: 50px;
}

.section-title p {
    color: #666;
    font-family: "Poppins", sans-serif;
}

.subtitle {
    color: #007bff;
    font-size: 14px;
    letter-spacing: 1px;
}

.page-title,
.slider,
.cta,
.hero-img {
    position: relative;
}
section.page-title.bg-5::before {
    background: none;
}

.page-title:before,
.slider:before,
.cta:before,
.hero-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.cta-block,
.latest-blog {
    position: relative;
}

.cta-block:before,
.latest-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.text-color {
    color: #007bff;
}

.text-black {
    color: #242424;
}

.text-color2 {
    color: #c54041;
}

.text-color2 {
    color: #b99769;
}

.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

a {
    color: #242424;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #007bff;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.content-title {
    font-size: 40px;
    line-height: 50px;
}

.page-title {
    padding: 100px 0;
    text-align: center;
}

.page-title .block h1 {
    color: #fff;
}
.text-center {
    margin-top: 20px;
}
.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.page-title h1 {
    font-size: 2.5rem;
}
.page-title .block p {
    color: #fff;
}

.page-wrapper {
    padding: 70px 0;
}

.header-top {
    background: #222328;
    color: #919194;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .header-top-socials {
    padding: 12px 0px;
}

.header-top-socials a{
    text-decoration: none;

}
.header-top .header-top-socials a {
    color: #919194;
    margin-right: 15px;
    font-size: 16px;
}

.header-top .header-top-info {
    color: #919194;
    font-size: 16px;
}

.header-top .header-top-info a span {
    color: #fff;
}

.header-top .header-top-info a {
    margin-left: 35px;
    color: #919194;
}

.navbar-brand {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-brand span {
    color: #007bff;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
}

.bg-1 {
    background: url("../images/bg/heroimg.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 500px;
}
.bg-4 {
    background: url("../images/our\ clients\ banner.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 500px;
}
.bg-2 {
    background: url("../images/projects\ banner.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 500px;
}

.bg-3 {
    background: url("../images/about\ banner.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 500px;
}
.bg-5 {
    background-color: rgb(0, 104, 255);
}

.slider {
    background: url("../images/bg/herosection.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0 280px 0;
    position: relative;
}

.slider .block h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    color: #fff;
}

.slider .block p {
    margin-bottom: 30px;
    color: #b9b9b9;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

.slider .block span {
    letter-spacing: 1px;
}

.intro-item i {
    font-size: 60px;
    line-height: 60px;
}

.color-one {
    color: #007bff;
}

.color-two {
    color: #00d747;
}

.color-three {
    color: #9262ff;
}

.color-four {
    color: #088ed3;
}

.bg-about {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 45%;
    min-height: 650px;
    background: url("../images/about/img2.jpg") no-repeat;
    background-size: cover;
}

.about-content {
    padding: 20px 0px 0px 80px;
}

.about-content h4 {
    font-weight: 600;
}

.about-content h4:before {
    position: absolute;
    content: "\f576";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    top: 8px;
    left: -65px;
    font-weight: 700;
}

.counter-item .counter-stat {
    font-size: 50px;
}

.counter-item p {
    margin-bottom: 0px;
}

.service-item {
    position: relative;
    padding-left: 80px;
}

.service-item i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 50px;
    opacity: 0.4;
}

.slick-slide:focus,
.slick-slide a {
    outline: none;
}

.contact-form-wrap .form-group {
    padding-bottom: 15px;
    margin: 0px;
}

.contact-form-wrap .form-group .form-control {
    background: #f5f8f9;
    height: 48px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%;
}

.contact-form-wrap .form-group-2 {
    margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
    background: #f5f8f9;
    height: 135px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%;
}

.address-block li {
    margin-bottom: 10px;
}

.address-block li i {
    font-size: 20px;
    width: 20px;
}

.social-icons li {
    margin: 0 6px;
}

.social-icons i {
    margin-right: 15px;
    font-size: 25px;
}

.blog-item-content h3 {
    line-height: 36px;
}

.blog-item-content h3 a {
    transition: all 0.4s ease 0s;
}

.blog-item-content h3 a:hover {
    color: #007bff;
}

.lh-36 {
    line-height: 36px;
}

.latest-blog {
    position: relative;
    padding-bottom: 150px;
}

.mt-70 {
    margin-top: -70px;
}

.border-1 {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.next-prev {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px 0;
    padding: 25px 0;
}

.next-prev a {
    color: #000;
}

.next-prev a:hover {
    color: #007bff;
}

.next-prev .prev-post i {
    margin-right: 10px;
}

.next-prev .next-post i {
    margin-left: 10px;
}

#navbar {
    background: #222328;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
    padding-left: 15px;
}

#navbar .nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus {
    color: #007bff;
}

#navbar .btn {
    padding: 0.5rem 1.5rem;
    color: #fff;
}

.portflio-item .portfolio-item-content {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 0.35s ease;
}

.portflio-item:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.35s ease;
    overflow: hidden;
}

.portflio-item:hover:before {
    opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
    opacity: 1;
    bottom: 20px;
    right: 30px;
}

.portflio-item .overlay-item {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #007bff;
    opacity: 0;
    transition: all 0.35s ease;
}

.portflio-item:hover .overlay-item {
    opacity: 1;
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 35px;
}

.widget .widget-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {
    width: 100px;
    height: auto;
}

.widget.widget-latest-post .media .media-heading a {
    color: #242424;
    font-size: 16px;
}

.widget.widget-latest-post .media p {
    font-size: 12px;
    color: #808080;
}

.widget.widget-category ul li {
    margin-bottom: 10px;
}

.widget.widget-category ul li a {
    color: #837f7e;
    transition: all 0.3s ease;
}

.widget.widget-category ul li a:before {
    padding-right: 10px;
}

.widget.widget-category ul li a:hover {
    color: #007bff;
    padding-left: 5px;
}

.widget.widget-tag ul li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}

.widget.widget-tag ul li a {
    color: #837f7e;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #dedede;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
    color: #fff;
    background: #007bff;
    border: 1px solid #007bff;
}

.footer {
    padding-bottom: 10px;
}

.footer .copyright a {
    font-weight: 600;
}

.lh-35 {
    line-height: 35px;
}

.logo {
    color: #242424;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo span {
    color: #007bff;
}

.container-f {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.footer .widget h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    text-decoration: none;
    color: #555;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #007bff;
}

.footer .logo img {
    width: 100%;
    height: auto;
}

.text-color {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.text-color:hover {
    color: #0056b3;
}

header.navigation .navbar-brand img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 60px;
}

.blog-wrap .blog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-wrap .blog-item img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.blog-wrap .blog-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.blog-wrap .blog-item-content p {
    flex-grow: 1;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
}
.carousel-inner {
     overflow: hidden;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

 
 .carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%); /* Makes the arrows white */
    width: 40px;
    height: 40px;
}

.post-title a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

.post-title a:hover {
    color: #0056b3;
}

.image-hvr-effect img {
    transition: transform 0.3s, box-shadow 0.3s;
}

.image-hvr-effect img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.d-flex {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
 
 
#contentCarouselIndicators{
    bottom: -10px ;
}
.page-indicator {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    line-height: 30px;
    margin: 0px 10px;
    font-size: 18px;
}

.btn {
    margin: 0 10px;
}

.branding-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.image-container {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-container h2 {
    font-size: 1.25em;
    color: #333;
    margin-bottom: 10px;
}

.service-item {
    padding-top: 13px;
}

.service-item i {
    font-size: 40px;
    margin-bottom: 10px;
}

.service-item h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}

