@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
    --red-100: #e4411e;
    --blue-100: #2b4f81;
    --black-100: #191c21;
    --green-100: #08ac2c;
    --white-100: #fff;
    --yellow-10: #fff900;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
    text-decoration: none;
}

.text-yellow-10 {
    color: var(--yellow-10);
}

.text-red-100 {
    color: var(--red-100);
}

.text-blue-100 {
    color: var(--blue-100);
}

.bg-blue-100 {
    background-color: var(--blue-100);
}

.text-green-100 {
    color: var(--green-100);
}
.text-gray-100{color: #262626;}
.bg-red-100 {
    background-color: var(--red-100);
}

.bg-green-100 {
    background-color: var(--green-100);
}

.bg-green-300 {
    background-color: #d9d9d9;
    color: #000;
    border: 0px;
    height: 46px;
    display: flex;
    align-items: center;
}

/* .sec-ptb{padding-top: 5rem; padding-bottom: 5rem;} */

/* theme color mode */

.bd-mode-toggle {
    z-index: 1500;
    background: #fff;
    border-radius: 5px;
}

.bd-mode-toggle .bi {
    width: 1em;
    height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 90%;
}

/* header */
.header-block {
    border-top: 3px solid var(--red-100);
}

header .bi::before,
[class*=" bi-"]::before,
header [class^=bi-]::before {
    font-size: 20px;
}

.slogan-text {
    font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 1.03rem;
}

.logo-class img {
    width: 4.5rem;
}

.border-rounded-style-1 {
    border: 0.12rem solid var(--red-100);
    border-radius: 100rem;
}

.login-page .border-rounded-style-1 {
    border: 0.12rem solid var(--blue-100);
}

.navbar-style-1 .nav-item {
    position: relative;
}

.navbar-style-1 .nav-link.active::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: var(--red-100);
    border-radius: 30px;
}

.line-style-1::before {
    content: '';
    top: -41px;
    left: 6px;
    position: absolute;
    width: 7px;
    height: 55px;
    margin: auto;
    background-color: var(--red-100);
    transform: rotate(25deg);
    border-radius: 30px;
}

.line-style-1::after {
    content: '';
    top: -13px;
    left: 8px;
    position: absolute;
    width: 7px;
    height: 55px;
    margin: auto;
    background-color: var(--white-100);
    transform: rotate(25deg);
    border-radius: 30px;
}

