html {
    scroll-behavior: smooth;
}
.paddingSection img {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
header.header4 .logo {
    float: left;
    margin: 0px 0px;
}

@media (min-width: 992px) {
    header.header4 #main-navigation-wrapper.navbar-default.sticky_header .nav > li {
        padding: 45px 0px;
    }
    header.header4 #main-navigation-wrapper .nav > li {
        padding: 40px 0px;
    }
    #main-navigation-wrapper .nav > li > a {
        padding: 4px 15px;
        font-size: 17px;


        border-right: 1px dashed #383838;
    }

    ul.footer-info li {
        list-style: none;
        float: left;
        width: 535px;
    }
    ul.footer-info li{
        font-size: 16px;
        padding: 1px 40px 15px 25px !important;
    }
    .ftr-loc {
        font-size: 16px;
        padding: 1px 40px 15px 25px;
    }
}

.home6Slider .carousel-caption h5 {
    font-style: normal;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    width: 96%;
    margin-top: -10px;
    padding-left: 5px;
}
@media only screen and (min-width: 260px) and (max-width: 991px) {
    .navbar-default .navbar-toggle {
        border: medium none;
        display: block;
        margin: 33px 0px 9px;
        padding: 15px 19px;
    }
}

@media (max-width: 1023px) {
    .home6Slider .carousel-caption h1 {
        padding-left: 57px;
        color: #fff;
        font-weight: 400;
        font-size: 30px;
        line-height: 32px;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .home6Slider .carousel-caption h1 {
        padding-left: 80px;
        color: #fff;
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 0;
    }
}


.home6 .tophead p {
    margin-bottom: 5px;

    padding-left: 12px;
    font-size: 18px;
    font-style: normal;
    color: #0f3b6b;
}

<!-------------->
        /* Carousel caption styling */
    .carousel-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        padding: 20px;
        text-align: left;
        z-index: 10;
    }

.sliderTitle h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.header-requestbtn {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    text-decoration: none;
}

.header-requestbtn:hover {
    background-color: #0056b3;
    color: white;
}

/* Scrolling text animation (replaces <marquee>) */
.scroll-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #ffd700;
    font-size: 16px;
    animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Responsive styles */
@media (max-width: 991px) {
    .sliderTitle h1 {
        font-size: 2.2rem;
    }

    .header-requestbtn {
        padding: 10px 24px;
        font-size: 14px;
    }

    h5 span {
        font-size: 14px;
    }

    .scroll-text {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .sliderTitle h1 {
        font-size: 1.6rem;
    }

    .carousel-caption {
        padding: 10px;
    }

    .header-requestbtn {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 14px;
    }
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
    #minimal-bootstrap-carousel .carousel-inner .item {
        min-height: 335px !important;
    }
}
@media (max-width: 480px) {
    #minimal-bootstrap-carousel.home6Slider .carousel-caption .thm-container .box .content {
        display: block;

    }
    #minimal-bootstrap-carousel.home6Slider .carousel-caption .thm-container .box .content {

        margin-top: 20px;
    }
    .slider-content {
        padding-top: 35px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }
    header.header6 ul.header-info {
        margin: 0px 0px;
    }
}
#minimal-bootstrap-carousel.home6Slider .carousel-caption .thm-container .box .content {
    width: 100%;
}
@media only screen and (min-width: 260px) and (max-width: 767px) {
    #minimal-bootstrap-carousel .carousel-caption h1 {
        font-size: 15px !important;
        text-align: left;
        color: #fff !important;
        margin-top: -10px;
    }
}

