body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'Kadwa Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Kadwa Regular'), url('Kadwa-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Kadwa Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Kadwa Bold'), url('Kadwa-Bold.woff') format('woff');
}

.top_header {
    background: #FFFFFF00;
    background: linear-gradient(179deg, rgb(255, 255, 255) 0%, rgb(132, 183, 255) 100%);
    height: 135px;
}

.heading {
    font-family: 'Kadwa Bold';
    font-style: normal;
    font-weight: bold;

}


.btn-custom:hover {
    background-color: #0045ff;
}

.banner {
    background-color: #031026;
}

.btn-gradient {
    background: #0061EA;
    background: linear-gradient(90deg, rgba(0, 97, 234, 1) 0%, rgba(5, 28, 82, 1) 100%);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 60px;
    box-shadow: 0 4px 0 #9e9e9e;
    transition: all 0.2s ease-in-out;
    border: 2px solid #031026;
    font-size: 20px;
    letter-spacing: 1px;
}

.btn-gradient:hover {
    transform: translateY(2px);
    box-shadow: 0 3px 0 #2a3c55;
    color: #fff;
}

.btn-gradient:active {
    transform: translateY(4px);
    box-shadow: 0 1px 0 #2a3c55;
}

.help-section {
    background-color: #2e82ff;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    border-radius: 100px 0 100px 0;
    position: relative;
    overflow: hidden;
    margin-top: 55px;
}

.help-section h2 {
    font-weight: 700;
    font-size: 2rem;
margin-bottom:25px;
}

.help-section p {
    margin: 10px 0 25px;
    font-size: 1.1rem;
}

.phone {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    color: #2e82ff;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 10px 25px;
    border-radius: 50px;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.phone:hover {
    background-color: #f1f6ff;
    text-decoration: none;
}

/* Faint question marks in background */
/* .help-section::before {
    content: "? ? ? ? ?";
    position: absolute;
    font-size: 50px;
    opacity: 0.2;
    top: 20%;
    left: 10%;
    transform: rotate(-20deg);
    letter-spacing: 1rem;
    color: #000;
}

.help-section::after {
    content: "? ? ? ? ?";
    position: absolute;
    font-size: 50px;
    opacity: 0.2;
    bottom: 10%;
    right: 5%;
    transform: rotate(15deg);
    letter-spacing: 1rem;
    color: #000;
} */

.number_ask {
    position: absolute;
    max-height: 92%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 0;
}

.contact_box {
    position: relative;
    z-index: 2;
}

.number_ask {
    position: absolute;
    max-height: 92%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 0;
}

.ask_bg {
    position: absolute;
    z-index: 0;
    left: -145px;
    margin: auto;
    max-height: 420px;
    top: 0;
}

.ask_icon2 {
    position: absolute;
    z-index: 0;
    right: 0;
    margin: auto;
    max-height: 300px;
    top: 0;
    bottom: 0;
}

footer {
    background-color: #010c1c;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Hexagon background effect */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/hexellence.png');
    opacity: 0.08;
}

footer .footer-col {
    position: relative;
    z-index: 1;
}

footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

footer a {
    color: #d5d5d5;
    text-decoration: none;
    display: flex;
    margin-bottom: 8px;
    transition: color 0.2s ease;
word-break: break-all;
}

footer a:hover {
    color: #2e82ff;
}

.footer-logo img {
    width: 80px;
    margin-bottom: 15px;
}

.contact-info i {
    color: #2e82ff;
    margin-right: 10px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #2e82ff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #2e82ff;
    color: #fff;
}

.footer-bottom {
    text-align: center;
    color: #888;
    font-size: 0.9rem;
    padding-top: 25px;
    border-top: 1px solid #1a273a;
    margin-top: 40px;
}

.about_right_img {
    position: absolute;
    z-index: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    bottom: -48px;
}

.logo_bg_main {
    height: 175px;
}

.main_logo {
    position: absolute;
    height: 120px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}

.navbar {
    padding-top: 0;
}

.marquee_col {
    background: #0061EA;
    background: linear-gradient(95deg, rgba(0, 97, 234, 1) 0%, rgba(5, 28, 82, 1) 100%);
    height: 50px;
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 2;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 52px;
    color: #000;
    margin-left: 50px;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0054CA;
}

.navbar-expand-lg .navbar-nav .nav-link.active:after,
.navbar-expand-lg .navbar-nav .nav-link:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    margin: auto;
    bottom: 0;
    background-color: #0054CA;
    left: 0;
    right: 0;
    color: #0054CA;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 8px 0 0 0;
}

