/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #dddddd;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #030f27;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: linear-gradient(135deg, #0c2d48, #2e8bc0);;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

body, .wrapper, .container-fluid {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Make sure the top bar takes the full width */
.top-bar {
    width: 100%;
    background-color: #000; /* Adjust the background color to match your design */
}

/* Ensure the row aligns properly with full width */
.top-bar .row {
    width: 100%;
    margin: 0;
}

/* Adjust logo styles */
.logo h2 {
    font-weight: bold;
    margin: 0;
    padding: 10px; /* Optional: Adjust padding for logo */
    text-align: left; /* Center or left align based on your need */
    color: #fff; /* Change the color as needed */
}

/* Ensure the logo link is centered or aligned properly */
.logo a {
    display: block;
    width: 100%;
    text-align: center; /* Change to left, right or center */
}

/* Optional: Full width for header container */
.wrapper {
    width: 100%;
    display: block;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #2e8bc0;
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition:  0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color:linear-gradient(135deg, #0c2d48, #2e8bc0);;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
/* Default Styles */
.top-bar {
    position: relative;
    height: 90px;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .logo {
    display: flex;
    align-items: center;
}

.top-bar .logo h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.top-bar .logo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.top-bar .top-bar-right {
    text-align: right;
}

.top-bar .top-bar-right h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

/* Large Screens (Desktops) */
@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

/* Tablets and Medium Screens */
@media (max-width: 991px) {
    .top-bar {
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 10px;
    }
    .top-bar .logo {
        justify-content: center;
        text-align: center;
    }
    .top-bar .top-bar-right {
        text-align: center;
        margin-top: 10px;
    }
}

/* Mobile Screens */
@media (max-width: 576px) {
    .top-bar .logo h2 {
        font-size: 25px;
    }
    .top-bar .top-bar-right h2 {
        font-size: 0px;
    }
    .top-bar .logo img {
        width: 50px;
        height: 50px;
    }
}



/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #030f27 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #2e8bc0;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);;
    border-color:linear-gradient(135deg, #0c2d48, #2e8bc0);;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
    }
    
    .nav-bar .navbar {
        padding: 20px;
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
        
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #030f27;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);;
    border-color:linear-gradient(135deg, #0c2d48, #2e8bc0);;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
/* Navbar Styling */
/* Navbar Styling */
.nav-bar {
    background-color: #030f27; /* Dark background for the navbar */
}

/* Dropdown Menu Styling */
.nav-bar .navbar-nav .dropdown-menu {
    background-color: #030f27; /* Same dark background as the navbar */
    border: none; /* Remove default border */
    border-radius: 0; /* Remove rounded corners */
    padding: 0; /* Remove padding */
    margin-top: 0; /* Align dropdown with the navbar */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
    display: none; /* Hide dropdown by default */
    position: absolute; /* Position dropdown below the parent item */
    top: 100%;
    left: 0;
    z-index: 1000; /* Ensure dropdown appears above other content */
}

/* Dropdown Items Styling */
.nav-bar .navbar-nav .dropdown-item {
    color: #ffffff; /* White text color */
    padding: 10px 20px; /* Add padding for better spacing */
    font-size: 14px; /* Adjust font size */
    transition: all 0.3s ease; /* Smooth hover effect */
}

/* Hover Effect for Dropdown Items */
.nav-bar .navbar-nav .dropdown-item:hover {
    background-color: #495057; /* Slightly lighter background on hover */
    color: #439aec; /* Keep text color white */
    text-decoration: none; /* Remove underline */
}

/* Active Dropdown Item Styling */
.nav-bar .navbar-nav .dropdown-item:active {
    background-color: #6c757d; /* Darker background for active state */
    color: #439aec; /* Keep text color white */
}

/* Dropdown Toggle Arrow Styling */
.nav-bar .navbar-nav .dropdown-toggle::after {
    margin-left: 5px; /* Add space between text and arrow */
    vertical-align: middle; /* Align arrow with text */
}

/* Ensure the dropdown menu aligns properly */
.nav-bar .navbar-nav .dropdown {
    position: relative;
}

/* Show dropdown on hover (for larger screens) */
.nav-bar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Media Query for 767.98px and below */
@media (max-width: 767.98px) {
    .nav-bar .navbar-nav .dropdown-menu {
        position: static; /* Reset positioning for mobile */
        box-shadow: none; /* Remove shadow for a cleaner look */
        display: none; /* Hide dropdown by default on mobile */
    }

    .nav-bar .navbar-nav .dropdown-item {
        padding: 10px 15px; /* Adjust padding for smaller screens */
    }
}
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);;
}

.page-header h2 {
    position: relative;
    color: #030f27;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #030f27;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #030f27;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: linear-gradient(135deg, #0c2d48, #2e8bc0);;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #030f27;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #fff;
    background: #2e8bc0;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px  #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background:linear-gradient(135deg, #0c2d48, #2e8bc0); 
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #2e8bc0;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #2e8bc0;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
  
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #2e8bc0;
    background: #0c2d48;
    font-size: 20px;
    
    
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/

/*******************************/
/********* Service CSS *********/
/*******************************/
/* Base Styles */
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto;
}

.service .service-img img {
    width: 100%;
    height: auto;
    display: block;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, 0.7);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background-color:  #0c2d48;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    flex-grow: 1;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}

.service .service-text h3:hover {
    color: #2e8bc0;
    letter-spacing: 1px;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    background: #030f27;
    transition: 0.3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}

.services-section {
    background-color: #030f27;
    padding: 50px 0;
}

.service-box {
    
    height: auto; /* Allow box height to adjust based on content */
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden; 
}

.service-box :hover{
    transform: translateY(-10px); /* Lift effect on hover */
    transition:0.5s;
        
        

}

.service-img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.service-h2 {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-title {
    font-weight: bold;
    margin-top: 10px;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .section-header h2 {
        font-size: 35px;
    }
    .service .service-item {
        width: 80%;
        padding: 10px;
        height: 450px;
    }
    .service-box {
       width: 80%;
        padding: 15px;
        height: 500px;
        margin-bottom: 20px;
    }
    .service-img {
        width: 150px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 35px;
    }
    .service .service-item {
        width: 70%;
        padding: 10px;
    }
    .service-box {
        width: 90%; /* Make the box fit smaller screens */
        margin: 0 auto;
    }
    .service-img {
        width: 250px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 35px;
    }
    .service .service-item {
        width: 70%;
        padding: 10px;
    }
    .service-box {
        width: 100%;
        padding: 15px;
    }
    .service-img {
        width: 200px;
        height: 150px;
    }
}


.service-1 {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service-1 .service-item {
    position: relative;
    width: 300px;
    text-align: center;
    margin-bottom: 30px;
}

.service-1 .service-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.service-1 .service-img img {
    width:200px;
}

.service-1 .service-overlay {
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service-1 .service-item:hover .service-overlay {
    opacity: 1;
}

.service-1 .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service-1 .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-1 .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .2s 0s;
}

.service-1 .service-text h3:hover {
    color: #2e8bc0;
    letter-spacing: 1px;
}

.service-1 .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #fff;
    background: #030f27;
    border-radius: 0;
    transition: .3s;
}

.service-1 .service-item:hover a.btn {
    color: #ffffff;
}

.services-section {
    background-color: #030f27;
    padding: 50px 0;
}

.service1-box {
    height: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.service1-img {
     width: 100%; /* Make it responsive */
    max-width: 150px; /* Prevents it from becoming too large */
    height: auto; /* Adjust height proportionally */
    border-radius: 10px;
    margin: 0 auto 15px; /* Centers the image */
    display: block; /* Ensures proper positioning */
    object-fit: cover; /* Maintains aspect ratio while filling */
}

.service-h2 {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-title {
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 50px;
    }
    .p {
        font-size: 10px;
    }
    .service-1 .service-item {
        position: relative;
        width: 80%;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .service1-box {
    height: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.service1-img {
    max-width: 120px;
}
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 50px;
    }
    .service-1 .service-item {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding: 10px 10px;
    }
    
    .service1-box {
    height: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.service1-img {
    max-width: 100px;
}
}



/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    width: 450px;
    height: 550px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width:100%;
    height: 350px;
}

.team .team-text {
    height: 150px;
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);
    transition: .5s;
    
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #0c2d48;
}

.team .team-item:hover .team-text h2 {
    color: #2e8bc0;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}

@media (min-width: 768px) {
    .team .team-item {
        width: 450px;
        height: 550px;
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .team .team-img {
        position: relative;
    }
    
    .team .team-img img {
        width:100%;
        height: 350px;
    }
    .team .p{
        font-size: small;
    }
    .team .team-text {
        height: 200px;
        position: relative;
        padding: 25px 15px;
        text-align: center;
        background: linear-gradient(135deg, #0c2d48, #2e8bc0);
        transition: .5s;
        
        
    }
}

@media (max-width: 768px) {
    .team .team-item {
        width: 350px;
        height: 550px;
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .team .team-img {
        position: relative;
    }
    
    .team .team-img img {
        width:100%;
        height: 350px;
    }
    .team .team-text {
        height: 150px;
        position: relative;
        padding: 25px 15px;
        text-align: center;
        background: linear-gradient(135deg, #0c2d48, #2e8bc0);
        transition: .5s;
        
    }
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #fdbe33;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fdbe33;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #030f27;
    background: #fdbe33;
}

.single .comment-form .btn:hover {
    color: #fdbe33;
    background: #030f27;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #030f27;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: linear-gradient(135deg, #0c2d48, #2e8bc0);;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #030f27;
   
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}




.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}



.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color:#fff;
    background:  linear-gradient(135deg, #0c2d48, #2e8bc0);
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #2e8bc0;
    background: #ffffff;
}
@media (max-width: 768px) {
    .portfolio .portfolio-img img {
        height: 200px;
        width: 540px;
        transition: .5s;
    }
    
}
.portfolio-img a img {
    transition: opacity 0.3s ease;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #030f27;
}

.contact .col-md-6:last-child {
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #2e8bc0;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #2e8bc0;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fdbe33;
    background: #030f27;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #030f27;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #2e8bc0;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #2e8bc0;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #2e8bc0;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #2e8bc0;
    border-color: #2e8bc0;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2e8bc0;
    background: #121518;
    border-radius: 0;
    border: 2px solid #2e8bc0;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #2e8bc0;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #2e8bc0;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #2e8bc0;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


.how-we-work-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);/* Light background color */
   
}


.how-we-work-section .section-header {
    margin-bottom: 40px;
}

.how-we-work-section .section-header h2 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff; /* Dark text color */
    margin-bottom: 10px;
}

.how-we-work-section .section-header p {
    font-size: 18px;
    color: #ffffff; /* Gray text color */
}

.how-we-work-section .process-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.how-we-work-section .step {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #ffffff; /* White background for each step */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin: 10px;
    transition: transform 0.3s ease;
}

.how-we-work-section .step:hover {
    transform: translateY(-10px); /* Lift effect on hover */
}

.how-we-work-section .step-icon {
    font-size: 40px; /* Icon size */
    color: #0c2d48; /* Icon color */
    margin-bottom: 15px;
}

.how-we-work-section .step-number {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff; /* White text color */
    background-color: #2e8bc0; /* Blue background for step number */
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.how-we-work-section h3 {
    font-size: 20px;
    font-weight: bold;
    color: #343a40; /* Dark text color */
    margin-bottom: 10px;
}

.how-we-work-section p {
    font-size: 16px;
    color: #6c757d; /* Gray text color */
}

.attachment-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px;
}

.attachment {
    display: inline-block;
    width: 150px;
    height: 130px;
    padding: 10px;
    background-color: #f1f3f4;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
}

.attachment img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 10px;
}
.attachment:hover{
    transform: scale(1.05);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.attachment p {
    margin: 0;
    font-size: 14px;
    color: #333;
    word-wrap: break-word;
    line-height: 1.2;
    height: 25px; /* Fixed height for the text to ensure uniformity */
}
.attachment p:hover{
    color: #fff;
}
.attachment:hover{
    color: #030f27;
    background: linear-gradient(135deg, #0c2d48, #2e8bc0);;
    border-color:linear-gradient(135deg, #0c2d48, #2e8bc0);;
}

.bright{
    color: #95B8C7;
}

.white {
    color: #fff;
}
.section-header {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.attachment-container {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

.footer {
    margin-top: 0px !important;
    padding-top: 10px !important;
}

.container, .row {
    min-height: 0 !important;
}

.gallery-container {
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
}

.gallery-wrapper {
    display: flex;
    overflow-x: auto; /* Enables scrolling with cursor */
    scroll-behavior: smooth;
    gap: 10px;
    padding-bottom: 10px;
    white-space: nowrap; /* Prevents images from wrapping */
}

.gallery-wrapper::-webkit-scrollbar {
    height: 8px; /* Small scrollbar */
}

.gallery-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Buttons beside images */


.btn-left {
    left: -50px;
}

.btn-right {
    right: -50px;
}



.image-container {
    padding: 15px;
}

.image-container img {
    width: 300px;
    height: 300px;
    display: block;
}


