/*
Template Name: Osahanin - Job Portal & Social Network HTML Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/
/*
    -- body
    -- Slider
    -- Top Nav
    -- Card Design
    -- Tab Design
    -- Login Page Designs
    -- People List
    -- Job List
    -- Network Item
    -- FAQ
    -- ChatP
    -- Blog
    -- Gallery / Review
    -- Extra
    -- Mobile Media
*/
 @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;display=swap');

/*02-jul*/
body.prevent{
    position: relative;
    height: 100%;
    overflow: hidden;
}
#deckpopup.opened{
    display: block;
    position: fixed;
    background: #000000b0;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#deckpopup{
    display: none;
}
#deckpopup .wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
#deckpopup .inner-container {
    border-radius: 10px;
    position: absolute;
    width: 400px;
    background: aliceblue;
    min-height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    height: 100px;
}
#deckpopup .closepop {
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}
#deckpopup .filebox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#deckpopup .upload-box {
    border: 2px dashed #007bff;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: center;
}
#deckpopup .upload-box input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
#deckpopup .recievers {
    height: 140px;
    overflow: auto;
}

/*02-jul*/

 /*27-may-25*/
 .myprofileimage {
    height: 150px;
    width: 150px;
    object-fit: cover;
    max-width: 150px;
    max-height: 150px;
}
 .modal-title{font-weight:600}
    .modal-body i{opacity:.8}

.skills {
    ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    } 
    li{
        padding: 3px 8px;
        margin: 0px;
        background: #f0f7ff;
        border-radius: 5px;
    }
}
 /*27-may-25*/