.navbar-style-1 {
    margin-bottom: -40px;
    z-index: 2;
    border-radius: 100px;
}
#navbar-style-1 li.nav-item:last-child .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}
/* main */
.about-block {
    background-image: url(../images/bg-1.png);
    background-size: 70% 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

/* news */

/* spotlight news */
.spotlight-title {
    border: 1px solid var(--red-100);
    background-color: #fff6ee !important;
}

.spotlight-area>div:nth-child(1) {
    width: 14%;
}

.spotlight-area>div:nth-child(2) {
    width: 82%;
}

.spotlight-heading {
    background: #e9e9e9;
    padding: 7px 16px;
    border-radius: 9px;
    min-width: 150px;
    z-index: 1;
}

.start-icon {
    width: 25px;
    filter: saturate(3);
}

.spotlight-text {
    overflow-x: clip;
    overflow: hidden;
    margin-right: 50px;
}

.spotlight-text a {
    margin-left: 20px;
}

.spotlight-area {
    position: relative;
    z-index: 1;
    /* margin-top: -15px; */
    background: #ffffff;
    margin-top: -77px;
    margin-bottom: 40px;
    box-shadow: 0px -3px 0px var(--blue-100) !important;
}

.spotlight-text-wrappwer {
    display: inline-block;
    width: calc(88% - 50px);
    position: relative;
}

.spotlight-ul li {
    padding-right: 10px;
    min-width: fit-content;
    padding-left: 10px;
}

.newsTicker-ctrl div {
    float: left;
    height: 27px;
    line-height: 28px;
}

.spotlight-ul li::before {
    content: '';
    background-color: var(--red-100);
    width: 13px;
    height: 13px;
    border-radius: 20px;
    position: absolute;
    top: 12px;
}

.newsTicker-ctrl {
    width: auto;
    right: -34px;
    top: 4px;
    position: absolute;
    border-radius: 100px;
    padding: 3px 3px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px var(--red-100);
}

.spotlight-ul li a {
    text-decoration: none;
    color: var(--black);
}

/* resourses */
.resourses-block {
    background-color: #eaf3ed;
    /* background-color: #e2ede5; */
}

.resourse-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.resourse-box {
    border: 1px solid #00000042;
    border-radius: 6px;
    background: #ccc;
    padding: 0;
}

.resourses-single {
    border: 1px solid #242424;
    padding: 15px;
    position: relative;
   transition: all .4s ease;
       border-radius: 4px;
}
.resourses-single:hover { background-color: #cde1d3;}
.resourses-icon {
    margin-bottom: 15px;
}

.resourses-icon span {
    background: var(--red-100);
    padding: 10px;
    border-radius: 100px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: var(--white-100);
    /* background-image: linear-gradient(90deg, #e4411e, #000000); */
}

.resourses-icon i::before {
    font-size: 24px;
    line-height: 100px;
}

.rounded-arrow-link {
    position: absolute;
    top: 10px;
    right: 10px;
}
/* PP Login start */

/* PP Login end */

/* registration */
.reg-otp-cls-2{display: none;}
.reg-success-block{position: relative;}
.reg-success-block:before { 
    content: '';
    background-image: url(../images/reg-success.gif);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    top: -60%;
}
.reg-successfull .list-style-1 li::before {
    width: 9px;
    height: 9px;
    background-color: #dc354542;
}
.reg-successfull .list-style-1 li{margin-bottom: 10px;}
.list-style-2 li{
    border-bottom: 1px dotted #f3dcdc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.list-style-2 li i{
    margin-top: 1px;
    color: var(--red-100);
    }
.list-style-2 li a{    color: var(--bs-body-color);}
.list-style-2 li:hover a{    color:#088311;}
.checkmark-loader {
 animation: 600ms ease forwards loader-spin, 500ms linear 500ms forwards border-fill;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-left-color: var(--red-100);
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    position: relative;
    width: 100px;
      margin-top: -72px;
       background-color: #fbd9db;
}

.checkmark {
animation: 800ms ease 1s forwards checkmark;
    border-right: 4px solid var(--green-100);
    border-top: 4px solid var(--green-100);
    height: 46px !important;
    left: 29%;
    opacity: 0;
    position: absolute;
    top: 47%;
    transform: scaleX(-1) rotate(136deg);
    transform-origin: left top;
    width: 23px !important;
      
   
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes border-fill {
  0% {
    border-color-top: none;
    border-color-right: none;
    border-color-bottom: none;
  }
  90% {
    border-color-top: rgba(247, 148, 30, 0.1);
    border-color-right: rgba(247, 148, 30, 0.1);
    border-color-bottom: rgba(247, 148, 30, 0.1);
  }
  100% {
    border-color: var(--green-100);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    width: 8px;
    opacity: 1;
  }
  40% {
    height: 16px;
    width: 8px;
    opacity: 1;
  }
  100% {
    height: 16px;
    width: 8px;
    opacity: 1;
  }
}

.dpcc-login-block {
    position: relative;
    background-image: url(../images/bg-2.png);
    background-size: cover;
    z-index: 1;
}

.dpcc-login-block::before {
    content: '';
    background-image: url(../images/wave-bg.png);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: right;

}

.register-block {
    text-align: center;
    height: -webkit-fill-available;
}

.reg-desc h6 {
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.reg-image {
    position: relative;
    z-index: 1;
}

.reg-image::before {
    content: '';
    background-color: #b9bec442;
    position: absolute;
    width: 70%;
    height: 79%;
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    top: 25%;
    left: 0;
    right: 0;
}

.reg-box-login {
    text-align: center;
    background: var(--white-100);
    z-index: 1;
    position: relative;
    border-radius: 10px;
    padding-top: 49px;
    padding-bottom: 14px;
    margin-top: 85px;
    border: 2px solid var(--green-100);
  
}
.reg-box-arrow i{
         transform: scale(1.0);
    transition: all 0.4s;
}
  .reg-box-login:hover  .reg-box-arrow i{
    transform: scale(1.1);
    transition: all 0.4s;
        border: 1px solid var(--green-100);
        color: var(--green-100);
}
 .login-acc [class*=" bi-"]::before
 {
    font-size: 20px; line-height: 0px; color: var(--white-100);
}
.pp-login-block{padding: 32px;}
.pp-login-block .login-icon{
    background-color: var(--green-100);
    width: 38px;
    height: 38px;
        line-height: 35px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
}
.reg-box-icon {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -98px;
}

.reg-box-icon img {
    height: 55px;
}

.reg-box-icon::before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: -1;
    transform: rotate(130deg);
    border-radius: 10px;
    border: 2px solid var(--green-100);
}

.reg-box-text a {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
}

.reg-box-arrow {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* .reg-box-arrow::before{
content: '';
    background-color: var(--red-100);
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: -1;
    border-radius: 100px;
} */
.reg-box-arrow i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #000;
    transition: all 0.4s ease;
    /* position: relative;
    z-index: 1; */
    margin-top: 5px;
    cursor: pointer;
}
.text-gray-100.small span {
    padding: 3px 10px;
    border-radius: 100px;
    margin-top: 7px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
}
.dpcc-faq .accordion-button{ font-weight: 600;}
.dpcc-faq .accordion-button:not(.collapsed){background-color: var(--green-100); color: var(--white-100); }
.dpcc-faq .accordion-button:focus{box-shadow: none;}
.dpcc-faq .accordion-button:not(.collapsed)::before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    left: auto;
    right: 7px;
    box-shadow: -8px 1px 0px #22dd4b;
}
.dpcc-cd-portal .dt-scroll-body{height: 270px!important;}
.navbar-toggler:focus {
    box-shadow: none;
}

/* slider */
.slider-style-1 .bd-placeholder-img {
    object-fit: cover;
}

.slider-style-1 .carousel-control-next-icon,
.slider-style-1 .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
    background-color: #ffffff5c;
    border-radius: 100px;
    background-size: 100% 50%;
}

.slider-style-1 .carousel-caption {
    bottom: 9rem;
    z-index: 10;
}

.slider-style-1 .carousel-item {
    height: 31rem;
}

/* about us */
.bg-style-2 {
    position: relative;
    z-index: 1;
}

.bg-style-2::before {
    content: '';
    position: absolute;
    top: 18%;
    bottom: 0;
    background-color: #ffffff;
    height: 90%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 15px;
}

.img-style-1 {
    position: relative;
    z-index: 1;
}

.img-style-1 img {
    width: 100%;
    height: 300px;
    margin-left: 13px;
    border-radius: 15px;
}

.img-style-1::before {
    content: '';
    position: absolute;
    top: -13px;
    background-color: var(--green-100);
    height: 50%;
    width: 80%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 15px;
} 
.img-style-2{    float: left;
    margin-right: 50px;
    margin-bottom: 10px;}
.img-style-2 img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.img-style-2-left{ width: 200px;}
.img-style-2-right{ width: 300px;}


/* start button style */
.btn-style-1 {
    display: inline-flex;
    text-decoration: none;
    transition: all ease 0.3s;
    background: transparent;
    padding: 0;
    align-items: center;
    color: #000000;
    border: 0;
}

.btn-style-1.bg-gray .btn-span-left,
.btn-style-1.bg-gray i {
    background-color: #585858;
}

.btn-style-1.bg-blue .btn-span-left,
.btn-style-1.bg-blue i {
    background-color: var(--blue-100);
    border-color: var(--blue-100);
}

.btn-style-1 .btn-span-left {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 5px 30px;
    background-color: var(--green-100);
    text-transform: uppercase;
    transition: all 0.4s ease;
    color: var(--white-100);
    height: 48px;
}
/* .btn-style-1 .btn-span-left {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 30px;
    background-color: var(--green-100);
    text-transform: uppercase;
    transition: all 0.4s ease;
    color: var(--white-100);
} */

.btn-style-1 .btn-span-left .btn-span-left-level-1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-style-1 .btn-span-left-level-1:before {
    content: attr(data-name);
    display: block;
    height: 100%;
    position: absolute;
    top: 100%;
    transition: all ease 0.4s;
    transform-style: preserve-3d;
}


.btn-style-1 .btn-span-left-level-1 span {
    display: block;
    transition: all ease 0.4s;
    z-index: 1;
    transform-style: preserve-3d;
}

.btn-style-1 i {
    font-size: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: var(--green-100);
    color: var(--white-100);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.btn-style-1:hover .btn-span-left {
    border-radius: 30px 8px 8px 30px;
    transform: translateX(10px);
}

.btn-style-1:hover .btn-span-left-level-1:before {
    transform: translateY(-100%);
}

.btn-style-1:hover .btn-span-left-level-1 span {
    transform: translateY(-100%);
}

.btn-style-1:hover i {
    transform: translateX(-18px);
    border-radius: 8px 30px 30px 8px;
}


.btn-style-2 {
    background-color: var(--blue-100);
    padding-top: 12px;
    padding-bottom: 12px;
}


/* end button style */

.heading-style-1 {
    position: relative;
    padding-top: 15px;
    margin-bottom: 45px;
}

.heading-style-1::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    margin: auto;
    top: 0px;
    left: 0;
    background-color: var(--red-100);
    border-radius: 30px;
}

.mt-n-style-1 {
    margin-bottom: 80px;
    margin-top: -80px;
}

.subtitle-style-1 {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #0000004a;
    font-weight: 700;
}

.spotlight-block {
    position: relative;
    margin-left: 30px;
}

.spotlight-block::before,
.spotlight-block::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0px;
    left: -30px;
    background-color: var(--red-100);
}

.spotlight-block::before {
    width: 5px;
}

.spotlight-block::after {
    width: 15px;
    left: -22px;
}

/* Login page */
.login-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6b7a90;
    height: 100vh;
    background: radial-gradient(600px circle at 15% 20%, #e3f0ff, transparent), radial-gradient(500px circle at 85% 80%, #dff7f3, transparent), #f6f9fc;
}

.lg-points h4 {
    font-size: 17px;
}

.login-card-block {
    flex: .9;
    display: flex;
    align-items: center;
    justify-content: end;
}

.login-captcha img {
    height: 45px;
    width: 145px;
}

.lg-points {
    box-shadow: 0 20px 40px rgba(30, 60, 120, .08);
}

.login-card {
    width: 460px;
    padding: 42px;
    background: var(--glass);
    backdrop-filter: blur(22px);
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(30, 60, 120, .18), inset 0 0 0 1px rgba(255, 255, 255, .6);
    animation: rise .9s ease;
}

.login-card input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #dbe4ef;
    background: rgba(255, 255, 255, .9);
    font-size: 14px;
}