.home6 .serviceContent p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.home6 .singleService:hover {
    color: white;
}
.blog-graylist ul li {
    list-style: none;
    /* float: left; */
    /* width: 50%; */
    background: url(fast-forward.png) no-repeat 0px 9px !important;
}
.header6 .logoSec .logo {
    margin: 0px;
}
.navbar-toggle {
    background-color: #103a6a;
}
@media (max-width: 991px) {
    header.header6 .navbar-header {
        background: #fffbff;
    }
}
@media (max-width: 480px) {
    header.header6 ul.header-info {
        display: block;
        background: #103a6a;
        display: none;
    }
}
@media only screen and (min-width: 260px) and (max-width: 991px) {
    ul.header-info li {
        color: #fffbff;
    }
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.home5-service1 {
    height: 400px;
}
.blog-graylist ul li {
    font-size:18px;
}
@media only screen and (min-width: 260px) and (max-width: 767px) {
    ul.breadcumb {
        display: block;
    }
}
@media only screen and (min-width: 260px) and (max-width: 767px) {
    .inner-pages-bnr .banner-caption {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 260px) and (max-width: 991px) {
    .navbar-default .navbar-toggle:hover .icon-bar {
        background: #103a6a;
    }
}
img.img-responsive.zoom_img_effect {

    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.home5-service1 a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 20px;
    font-weight: bold;
    color: white;
    font-size: 16px;
}
ul.category-list li a:hover {
    color: #143d6b;
    background: #fff;
}
.service-list-column .service-heading {
    width: 100%;
    float: left;
    border-left: 4px solid #2B73C1;
    padding: 15px 10px 15px 10px;
    box-shadow: 0px 4px 10px #ccc;
    text-align: center;
}
.home6 .singleService {
    border: 1px solid #ccc;
    padding: 0 25px 24px 25px;
    min-height: 282px;

    transition: all .4s ease-out;
    margin-top: 60px;
}
body {
    margin: 0px;
    padding: 0px;

    color: #011327;
    overflow-y: scroll;
    overflow-x: hidden;
}
section.pad100-top {
    padding-top: 26px;
}

section.pad10-top {
    padding-top: 100px;
}
.blog-graylist {

    background: #6dadf1;
}
.home6 p, .home8 p {
    font-family: "Poppins", sans-serif;
    color: #011327 !important;
}
li{
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
}
.home6 .singleService:hover .serviceContent p {
    color: #fff !important;
}
.icon{
    height: 120px;
    width: 120px;
    border-radius: 30px;
}
.feature-two__icon {
    width: 130px !important;
    height: 130px !important;
    border-radius: 25% !important;
    border: 1px solid #2b73c1 ;
    background-color: #2b73c1 ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}
.feature-two__innercol:hover {
    border-color: #f2ba00 !important;
}
@media (min-width: 992px) {
    .space,
    .space-bottom {
        padding: 54px !important;
    }
    .team-content1 {
        margin-top: 100px !important;
    }
}

.team-layout4 .team-box {
    margin-top:20px !important;
}
.team-layout4 .team-box .team-img img {
    border-radius: 0 75px 0 75px;
    width: 330px;
}
b, strong {
    font-weight: 700;
    color: #143d6b;
}

@media only screen and (min-width: 260px) and (max-width: 767px) {
    .inner-pages-bnr img {

        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .inner-pages-bnr img {
        height: 400px;
        width: 100%;
    }
}
.inner-pages-bnr h1 {
    font-size: 45px;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
}
ul.breadcumb li {

    color: #c6a011;
}
.topSecLeft h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 3px 0 0 10px;
    font-family: "Poppins", sans-serif;
    color: white;
}
.linkedin-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    background-color: #0077b5;
    font-size: 20px;
    transition: background-color 0.5s ease;
}

.dynamic-button {
    display: inline-block;
    width: 200px;
    padding: 10px 16px;
    border-radius: 5px;
    background-color:#143d6c;
    color: white;
    text-decoration: none;
    text-align: center;
    white-space: nowrap; /* Prevent text from wrapping */
    transition: background-color 0.5s ease;
}

.dynamic-button:hover {
    background-color: #218838;
}

/* Show only on desktop/laptop */
@media (min-width: 992px) {
    .social-and-button {
        display: flex;
        gap: 10px;
        padding-top: 23px;
        justify-content: flex-end;
        align-items: center;
    }
}

/* Hide on mobile and tablet */
@media (max-width: 991px) {
    .social-and-button {
        display: none;
    }
}

.header6 .navbar-collapse:before {

    border-top: 65px solid #143d6c;
    border-right: 0px solid transparent;
}
.header6 .var2-nav {
    background: #143d6c;
}
.header6 .sticky_header .navbar-collapse:before {
    border-top: 65px solid #143d6c;
}
.header6 #main-navigation-wrapper.navbar-default.sticky_header.navbar2-wrap {
    background: #143d6c;
}
.home6Slider .carousel-caption .thm-container .box .content::before {
    display:none !important;
}
#minimal-bootstrap-carousel .carousel-inner .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Adjust height as needed */
    background: rgba(0, 0, 0, 0.5); /* Black with 50% opacity - customize */
    z-index: 1;
    pointer-events: none;
}

/* Ensure the item has relative positioning to contain the pseudo-element */
#minimal-bootstrap-carousel .carousel-inner .item {
    position: relative;
    z-index: 0;
}
.slider-content {
    padding-top: 90px;
}
.service-right-desc {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
ul.category-list {
    width: 100%;
    float: left;
    margin: 0px 0px 30px;
    padding: 0px;
}
@media (max-width: 1023px) {
    .header6 .navbar-collapse::before {
        content: "";
        width: 74%;
        display: none;
    }
}
@media (max-width: 767px) {
    .inner-pages-bnr h1 {
        font-size: 20px !important;
        color: #fff;
        text-transform: none;
        margin-bottom: 10px;
    }
    section.pad100-top {
        padding-top: 13px;
    }
}
@media (max-width: 991px) {
    .left-column {
        margin-top: 20px;
    }
}
body {
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