/* body */
 body {
     background: #edf2f6;
     font-size: 13px;
     font-family: 'Ubuntu', sans-serif;
}
 p{
     color: #888da8
}
/* End body */
/* Slider */
 .slick-arrow:before {
     color: #000;
     z-index: 99999;
}
 .slick-prev {
     left: 0;
     display: none;
}
 .slick-next {
     right: 9px;
     z-index: 9;
     background: #fff;
     border-radius: 50px;
     box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
/* End Slider */
/* Top Nav */
 .navbar-dark .navbar-nav .nav-link {
     color: rgba(255,255,255,.8);
}
 .osahan-nav-top .container {
     padding: 10px 16px;
}
 .osahan-nav-top .img-profile {
     width: 30px;
     height: 30px;
}
.osahan-nav-top .navbar-brand img {
    height: 50px;
    margin: -4px 0 0 0;
}
 .osahan-nav-top .osahan-list-dropdown .nav-link i {
     font-size: 16px;
}
 .osahan-nav-top .osahan-list-dropdown .nav-link .badge {
     position: absolute;
     border-radius: 50px;
     min-width: 15px;
     height: 15px;
     font-size: 9px;
     padding: 0px;
     right: 1px;
     line-height: 15px;
     top: 11px;
}
 .osahan-nav-top .nav-link {
     position: relative;
     height: 55px;
     display: flex;
     align-items: center;
}
 .osahan-nav-top .navbar-search .form-control {
     background: #132028;
}
 .osahan-nav-top .navbar-search .btn {
     background: #132028 !important;
     color: #74828e;
}
 .dropdown-list .dropdown-item {
     white-space: normal;
     padding-top: .5rem;
     padding-bottom: .5rem;
     border-left: 1px solid #e3e6f0;
     border-right: 1px solid #e3e6f0;
     border-bottom: 1px solid #e3e6f0;
     line-height: 1.3rem;
}
 .dropdown-list {
     padding: 0;
     border: none;
     overflow: hidden;
     width: 20rem!important;
}
 .dropdown-list .dropdown-header {
     background-color: #1d2f38;
     border: 1px solid #1d2f38;
     color: #fff;
     font-weight: 800;
     font-size: 14px;
     padding: .8rem 1rem;
}
 .dropdown-list .icon-circle {
     height: 2.5rem;
     width: 2.5rem;
     border-radius: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
/* End Top Nav */
/* Card Design */
 .box.border {
     border: 1px solid #ffffff !important;
}
 .shadow-sm {
     box-shadow: 0 6px 22px 0 rgba(0,0,0,0.08) !important;
}
/* End Card Design */
/* Tab Design */
 .osahan-line-tab .nav-link {
     font-size: 14px;
     font-weight: 500;
     padding: 1rem!important;
     color:#888da8;
     position: relative;
}
 .osahan-line-tab .nav-link.active {
     color: #007bff;
}
 .osahan-line-tab .nav-link.active:after {
     content: "";
     background: -moz-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ff3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    /* safari4+,chrome */
     background: -webkit-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* safari5.1+,chrome10+ */
     background: -o-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* opera 11.10+ */
     background: -ms-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ie10+ */
     background: linear-gradient(256deg, #00c9e4 0%, #007bff 100%);
    /* w3c */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c9e4',GradientType=1 );
    /* ie6-9 */
     height: 3px;
     position: absolute;
     bottom: -2px;
     left: 0;
     right: 0;
}
/* End Tab */
/* Login Page Designs */
 .osahan-login .form-control {
     background: #f8fafc;
     border-color: #eaebec;
}
 .icon-form-control i {
     display: flex;
     top: 0;
     bottom: 0;
     align-items: center;
     font-size: 16px;
     justify-content: center;
     width: 40px;
}
 .icon-form-control .form-control {
     padding-left: 40px;
}
 label {
     font-weight: 500;
}
 .custom-control label {
     line-height: 22px;
     font-weight: 400;
}
 .btn-outline-instagram {
     border-color: #2a5b83;
     background-color: #2a5b83;
     color: #fff;
}
 .btn-outline-linkedin {
     border-color: #187fb9;
     background-color: #187fb9;
     color: #fff;
}
 .btn-outline-facebook {
     border-color: #43619d;
     background-color: #43619d;
     color: #fff;
}
/* End Login Page Designs */
/* People List */
 .people-list .font-weight-bold {
     font-weight: 500 !important;
     word-break: break-all;
     overflow: hidden;
     white-space: nowrap;
}
 .people-list .btn-sm {
     font-size: .800rem;
}
 .people-list .font-weight-bold div {
     text-overflow: ellipsis;
     overflow: hidden;
}
/* End People List */
/* Job List */
 .job-item-header .img-fluid, .job-item-2 .img-fluid {
     width: 40px;
     height: 40px;
}
/* End Job List */
/* Network Item */
 .overlap-rounded-circle .rounded-circle {
     width: 22px;
     height: 22px;
     border: 2px solid #fff;
     margin: 0 0 0 -9px;
}
 .overlap-rounded-circle {
     margin-right: 9px;
     padding-left: 9px;
}
 .image-overlap-2 .img-fluid {
     width: 75px;
     height: 75px;
     border: 4px solid #fff;
     margin: 0 -12px;
}
/* End Network Item */
/* FAQ */
.card-btn-arrow {
   display: inline-block;
   color: #377dff;
   margin-left: 1rem;
   transition: 0.3s ease-in-out;
}
.collapsed .card-btn-arrow {
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
/* End FAQ */
/* Chat */
.osahan-chat-box {
   height: 322px;
   overflow-y: scroll;
}
.osahan-chat-list {
   overflow-y: auto;
   height: 463px;
   min-height: 463px;
}
/* End Chat */
/* Blog */
.blog-card .card-footer img {
    margin: 0 11px 0 0;
     width: 33px;
 }
 .blog-card .badge {
     font-size: 12px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     margin: 0 0 12px;
     padding: 6px 10px;
     text-transform: uppercase;
 }
 .blog-card .badge-primary {
     background-color: rgba(92, 93, 232, 0.1);
     color: #5c5de8;
 }
 .blog-card .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
 }
 .blog-card .badge-success {
     background-color: rgba(0, 216, 200, 0.09);
     color: #00d8c8;
 }
 .blog-card .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40;
 }
 .blog-card .badge-info {
     background-color: rgba(23, 160, 184, 0.17);
     color: #17a2b8;
 }
 .blog-card .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #5c5de8;
 }
 .reviews-card .d-flex {
     height: 50px;
     width: 50px;
 }
 .reviews-card h5 small {
     color: #848484;
     font-size: 12px;
     margin: 0 0 0 8px;
 }
 .star-rating i {
    font-size: 11px;
    letter-spacing: -1px;
 }
 .list-icon i {
     float: left;
     font-size: 36px;
     line-height: 47px;
     width: 52px;
 }
 .list-icon {
     margin-bottom: 24px;
 }
 .list-icon strong {
     text-transform: uppercase;
     vertical-align: text-top;
 }
 .list-icon p {
     line-height: 11px;
 }
 .property-single-title {
     bottom: 0;
     left: 0;
     padding: 37px 0;
     position: absolute;
     right: 0;
 }
.reviews-card h5.mt-0 {
    font-size: 14px;
}
ul.sidebar-card-list {
    margin: 0;
    padding: 0;
}
.sidebar-card-list li a {
    display: inline-block;
    width: 100%;
    color: #585b5f;
}
.sidebar-card-list > li {
    line-height: 32px;
    list-style: none;
} 
.footer-social a {
    background: #007bff;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
}
/* End Blog */

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px; /* space between icons */
  padding: 10px 0;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;   /* box size */
  height: 45px;
  border-radius: 50%;  /* pure circle */
  font-size: 22px;     /* icon size */
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */
.icon-box:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  opacity: 1; /* full color */
}
.icon-box.twitter { 
  background: #000;  /* Black background for X logo */
}
.icon-box.twitter svg {
  width: 22px;
  height: 22px;
}