.edge {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    display: block;
}



.slider ul {
    overflow: hidden;
    width: 1000%;
    margin: 0;
}

.slider li {
    list-style: none;
    display: inline-block;
    padding: 0 50px;
    color: #fff;
    position: relative;
}

.slider li:after {
    content: "*";
    position: absolute;
    color: #fff;
    font-size: 50px;
    right: -5px;
    top: -17px;
}

.slider li {
    font-family: 'Kadwa Bold';
}

#header {
    width: 100%;
    line-height: 35px;
    display: block;
}


.fixed#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    z-index: 100;
    background: linear-gradient(179deg, rgb(255, 255, 255) 0%, rgb(132, 183, 255) 100%);
}

.fixed#header .main_logo {
    position: absolute;
    height: 70px;
    text-align: center;
    width: 150px;
}

.fixed#header .main_logo h5 {
    display: none;
}

.fixed#header .main_logo img {
    max-height: 100%;
}

.fixed#header .logo_bg_main {
    height: 100px;
    margin-top: -10px;
}

.fixed#header {
    line-height: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    height: 35px;
    margin: auto;
    width: 3%;
}

.carousel-control-next {
    height: 50px;
    margin: auto;
    width: 50px;
    right: -55px;
    background-color: #0045ff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.carousel-control-prev {
    height: 50px;
    margin: auto;
    width: 50px;
    left: -55px;
    background-color: #0045ff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 25px;
    background-color: #0045ff;
}

.fixed#header .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 20px;
}

.call_bg {
    background: #00327c;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 100px;
    color: #fff;
    font-size: 18px !important;
}

.about_img_right,
.about_img_right2 {
    position: relative;
}

.about_img_right img {
    border-radius: 0 100px 0 100px;
}

.about_img_right2 img {
    border-radius: 100px 0px 100px 0px;
}

