* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height: 24px;
    scroll-behavior: smooth;
    font-weight: 400;
    background-color: #fff;
    color: #100024;
    font-family: "SolaimanLipi", Arial, sans-serif;
}
:root {
    --swiper-navigation-size: auto;
}
a {
    text-decoration: none;
}
.w-img img {
    width: 100%;
}
.m-img img {
    max-width: 100%;
}
a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}
a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0);
}
button:hover {
    cursor: pointer;
}
button:focus {
    outline: 0;
    border: 0;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3941;
    line-height: 24px;
    transition: all 0.3s ease-out 0s;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style-type: none;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px !important;
}
*::-moz-placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.z-index-1 {
    z-index: 1;
}
.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}
.p-relative {
    position: relative;
}
.container {
    max-width: 1040px;
    margin: 0 auto;
}
.opacity-0 {
    opacity: 0;
}
.red-color {
    color: #da0000;
}
.green-color {
    color: #029a02;
}
.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-80 {
    margin-bottom: 80px;
}
.body-bg {
    background: repeat-y scroll center top rgba(0, 0, 0, 0);
}
.main-content {
    padding: 0 10px;
    /* overflow:auto; */
}
.form-control:focus {
    border-color: #009444;
    box-shadow: none;
}
.form-check-input:focus {
    border-color: #009444;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #009444;
    border-color: #009444;
}
.border-b {
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 10px;
}
.top-content {
    background-color: #f0f5f8;
    display: flex;
    align-items: center;
    padding: 8px 10px;
}
.email-link {
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 16px;
    color: #1160d7;
}
.email-link ion-icon {
    margin-right: 5px;
    font-size: 20px;
}
.marquee-text {
    color: #333;
    width: 100%;
    font-size: 17px;
}
.marquee-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.header{
    width: 100%;
}
.nav_list {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(187, 187, 187, 0.336);
}
.nav_list li {
    padding-right: 24px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.nav_list li:hover a {
    width: 100%;
}
.nav_list li:hover .sub_down {
    top: 30px;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    padding: 10px 10px 10px 10px;
}
.nav_list li a {
    font-size: 16px;
    color: #302f2f !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav_list li a ion-icon {
    font-size: 12px;
}
.nav_list li a .home-icon {
    font-size: 18px;
}
.nav_list li a:hover {
    color: #0d6efd !important;
}
.nav_list li a span {
    padding-right: 10px;
    font-size: 18px;
}
.nav_list li a .droppper {
    font-size: 16px;
}
.nav_list li .sub_down {
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 10px 8px 10px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    visibility: hidden;
    display: block;
    width: 230px;
    border: none;
    border-top: 2px solid #0d6efd;
    opacity: 0;
    top: 40px;
    right: 0;
    padding: 0;
    z-index: 10;
}
.nav_list li .sub_down li {
    padding: 5px 8px;
    width: 100%;
    margin: 2px 0;
}
.nav_list li .sub_down li:hover {
    background-color: #e1e0e0;
    border-radius: 4px;
}
.nav_list li .sub_down li:hover .sub_sub_down {
    opacity: 1;
    visibility: visible;
    right: -100px;
    top: 25px;
}
.nav_list li .sub_down li:hover .sub_sub_down a {
    font-size: 15px;
    color: #3e3c3c;
    font-weight: 400;
}
.nav_list li .sub_down li:hover .sub_sub_down a:hover {
    color: #0d6efd;
}
.nav_list li .sub_down li:hover a {
    color: #0d6efd;
}
.nav_list li .sub_down li a {
    font-size: 16px;
    color: #272626;
    font-weight: 400;
}
.nav_list li .sub_down .sub_sub_down {
    visibility: hidden;
    opacity: 0;
}
.hero-slider {
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-slider::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.hero-banner {
    position: relative;
}
.hero-banner .hero-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero-banner .hero-content .hero-logo img {
    max-height: 80px;
    object-fit: contain;
    border-radius: 50%;
}
.hero-banner .hero-content h3 {
    font-size: 26px;
    color: #fff;
}
.hero-banner .hero-content p {
    color: #fff;
    font-weight: 400;
}
.guest-item .guest-title {
    background: linear-gradient(135deg, #5491e8, #27ae60);
    padding: 6px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.guest-item .guest-profile {
    margin-top: 10px;
}
.guest-item .guest-profile img {
    width: 100%;
    object-fit: contain;
}
.guest-item .guest-profile p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.help-list {
    margin-top: 10px;
} 
.help-list img{
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    margin-top: 15px;
}
.help-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #3f3d3d;
    font-weight: 400;
    margin-top: 3px;
}
.help-list li a {
    color: red;
    font-weight: 700;
}
.home-text {
    padding: 20px;
    background-color: #f7f7f7;
}
.home-text p {
    font-size: 16px;
    line-height: 28px;
    color: #4b4a4a;
}
.home-main-feature {
    background-color: #f5f5f5;
    padding: 20px 0;
}
.feature-content {
    padding: 10px;
}
.feature-content .feature-icon {
    display: flex;
    justify-content: center;
}
.feature-content .feature-icon img {
    max-width: 60px;
    object-fit: contain;
}
.feature-content .feature-text {
    padding-top: 15px;
}
.feature-content .feature-text h4 {
    text-align: center;
    font-size: 17px;
    line-height: 16px;
    font-weight: 700;
}
.feature-content .feature-text p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #737373;
}
.feature-content .feature-text ul {
    margin-left: 22px;
    padding-top: 10px;
}
.feature-content .feature-text ul li {
    font-size: 15px;
    color: #3f3f3f;
    list-style: disc;
    margin-top: 2px;
}
.feature-content .feature-text ul li:hover {
    color: #0d6efd;
}
.right-border {
    border-right: 1px solid #d3d3d3;
}
.right-border:last-child {
    border-right: none;
}
.sub-feature-content {
    margin-bottom: 50px;
}

.sub-feature {
    padding: 20px 8px 10px 8px;
    margin-bottom: 20px;
}

.quick-services {
    margin: 30px 0;
}
.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.11) 0px 7px 29px 0px;
    height: 100%;
    transition: transform 0.3s;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-icon {
    font-size: 40px;
    color: #5491e8;
    margin-bottom: 15px;
}
.c-button:hover{
     background: linear-gradient(135deg, #5491e8, #27ae60);
}
.footer {
    background-color: #f6f6f6;
    margin-top: 50px;
    padding: 40px 20px 20px 20px;
    position: relative;
    z-index: 1;
}
.footer .footer-main .logo {
    margin: 0 auto;
    text-align: center;
}
.footer .footer-main .logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}
.footer-wrapper {
    max-width: 1000px;
    margin: 40px auto 0;
}
.footer-wrapper h4 {
    font-weight: 500;
    color: #100024;
    text-transform: uppercase;
}
.footer-wrapper p {
    color: #424242;
    font-weight: 300;
    font-size: 15px;
}
.footer-wrapper .footer-nav ul {
    margin-top: 20px;
}
.footer-wrapper .footer-nav ul li {
    margin-top: 2px;
}
.footer-wrapper .footer-nav ul li a {
    color: #3a3a3a;
    font-weight: 300;
    font-size: 15px;
}
.footer-wrapper .footer-nav ul li a:hover {
    color: #0d6efd;
}
.footer-wrapper .header-social-container {
    display: flex;
    align-items: center;
}
.footer-wrapper .header-social-container li {
    background: #fff;
    border-radius: 4px;
    color: #0d6efd;
    width: 35px;
    height: 35px;
    line-height: 0px;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    font-size: 22px;
}
.footer-wrapper .header-social-container li:hover {
    color: #100024;
}
.footer-wrapper .header-social-container .social-link {
    line-height: 0px;
}
.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #d3d3d3;
}
.footer-bottom span {
    color: #101010;
    font-size: 15px;
    font-weight: 400;
}
.form-container {
    background-color: #f3f3f3;
    padding: 40px 20px 20px 20px;
}
.form-container .col-form-label {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-align: end;
}
.form-container .col-form-label span {
    color: #c33434;
    font-size: 18px;
}
.form-container .form-check-label {
    font-size: 14px;
    color: #484848;
}
.item-title {
    padding: 8px 0;
    background-color: #0d6efd;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}
.image-upload-box {
    display: block;
    border: 2px dashed #ced4da;
    border-radius: 4px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f8f9fa;
}
.image-upload-box:hover {
    border-color: #86b7fe;
    background-color: rgba(13, 110, 253, 0.05);
}
.upload-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #6c757d;
}
.upload-text {
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
}
.upload-hint {
    color: #6c757d;
    font-size: 0.875rem;
}
.custom-submit {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px;
}
.custom-submit:hover {
    background-color: #323232;
}
.preview-wrapper {
    max-width: 950px;
    margin: 20px auto;
    padding: 20px 20px;
    border: 1px solid rgba(79, 78, 78, 0.7921568627);
}
.preview-top {
    padding: 20px 15px;
    border: 1px solid rgba(79, 78, 78, 0.462745098);
    background-color: #f5f5f5;
}
.preview-top .logo img {
    width: 100px;
    object-fit: contain;
}
.preview-top .profile {
    height: 110px;
    width: 110px;
    border: 1px solid #c3c3c3;
    margin: 0 0 0 auto;
}
.preview-top .profile img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.preview-top h4 {
    font-size: 22px;
    font-weight: 600;
}
.preview-top h5 {
    line-height: 14px;
}
.preview-title {
    padding: 16px 10px 8px 10px;
    background-color: #f7f7f7;
    margin-top: 8px;
}
.preview-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.preview-title h5 span {
    font-weight: 600;
}
.form-content {
    border: 1px dashed #505050;
    padding: 0 10px;
    color: #313030;
}
.form-content .content-text {
    font-weight: 600;
}
.instraction {
    padding-top: 40px;
}
.instraction h5 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding: 5px 0;
    display: inline-block;
}
.instraction ul li {
    font-size: 15px;
    padding-top: 3px;
    color: #454444;
}
.border-bottom-dashed {
    border-bottom: 1px dashed #505050;
    padding: 10px 0;
}
.border-bottom-none {
    padding: 10px 0;
}
.border-right-dashed {
    border-right: 1px dashed #505050;
}
.applicent-signature {
    text-align: end;
    margin-top: 50px;
}
.applicent-signature h6 {
    border-top: 1px dashed #454545;
    padding: 8px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.verification h6 {
    border-top: 1px solid rgba(51, 51, 51, 0.4078431373);
    padding-bottom: 80px;
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.signtaure-tab {
    border-top: 1px dashed #454545;
    padding: 8px 0;
    display: inline-block;
    font-size: 16px;
}
.border-bottom-dashed {
    border-bottom: 1px dashed #000;
  }
  .border-right-dashed {
    border-right: 1px dashed #000;
  }
  .border-bottom-none {
    border-bottom: none !important;
  }
  .image-upload-box {
    display: block;
    border: 2px dashed #ced4da;
    border-radius: 4px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f8f9fa;
  }
  .image-upload-box:hover {
    border-color: #86b7fe;
    background-color: rgba(13, 110, 253, 0.05);
  }
  .upload-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #6c757d;
  }
  .upload-text {
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
  }
  .upload-hint {
    color: #6c757d;
    font-size: 0.875rem;
  }
  .custom-submit {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
  }
  .border-b {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
  }
  .application-type {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .condition-item {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
  }
  

  
  
  
  
  
  