/* Brand colors */
.icon-box.instagram { background: #E1306C; }
.icon-box.facebook  { background: #1877F2; }
.icon-box.twitter   { background: #1DA1F2; }
.icon-box.youtube   { background: #FF0000; }

/* status-ring */
  .status-ring {
    position: relative;
    width: 150px; height: 150px;
    margin: 0 auto 18px;  /* thoda gap badge ke liye */
  }
  .status-ring .avatar {
    width: 100%; height: 100%;
    border-radius: 999px;
    background: #fff;
    padding: 6px;                 /* inner white border */
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    object-fit: cover;
  }
  /* circular ring using mask (8px thick) */
  .status-ring::before{
    content:""; position:absolute; inset:0;
    border-radius: 999px;
    background: var(--ring, transparent);
    -webkit-mask: radial-gradient(circle at 50% 50%, transparent calc(100% - 8px), #000 0);
            mask: radial-gradient(circle at 50% 50%, transparent calc(100% - 8px), #000 0);
  }

  /* badge */
  .status-badge{
    position:absolute; left:50%; bottom:-8px; transform:translateX(-50%);
    padding: 4px 12px;
    border-radius: 999px;
    color:#fff; font-size:12px; font-weight:700; letter-spacing:.2px;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    border: 3px solid #fff;     /* avatar se crisp separation */
    white-space: nowrap;
  }

  /* THEMES */
  .status-ring.hiring      { --ring: conic-gradient(#3b82f6, #60a5fa 60%, #3b82f6); }
  .status-ring.hiring .status-badge { background:#2563eb; }
  .status-ring.otw         { --ring: conic-gradient(#10b981, #34d399 60%, #10b981); }
  .status-ring.otw .status-badge   { background:#059669; }

  /* optional: responsive */
  @media (max-width: 480px){
    .status-ring{ width:128px; height:128px; }
  }

/* Gallery / Review */
.reviews-members img.mr-3 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.reviews-members {
    border-bottom: 1px solid #eaebec;
    padding: 17px 17px;
    margin: 0 -17px;
}
.reviews-members:last-child {
    border: none;
}
.gallery-box-main {
    border-radius: 10px;
    overflow: hidden;
}
.gallery-box:last-child {
    margin-bottom: 0px;
}
.gallery-box img:last-child {
    margin-right: 0px;
}
.gallery-box {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    justify-content: space-between;
}
.gallery-box img {
    width: 34%;
    border-right: 2px solid transparent;
}
/* End Gallery / Review */

/* home page code*/

/* General section styling */
section.px-2 {
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Content section */


.content-sec{
    display:flex;
    align-items:center;
    text-align:center;
}

.content-sec .first-heading h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;

}

.content-sec .first-heading h1 span {
  color: #007bff;
}

.content-sec .first-heading p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
  text-align:center;
}

.custom-image img{
width:450px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .content-sec {
    margin-bottom: 30px;
  }

  .content-sec .first-heading h1 {
    font-size: 1.5rem;
  }

  .content-sec .first-heading p {
    font-size: 1rem;
  }
}




/* Extra */
 a{
     text-decoration: none !important;
}
 div, a{
     outline: none !important;
}
 .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
     padding-right: 8px;
     padding-left: 8px;
}
 .row {
     margin-right: -8px;
     margin-left: -8px;
}
 .osahan-share-post textarea {
     resize: none;
}
 .text-success {
     color: #00c9a7 !important;
}
 .text-danger {
     color: #de4437 !important;
}
 .text-warning {
     color: #ffc107 !important;
}
 .text-info {
     color: #00dffc !important;
}
 .bg-success {
     background-color: #00c9a7 !important;
}
 .bg-danger {
     background-color: #de4437 !important;
}
 .bg-warning {
     background-color: #ffc107 !important;
}
 .bg-info {
     background-color: #00dffc !important;
}
 .badge-success {
     color: #fff;
     background-color: #00c9a7;
}
 .badge-danger {
     color: #fff;
     background-color: #de4437;
}
 .badge-warning {
     color: #1e2022;
     background-color: #ffc107;
}
 .badge-info {
     color: #1e2022;
     background-color: #00dffc;
}
 .border, .card {
     border: 1px solid #eaebec!important;
}
 .border-top {
     border-top: 1px solid #eaebec!important;
}
 .border-bottom {
     border-bottom: 1px solid #eaebec!important;
}
 .border-left {
     border-left: 1px solid #eaebec!important;
}
 .border-right {
     border-right: 1px solid #eaebec!important;
}
 .list-group-item{
     border-color: #eaebec!important;
}
 .btn-light {
     color: #007bff;
     background-color: #ebf2ff;
     border-color: #ebf2ff;
}
 .btn-light:hover {
     color: #007bff;
     background-color: #ffffff;
     border-color: #007bff;
}
 .btn-primary{
     background: -moz-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ff3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    /* safari4+,chrome */
     background: -webkit-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* safari5.1+,chrome10+ */
     background: -o-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* opera 11.10+ */
     background: -ms-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ie10+ */
     background: linear-gradient(256deg, #00c9e4 0%, #007bff 100%);
    /* w3c */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#00c9e4',GradientType=1 );
    /* ie6-9 */
     border-color: #007bff;
}
 .text-gold {
     color: #d3ac2b;
}
 .btn-outline-gold {
     color: #d3ac2b;
     border-color: #d3ac2b;
}
 .btn-outline-gold:hover {
     color: #ffffff;
     background-color: #d3ac2b;
     border-color: #d3ac2b;
}
 .dropdown-menu{
     border-color: #eaebec;
}
 .dropdown-item {
     padding: 6px 1rem;
}
 .btn-outline-secondary {
     color: #b7b9cc;
     border-color: #b7b9cc;
}
 .btn-outline-secondary:hover, .btn-outline-secondary:focus {
     color: #ffffff;
     border-color: #b7b9cc;
     background-color: #b7b9cc;
}
 .bg-dark {
     background: #1d2f38 !important;
}
 .form-control, .btn {
     font-size: 13px;
}
.input-group-text, .custom-select{
  font-size: 13px;
}
 .text-dark {
     color: #1d2f38 !important;
}
 .small, small {
     font-size: 12px;
}
 .no-arrow .dropdown-toggle::after {
     display: none;
}
 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .dropdown .dropdown-menu, .dropdown-item {
     font-size: .85rem;
}
 .text-gray-500 {
     color: #b7b9cc!important;
}
 .dropdown-list-image {
     position: relative;
     height: 2.5rem;
     width: 2.5rem;
}
 .dropdown-list-image img {
     height: 2.5rem;
     width: 2.5rem;
}
 .dropdown-list-image .status-indicator {
     background-color: #eaecf4;
     height: .75rem;
     width: .75rem;
     border-radius: 100%;
     position: absolute;
     bottom: 0;
     right: 0;
     border: .125rem solid #fff;
}
/* Extra End */

.sec-two {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Section heading */
.service-design-mainheading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  /* margin-bottom: 40px; */
  color: #333;
}

.service-design-mainheading h2 span {
  color: #007bff; /* Highlight color */
}

/* Card container */
.service-card-design {
  display: flex;
  flex-wrap: wrap;
}
.service-card-design .main-design
{
margin-bottom:20px
}

/* Card styles */
.service-card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Icon style */
.service-icon {
  margin-bottom: 20px;
}

.service-icon svg {
  fill: #007bff;
  height: 50px;
  width: 50px;
}



.feather-google::before {
    content: url('path-to-your-google-icon.svg'); /* could be a base64 encoded SVG too */
    display: inline-block;
    width: 1em;
    height: 1em;
  }
  


.center-buttons{
display:flex;
justify-content:center;
}
.text-end{
text-align:end;

}


/* footer css  start*/


.footer-design{
    background:#262c31;
    color:#fff;
    padding:70px 0px 40px 0px;
    /* border-radius:10px; */
padding-top:50px !important;
padding-bottom:50px !important;  
}
    
    
    .genral-info ul {
    padding-left:0px;
    }
    
    .genral-info ul li{
    list-style-type:none;
    line-height:35px;
    color:#fff;    
   font-size:18px;
}
    
.genral-info ul li a{ 
    color:#fff;    
}



    .genral-info h5{
        display: inline-block;
        border-bottom: 1px solid;
        padding: 5px 0px;
        color:#fff;
    }
    
    .genral-info p{
color:#fff;
    }



    
    .reach-info ul {
    padding-left:0px;
    }
    
    .reach-info ul li{
    list-style:none;    
    line-height:30px;
    }
    
    
    .footer-last-bottom{
    background-color:#000;
    text-align:center;
    padding:10px 0;
    color:#fff;
    p{
    margin-bottom:0px;
    color:#fff;
    }
    }
    
    .quick-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    
    .social-links ul{
    display:flex;
    i{
    font-size:20px;
    }
    
    li{
    padding:0px 5px;
    
    }
    }
    .collase-bttn{
    justify-content:end;
    }
    
    /* pricing cards */
    
    .basic{
    border-radius:10px;
    padding:20px;
    height:100%;
        h3{
    padding:10px 20px;
    font-weight:700;
    font-size:38px;
        }
        h4{
            padding:10px 20px;
            font-weight:700;
          }
    }
    .basic> span:first-child{
        background: black;
        padding: 10px 20px;
        margin: 12px 22px;
        bottom: 30px;
        position: relative;
        border-radius: 10px;
        color: #fff;
        font-weight: 600;
    } 
    
    .basic span{
    padding:10px 20px;
    font-weight:600;
    }
/* footer css end */


/* Responsive layout */
@media (max-width: 768px) {
  .service-card {
    margin-bottom: 30px;
  }

  .service-design-mainheading h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .service-card {
    padding: 20px;
  }

  .service-design-mainheading h2 {
    font-size: 1.5rem;
  }
}



/* Mobile Media */
@media (max-width: 768px) {
	.osahan-nav-top .dropdown-menu {
		width: 100% !important;
	}
	.osahan-nav-top .nav-item.dropdown {
		position: unset;
	}
	.osahan-line-tab .nav-link {
		font-size: 13px;
	}
	.job-tags .btn {
		margin: 3px 1px !important;
	}
	.profile-right {
		display: inline-grid;
	}
	.profile-right .btn {
		margin: 2px 0 !important;
	}
}
/* End Mobile Media */
/* search*/
   #search-wrap { max-width: 520px; }
.search-suggest{
  position:absolute; top:100%; left:0; right:0; z-index:1050;
  background:#fff; border:1px solid #e5e7eb; border-radius:8px;
  box-shadow:0 8px 28px rgba(0,0,0,.08); margin-top:6px; overflow:hidden;
}
.search-suggest .item{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px; cursor:pointer;
}
.search-suggest .item:hover, .search-suggest .item.active{ background:#f8fafc; }
.search-suggest .avatar{ width:30px; height:30px; border-radius:50%; object-fit:cover; }
.search-suggest .pill{ margin-left:auto; font-size:12px; color:#64748b; }
.search-suggest .more{ text-align:center; padding:10px; border-top:1px solid #eef2f7; font-weight:600; }
.search-suggest .empty{ padding:10px 12px; color:#64748b; }


/* our css */
.page-logo {
    width: 140px;
    background-color: #000;
    padding: 17px;
    border-radius: 20px;
}

.signinbtn{
background-color:#386aff;
color:#fff;
font-size:1rem;
}

.signinbtn img{
    background-color: #fff;
    margin-right: 20px;
    border-radius: 4px;
    height:20px;
}

.signinbtn:hover{
background-color:#2055f1;
color:#fff;
}

.organization-info{
position: relative;
}

.organization-info h6{
margin-top:42px;
text-align:start;
}

.organization-info p{
text-align:start;
}





.profile-image{
width: 100px;
border: 1px solid #00BCD4;
position: absolute;
top: 96px;
bottom: 0px;
left: 14px;
right: 0px;
z-index: 9999999;
background-color: #fff;

}

.signinbtn{
border-radius:20px;
margin-bottom:10px;
}

.extra-fe a{
background-color:transparent;
color:#000;
border:1px solid black;
}
.signinbtn img{
max-height:20px; 
margin-right:8px;
}

.funding-cards {
    display: flex;
    flex-direction: column;
    min-height: 450px;
    padding:0px 20px;
    text-align:center;
    align-items:center;
}



.funding-cards p{
font-size:19px;
line-height:1.4;
margin-top:20px;
color:#000;
}

.funding-cards img{
width:350px;
margin:auto;
}
.funding-cards a{
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 16px;
     margin-top: auto; 
    text-decoration: none; 
    color: black;
width:max-content;
}

.investor-info p{
font-size:19px;
color:#000;
}


.investor-info ul{
padding:0px;
}

.investor-info ul li{
border: 1px solid;
padding: 6px 10px;
margin: 5px 0px;
list-style:none;
background-color:#fff;
}
/* swipper */

.mySwiper{
height:300px;
}
.sec-three {
    padding-top: 80px;
    padding-bottom: 80px;
}


.post-info ul{
display:flex;
list-style-type:none;
padding-left:0px;
flex-wrap: wrap;
}



.post-info ul li{
    padding: 7px 12px;
    border-radius: 20px;
    background-color:#6290d624;
    color:#000 ;
    margin-right: 10px;
    margin-top:10px;
    text-transform:math-auto;
}

.navbar-nav li a span{
font-size:17px;
}

.main h3{
font-size:2.8rem;
}

.main p {
font-size:19px;

}

.list-group-flush > .list-group-item {
    cursor: pointer;
}