.img_gallery {
    position: relative;
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.gallery_text {
    position: absolute;
    z-index: 2;
    width: 75%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 10px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.img_galler_text h3 {
    font-size: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Specifies the number of lines */
    -webkit-box-orient: vertical;
}

.img_galler_text p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Specifies the number of lines */
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.img_galler_text {
    display: block;
}

.img_galler_text {
    overflow: hidden;
}

.img_galler_text:hover .gallery_text {
    left: 10px;
    opacity: 1;
}

.grievance_form .form-control {
    border-radius: 100px;
    height: 70px;
    color: #000;
    background-color: #fff;
}

.grievance_form textarea.form-control {
    height: 200px;
    border-radius: 20px;
    resize: none;
}

.contact_icon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #0045ff;
    color: #fff;
    line-height: 65px;
    text-align: center;
    margin-right: 10px;
}

.contact_icon span {
    margin: 0 !important;
    padding: 0 !important;
display: block;
  width: 50px;
  line-height: 48px;
}


.heading_inner {
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    left: 50px;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

footer {
    background-image: url(../../images/img/footer_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.arrow-list li {
    position: relative;
    padding-left: 25px;
    margin: 8px 0;
    font-size: 16px;
}

.arrow-list li::before {
    content: "➜";
    /* arrow icon */
    position: absolute;
    left: 0;
    top: 0;
    color: #3498db;
    /* blue arrow */
    font-weight: bold;
}

.accordion-button:focus {
    box-shadow: none;
}

.add_slider .carousel-control-next,
.add_slider .carousel-control-prev {
    display: none;
}
select.form-control {
      background: url(../../images/img/arrow_dropdown.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 27px;
}
.contact-info .material-symbols-outlined {
 line-height: 20px;
}
.carousel-item{
text-align: center;
}
footer .text-primary{
    font-size: 14px!important;
}

.top_logo img, .footer-logo img{
border-radius: 100px;
    margin-bottom: 5px;
}


@media (max-width: 1500px) {
    .logo_bg_main {
        height: 153px;
    }


}
@media (min-width: 1366px) {
.heading_inner{
font-size:50px;
left: 160px;
}
.banner-text .heading{
font-size:50px;
}
}
@media (max-width: 1366px) {
    .logo_bg_main {
        height: 152px;
    }

    .main_logo img {
        height: 100px;
    }

    .navbar-brand {
        margin-bottom: -36px;
    }

    .top_header {
        height: 110px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 45px;
    }

    .carousel-control-next {
        right: -45px
    }

    .carousel-control-prev {
        left: -45px
    }
}

@media (max-width: 1280px) {
    .carousel-control-next {
        right: -38px
    }

    .carousel-control-prev {
        left: -38px
    }
}

@media (max-width: 1199px) {
    .logo_bg_main {
        height: 145px;
    }

    .main_logo img {
        height: 90px;
    }

    .navbar-brand {
        margin-bottom: -7px;
        position: absolute;
        top: 0px
    }

    .top_header {
        height: 90px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 55px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 18px;
    }

    #header {
        line-height: 20px;
    }

    .fixed#header .logo_bg_main {
        display: none;
    }

    .fixed#header {
        position: relative;
    }

    .navbar-nav {
        margin-left: 290px;
    }
}

@media (max-width: 1080px) {
    .navbar-nav {
        margin-left: 348px;
    }
.help-section h2 {
 font-size: 25px;
}
}

@media (max-width: 992px) {
    .navbar-toggler {
        position: absolute;
        right: 7px;
        top: 6px;
        z-index: 999;
        background: #04296f;
    }

    .navbar-toggler {
        z-index: 999999;
    }

    .navbar-toggler:after {
        content: '';
        position: absolute;
        font-size: 34px;
        color: #fff;
        left: 0;
        right: 0;
        margin: auto;
        background-image: url(../../images/img/line_v3.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 28px;
        height: 50px;
        top: -5px;

    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #03368c;
        position: relative;
        z-index: 2;
        padding-bottom: 20px;
        z-index: 99999;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link.active,
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active::after,
    .navbar-expand-lg .navbar-nav .nav-link:hover::after {
        background-color: #FFF;
    }

    .logo_bg_main {
        height: 105px;
    }

    .main_logo {
        height: 150px;
        left: 20px;
    }

    .marquee_col {
        position: relative;
    }

    .slider {
        height: 25px;
    }

    .carousel-control-prev {
        left: 85%;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: -35px;
        bottom: inherit;
    }

    .banner-text p {
        margin-bottom: 20px !important;
    }

    .btn-gradient {
        margin-bottom: 50px;
    }

    .banner {
        padding-bottom: 0 !important;
    }

    body {
        font-size: 16px;
    }

    .main_logo img {
        height: 62%;
    }

    .top_logo h5 {
        font-size: 12px !important;
    }

    .navbar-nav {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .carousel-control-prev {
        left: 78%;
    }

    .banner-images {
        margin-bottom: 30px;
    }

    .ask_bg {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    .contact-info p {
        display: block !important;
        position: relative !important
    }

    .contact-info p .material-symbols-outlined {
        position: absolute;
        margin-left: -30px;
        margin-top: 2px !important;
    }

    .phone {
        width: 300px;
        display: inline-block;
    }

    .phone .material-symbols-outlined {
        position: absolute;
        margin-left: -52px;
        margin-top: -1px !important;
    }

    .heading_inner {
        top: auto;
    }

    .main_logo img {
        height: 44%;
    }

    .main_logo {
        top: 60px;
    }

    .carousel-control-prev {
        left: 76%;
    }
.btn-gradient{
padding: 8px 35px;
}
.help-section {
padding: 35px 20px;
}
.ask_icon2 {
max-height: 195px;

}
#saveGrievanceBtn{
margin-bottom:20px;
}
footer a {
  display: block;
}
.heading_inner {
bottom: 20px;
}

}

@media (max-width: 620px) {
    .carousel-control-prev {
        left: 77%;
    }

    .banner-text {
        margin-top: 15px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 13px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        height: 40px;
        width: 40px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        z-index: 9999;
    }

    .carousel-control-next {
        right: -18px;
    }

    .main_logo img {
        height: 28%;
    }

    .logo_bg_main {
        height: 70px;
    }
  .top_logo h5 {
    font-size: 12px !important;
    width: 140px;
    white-space: pre-line;
  }
  .contact-info p {
    width: 295px;
    margin: 17px auto;
  }
  .phone {
    width: 175px;
}
.heading_inner {
bottom: 5px;
}
}