.dpcc-registration input,
.dpcc-registration textarea,
.dpcc-registration select {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #dbe4ef;
    background: rgba(255, 255, 255, .9);
    font-size: 14px;
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.captacha-code {
    border: 1px solid var(--bs-border-color);
    border-radius: 5px;
    padding: 3px;
    display: flex;
    gap: 4px;

}

.captacha-code img {
    width: 120px;
    height: 50px;
    border: 1px solid #00000026;
}

form input::placeholder {
    color: #929292 !important;
}

.googleplay-block {
    background-color: var(--black-100);
}

.appstore-block {
    background-color: var(--red-100);
}

.googleplay-block::before {
    content: '';
    background-image: url(../images/leaf-2.png);
    position: absolute;
    top: -6px;
    right: 0;
    width: 100px;
    height: 115px;
}

.appstore-block:before {
    content: '';
    background-image: url(../images/leaf-1.png);
    position: absolute;
    top: -6px;
    right: 0;
    width: 100px;
    height: 115px;
}

.app-qr img {
    width: 65px;
    height: 65px;
    background-color: var(--white-100);
    padding: 5px;
    border-radius: 6px;
}

.app-source-logo {
    background: #e8e9e9;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -7px;
    bottom: -11px;
}

.app-source-logo img {
    width: 100%;
    height: 50px;
}

/* inner page css */
.inner-page {
    background-color: #ffecec;
}
.inn-about-block .img-style-1 {
    float: left;
    margin-right: 50px;
        margin-bottom: 10px;
}
.py-5.pt-add-50 {
    padding-top: 90px !important;
}

.govt-imp-link .overlay-control {
    position: absolute;
    z-index: 10;
    top: 31%;
    display: flex;
    border: none;
    background-color: #ffffff;
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: white;
    font-size: 20px;
    height: 60px;
    width: 60px;
    transform: scale(1.0);
    transition: all 0.4s;
}

.overlay-control i {
    color: var(--red-100);
    line-height: 0;
}

.overlay-control [class*=" bi-"]::before {
    font-size: 30px;
}

.overlay-control-previous {
    left: -35px;
    right: 0px;
}

.overlay-control-next {
    left: auto;
    right: -35px;
}

.overlay-control:hover {
    /* background-color: #000000b6; */
    transform: scale(1.1);
    transition: all 0.4s;
}

.govt-imp-link {
    width: calc(100% - 200px);
    margin: auto;
    background: #ffccc2;
    padding: 35px;
    margin-top: -63px;
}

.govt-imp-link .owl-theme img {
    border-radius: 5px;
}

/* footer */
.footer-row {
    background-color: var(--black-100);
    padding: 40px;
    margin-top: -70px;
}

.footer-block {
    margin-top: 70px;
    padding-top: 1px;
    background-color: #000;
    position: relative;
}
.footer-block::before{
    content: '';
    background-color: #ffecec;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -70px;
}
.circle-contact img {
    width: 105px;
    margin-top: -15px;
}

.footer-row-1 {
    border-bottom: 1px solid #ffffff14;
}

.footer-logo img {
    width: 70px;
}

.cc-3 {
    column-count: 3;
}

.list-style-1 li {
    position: relative;
    margin-left: 20px;
}

.list-style-1 li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #ffffff59;
    left: -20px;
    top: 8px;
}

.list-style-1 li a {
    color: var(--white-100);
}
.spotlight-block{margin-top: 3rem;}


/* button waite  */
.btn-wait {
  position: relative;
  padding-right: 48px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 6px;
}
.btn-wide.btn-wait {
  padding-left: 12px;
}
.btn-wait:after,
.btn-wait:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 12px;
  opacity: 1;
}
/* .btn-wait:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.186' opacity='.7' fill='none' stroke='white' stroke-width='3.8' stroke-dasharray='1 31 1 11 1 40' stroke-linecap='round' /%3E%3C/svg%3E");
  animation: spin 3.1s linear infinite;
} */
.btn-wait:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%EF%BB%BF%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.186' fill='none' opacity='.7' stroke='white' stroke-width='3.8' stroke-dasharray='1 6 1 20 1 13' stroke-linecap='round' /%3E%3C/svg%3E");
  animation: spin 2.3s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.plz-wait-btn i{display: none;}
.plz-wait-btn.btn-style-1 .btn-span-left{border-radius: 30px 30px 30px 30px;}
.plz-wait-btn .btn-span-left-level-1:before{content: '';}
/* end btn wait */
/* Responsive css */
@media only screen and (min-width:320px) and (max-width:991px) {

    .navbar-toggler {
          width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
}


    .newsTicker-ctrl {
        right:15px;
    box-shadow: 0px 0px 0px 1px var(--red-100);
    background: #fff;
}
    .mt-n-style-1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
    .navbar-style-1 {
    border-radius: 4px;
}
.navbar-style-1 .nav-link.active::before {
    left: auto;
    right: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
    border: 1px solid #0000001f;
            margin-bottom: 3px;
        padding: 8px 8px;
}
.tag-line-block {display: none!important;}
}
@media only screen and (min-width:320px) and (max-width:576px) {
        .web-slogan {
    display: none !important;
}
.cc-3 {
    column-count: 2;
}
    /* .logo-text-block{
    border-bottom: 1px solid #cfcfcf;
        padding-bottom: 5px;
        margin-bottom: 10px;
} */
    .bg-style-2::before, .newsTicker-ctrl, .circle-contact {display: none!important;}
    .spotlight-block{margin-top: 0rem;}
  

    .resourse-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .register-block{margin-bottom: 30px;}
    .govt-imp-link {
    width: calc(100% - 100px);
    }
    .googleplay-block {
    margin-bottom: 15px;
}
.slider-style-1 .carousel-item {
    height: 20rem;
}
.slider-style-1 .carousel-caption {
    bottom: 3rem;
}
.slider-style-1 .carousel-caption h4{
font-size: 25px;
}
    .social-link-access a span {
        padding: 5px !important;
        line-height: 0px !important;
    }
.social-link-access a span .bi::before{font-size: 12px;}
.social-link-access  .gap-2 {
    gap: .2rem !important;
}
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}


/* theme dark */
[data-bs-theme=dark] .about-block  {
    background-image: none;
}
 [data-bs-theme=dark]  .resourses-block {
    background-color:#000000;
}

 [data-bs-theme=dark]  .reg-box-login .link-body-emphasis, [data-bs-theme=dark] .reg-desc h6 {color: #000!important;}
[data-bs-theme=dark]  .footer-block::before {
    background-color: #212529;
}
[data-bs-theme=dark] .slider-style-1  .carousel-caption{color: var(--white-100);}
[data-bs-theme=dark] .slider-style-1 .carousel-control-next-icon, [data-bs-theme=dark] .slider-style-1 .carousel-control-prev-icon {
    filter: invert(1);
        background-color: #000000b0;
}
[data-bs-theme=dark] .navbar-style-1 {
    background-color: #000 !important;
}
[data-bs-theme=dark]  .spotlight-title, [data-bs-theme=dark] .bg-style-2::before {
     background-color: #000!important;
}