body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    margin: 0px auto;
}


.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.font-weight-600 {
    font-weight: 600;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #000 !important;
    background: black;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #fcc966 !important;
    background: #fcc966 !important;
}

.owl-carousel .owl-nav .owl-prev {
    left: 16% !important;
    top: -6.5rem !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 73% !important;
    top: -6.5rem !important;
}

.dsu-form1 {
    border: 1px solid #ced4da;
    padding: 1rem;
}
.text-black {
    color: #000000 !important;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #eb001b;
    border-color: #eb001b;
    border-radius: 2rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #eb001b;
    border-color: #eb001b;
}

.btn-warning,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #171a67;
    border-color: #171a67;
    border-radius: 2rem;
}

.btn-warning:hover {
    color: #fff;
    background-color: #171a67;
    border-color: #171a67;
}

.btn-danger,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    border-radius: 2rem;
    width: auto !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.copyright p {
    font-size: 0.85rem;
}

.bg-black {
    background: black !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.font-weight-500 {
    font-weight: 500;
}
.bg-blue {
    position: relative;
    background: #171a67;
    animation: backgroundAnimation 5s infinite alternate;
    overflow: hidden;
}
.banner_form {
    padding: 9px;
    position: absolute;
    top: 4rem;
    right: 3%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 14px 20px rgb(0 0 0 / 52%);
    border-radius: 16px;
    width: 375px;
}
/*Enquiry now scroll starts*/

.scroll12 {
    cursor: pointer;
    z-index: 9991;
    position: fixed;
    right: -60px;
    bottom: 45%;
    transform: rotate(90deg);
    background: #eb001b;
    color: white;
    border-radius: 2rem !important;
    font-weight: 900;
    font-size: 19px;
    border-radius: 0px 0px 5px 5px;
    padding: 5px 20px;
}
/*Enquiry now scroll ends*/

@keyframes backgroundAnimation {
    0% {
        background: #171a67;
    }
    50% {
        background: #3a4a99;
    }
    100% {
        background: #171a67;
    }
}

/* Adding shapes */
.bg-blue::before,
.bg-blue::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    animation: shapeAnimation 6s infinite alternate;
}

.bg-blue::before {
    top: 10%;
    left: -150px;
    animation-delay: 1s;
}

.bg-blue::after {
    bottom: 10%;
    right: -150px;
    animation-delay: 3s; /* Delay to animate separately */
}

@keyframes shapeAnimation {
    0% {
        transform: scale(0.5) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(180deg);
    }
    100% {
        transform: scale(0.5) rotate(360deg);
    }
}

.text-blue {
    color: #171a67;
}
.mar-top-form {
    margin-top: -0.4rem;
}

.mar-left-form {
    margin-left: 0.4rem;
}

.box {
    background: #ffffff;
    box-shadow: 0px 23px 80px rgb(0 0 0 / 5%), 0px 9.60885px 33.4221px rgb(0 0 0 / 4%), 0px 5.13735px 17.869px rgb(0 0 0 / 3%), 0px 2.87996px 10.0172px rgb(0 0 0 / 3%), 0px 1.52952px 5.32008px rgb(0 0 0 / 2%),
        0px 0.636469px 2.21381px rgb(0 0 0 / 1%);
    border-radius: 3rem;
    padding: 2rem 2.5rem;
}

.box2 {
    background: #ffffff;
    box-shadow: 0px 23px 80px rgb(0 0 0 / 5%), 0px 9.60885px 33.4221px rgb(0 0 0 / 4%), 0px 5.13735px 17.869px rgb(0 0 0 / 3%), 0px 2.87996px 10.0172px rgb(0 0 0 / 3%), 0px 1.52952px 5.32008px rgb(0 0 0 / 2%),
        0px 0.636469px 2.21381px rgb(0 0 0 / 1%);
    border-radius: 3rem;
    padding: 2rem 2.5rem;
    min-height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.bord-rt {
    border-right: 2px solid #00000078;
}

.mar-left {
    margin-left: -3.8rem !important;
}

.mar-top {
    margin-top: -1.4rem;
}

.bg-orange {
    background: #eb001b;
}

.text-orange {
    color: #eb001b;
}

.mar-leftn {
    margin-left: -1rem !important;
}

.animated-background {
    position: relative;
    background: #f06c2b;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: redBackgroundAnimation 10s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

.head {
    font-size: 5rem;
}

.head2 {
    font-size: 3rem;
}

#admmob_slide .owl-item img,
#rec_slide .owl-item img,
#rec2_slide .owl-item img,
#discover_slide .owl-item img,
#event_slide .owl-item img,
#rec3_slide .owl-item img {
    width: auto;
}

/*.text-underline-cust{
    text-decoration: underline;
    text-decoration-color: #FCC966;
    text-underline-offset: 1px;
    text-decoration-thickness: 10px;
}*/

.discover {
    background: url("../images/bgwhite.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.dream {
    margin-top: -9rem;
}

.career {
    margin-top: 11rem;
}

.adm {
    border-radius: 0 0 15rem 15rem;
    background: url(../images/admission.png), linear-gradient(45deg, #171a67, #171a67);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.mar-top-adm {
    margin-top: -6rem;
}

.mar-top-exh {
    margin-top: -3rem;
}

.btn-top {
    position: relative;
    top: -1.5rem;
}

#testi_slide .owl-dots,
#testi_slide .owl-nav {
    text-align: left;
}

/*accordion*/

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    color: #000;
}
.accordion-title.collapsed:before {
    float: right !important;
    content: "\f067";
}

.cardheader {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.cards {
    padding: 0.2rem;
    /* background-color: #000; */
    /* border-radius: 2rem; */
}

.card-link {
    color: #000 !important;
    font-size: 1.1rem;
    /* font-weight: bold; */
    font-weight: 500;
}

/* .card-body{
    color: white;
} */
/*accordion*/

div#ee-form-2 {
    width: 100% !important;
}

.bann-ht {
}

/* .card-link:hover, .card-link:focus, a:hover, a:focus{
    color: #FCC966 !important;
} */

.card-body {
    padding: 1.25rem 0.5rem 1.25rem 0rem !important;
}

.para {
    font-size: 0.95rem;
}

.shadow-cust {
    box-shadow: 0 0 10px whitesmoke;
    border: 1px solid whitesmoke;
}
.brd_btm {
    border-bottom: 2px solid #707070;
    margin-top: 0.3rem;
    width: 100%;
}

.thnk_top {
    padding-top: 11rem;
}
.circlepos {
    position: absolute;
    z-index: -1111;
    left: -4%;
    top: -4%;
}

.text-grey {
    color: #a3a3a3;
}

.thankyou_section {
    background: url("../images/thankyou.png");

    background-repeat: no-repeat;
}

.social_icons {
    box-shadow: 0px 23px 80px rgb(0 0 0 / 5%), 0px 9.60885px 33.4221px rgb(0 0 0 / 4%), 0px 5.13735px 17.869px rgb(0 0 0 / 3%), 0px 2.87996px 10.0172px rgb(0 0 0 / 3%), 0px 1.52952px 5.32008px rgb(0 0 0 / 2%),
        0px 0.636469px 2.21381px rgb(0 0 0 / 1%);
    border-radius: 22px;
}

.footer {
    box-shadow: 0 -7px 9px -3px #00000017;
}

.btn_green {
    background-color: #67d772;
    border-radius: 2rem;
    color: #ffff;
}
input#submit_btn {
    color: #fff;
    background-color: #ed3237;
    font-weight: bold;
}

.logo-wd {
    width: 63%;
}

.text_yellow {
    color: #fcc966;
}

.topheader {
    padding: 10px 0;

    background-image: url(../images/bg--1.png);
    background-size: cover;
    background-position: center center;
}

/*.endd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
*/



.endd a {
    margin: 10px 0px;
}



.endd {
    display: block;
}


a.btn.btn-primary.font-weight-bold.jkllll {
    background-color: red !important;
    border: 1px solid red;
}





.headingg h4 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(45deg, #0e72b8, #1ca64e, #f4590c);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 25px;
}

.listttt {
    list-style-type: none;
    padding-left: 0;
}

.listttt li {
    position: relative;
    color: #171717;
    margin-bottom: 30px;
    padding-left: 90px; /* Space for the icon */
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--p-regular);
    color: white;
}

.listttt li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f26724 !important;
    font-size: 27px;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f59929;
}

/* Icons for each list item */
.listttt li:nth-child(1)::before {
    content: "\f0c9"; /* Icon for origin/history */
}

.listttt li:nth-child(2)::before {
    content: "\f080"; /* Icon for growth/chart */
}

.listttt li:nth-child(3)::before {
    content: "\f0c0"; /* Icon for users */
}

.listttt li:nth-child(4)::before {
    content: "\f3c5"; /* Icon for location */
}

.listttt li:nth-child(5)::before {
    content: "\f013"; /* Icon for gears */
}

.aboutttt p {
    text-align: justify;
}

h1.mar-top.head2 {
    font-weight: 900;
    font-size: 47px;
    color: #f36722;
    /* text-shadow: 1px 1px #a1a1a1; */
}

.about-rightdd img {
    width: 100%;
}

span.span {
    color: #0b6cb6;
}

.about-rightdd {
    position: sticky;
    top: 100px;
}

.about-rightdd img {
    box-shadow: 43px 28px #f59929;
    padding: 2px;
}

.keyyy {
    background: linear-gradient(135deg, #001d3d 0%, #2267b1 100%);
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: -9px -11px #5bb845;
}

.keyyy h4 {
    color: white;
    font-size: 34px;
    margin-bottom: 13px;
}





/* navbar starts*/
.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.html");
}
/* navbar ends*/
/* header nav */
/*.navbar.navbar-light {
    background: white !important;
    box-shadow: 0 0 10px #cecece;
}*/

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #eb001b !important;
    font-weight: 600;
    border-bottom: 1px solid #eb001b;
}
a,
a:hover {
    text-decoration: none !important;
}

.font-weight-600 {
    font-weight: 400;
}

/*Scroll button starts*/

.scroll2 {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #000000;
    font-weight: 600;
}
/*Scroll button ends*/

:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #cecece;
}

/*.navbar-light .navbar-toggler {
    border-color: rgb(197 60 64);
}*/
/* .form-control{
    background: rgba(23, 26, 103, 0.12);
    border: rgba(23, 26, 103, 0.12);
    border-radius: 21.5px !important;
} */

/*.owl-carousel .owl-item img {
    width: auto;
}*/




.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 50px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 3% !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 3% !important;
}

button:focus {
    outline: none !important;
}

.form-control {
    color: #6c757d !important;
}

/*sidebar form starts*/
.dsu-form {
    top: 8rem;
}
.dsu-form {
    z-index: 100000 !important;
}
.dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 400px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}
.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 50%;
    right: 75.5%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}
.form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    color: white;
    background: #c42c40;
}
.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: transparent;
}
.frmBg1 spanz {
    font-weight: 700;
}
.frmBg span {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
::placeholder {
    font-size: 0.9rem;
    color: #b8b8b8;
}





















/* General Styling for Navbar */
.navbar-nav .nav-link {
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

/* Navbar Dropdown */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Dropdown submenu styling */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}




/* Styling dropdown menu */
.dropdown-menu {
    background-color: #223c87;
    border: 1px solid #ddd;
}



.dropdown-item {
    color: #ffffff;
}

.dropdown-item:hover {
    background-color: #007bff;
    color: white;
}

li.nav-item {
    padding: 10px 0px;
}

/* Navbar Styling */
.navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-nav .nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 8px 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #233d87;
    border-radius: 0.375rem;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

/* Dropdown Menu Item Styling */
.navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid grey;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-submenu {
    position: relative;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
    border-radius: 0.375rem;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-item {
    padding: 8px 16px;
    font-size: 0.95rem;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-item:hover {
    background-color: #17a2b8;
    color: #fff;
}

/* Dropdown Menu Show on Hover */
.navbar-nav .nav-item:hover > .dropdown-menu {
    display: block;
}

/* Styling for Form */
.banner_form {
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px;
    max-width: 400px;
    margin: 0 auto;
}

.form_div {
    padding: 20px;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    background-color: #d4d4d4;
}

/* Button Styling */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Header Styling */
#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Registration Button Styling */
a.btn.btn-primary.btn-block1.jkllll.btn-lg {
    width: 100%;
}

/* Navbar Link Hover */
.navbar-nav .nav-link:hover {
    color: #007bff;
}

.btn-primary {
    background-color: #035bab;
    border-color: #0661ae;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Section Title Styling */
h2.section-title1.kll {
    color: #f16720;
}

/*.navbar.fixed-top {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
*/
.navbar.fixed-top .navbar-brand img {
    height: 50px !important;
}

.navbar.fixed-top .navbar .btn {
    padding: 8px 15px;
    font-size: 14px;
}

/* Logo Styling */
.logo-wd img {
    height: 100px;
    transition: all 0.3s ease-in-out;
}

/* Toggler Button Styling */
.navbar-toggler {
    transition: all 0.3s ease-in-out;
}

.sticky .logo-wd img {
    height: 60px;
}

.sticky .navbar-toggler {
    font-size: 14px;
}

/* Responsive Styling */

/* For Tablets and Larger Devices */
@media (max-width: 1200px) {
    .navbar-nav .nav-item {
        padding: 8px 2px;
    }
    .navbar-nav .nav-link {
        font-size: 1rem;
    }
    .navbar-toggler {
        font-size: 18px;
    }
}

/* For Small Screens (Mobile) */
@media (max-width: 768px) {
    .col-lg-8 {
        text-align: left;
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        padding: 10px 0;
    }
    .navbar-toggler {
        font-size: 20px;
    }

    .navbar-nav .nav-item.dropdown {
        width: 100%;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }
}

/* For Extra Small Screens (Mobile) */
@media (max-width: 576px) {
    .navbar-nav .nav-item {
        padding: 6px 0;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    .banner_form {
        max-width: 100%;
        padding: 15px;
    }
    .form-control {
        font-size: 14px;
    }
}












/* Define the flash animation */
@keyframes flashAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.flashing-image {
    transition: opacity 0.5s ease;
}

.about-rightdd:hover .flashing-image {
    animation: flashAnimation 1s infinite;
}

.keyinfo {
    background: linear-gradient(135deg, #f37026 0%, #3db720 100%);
    padding: 13px;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 300px; */
    margin: 0px 0px 28px 0px;
}
.keyinfo h4 {
    color: white;

    font-size: 23px;
    margin: 0;
    font-weight: 700;
}

.counter {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
}

.k-suffix {
    font-size: 18px;
    vertical-align: top;
    margin-left: 2px;
}

span.counter-unit {
    font-size: 40px;
}

.left-liii li {
    position: relative;
    color: white;
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--p-regular);
}

.left-liii li::before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f26724 !important;
    font-size: 27px;
}

ul.left-liii li {
    list-style-type: none;
}

ul.left-liii {
    padding: 0px;
    margin: 0px;
}

.promotion-category-iconn i {
    font-size: 36px;
    color: #ff6f00;
    margin-bottom: 15px;
}

.category-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
}

.promotion-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1rem;
}




.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #171a67;
    margin-bottom: 30px;
}

.promotion-category {
    /* background-color: #ffffff; */
    padding: 20px;
    border-radius: 10px;
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

/*.promotion-category:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}*/

.category-title {
    font-size: 20px;
    font-weight: bold;
    color: #0a70b7;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 800;
}

.promotion-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1rem;
}

.promotion-list li {
    padding: 5px 0;
    color: #555;
}

.promotion-list li::before {
    content: "\2022"; /* Bullet points */
    color: #171a67; /* Blue color */
    margin-right: 10px;
}

.promotion-category i {
    margin-right: 10px; /* Space between icon and title */
    color: #f26724; /* Icon color */
    font-size: 24px; /* Icon size */
}

.promotion-category {
    text-align: center;
}

.promotion-category-iconn i {
    font-size: 51px;
    margin-bottom: 16px;
}

.promotion-section {
    position: relative;
    background: linear-gradient(5deg, #f16825, #0b6cb6);
    overflow: hidden;
}

.promotion-section::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 10%; 
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: moveCircle 8s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.promotion-section::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 90%; 
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    animation: moveCircle 10s linear infinite reverse;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@keyframes moveCircle {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.promotion-section .container {
    position: relative;
    z-index: 2;
}

.promotion-category {
    /* background-color: rgb(255 255 255); */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/*.promotion-category:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
*/
.promotion-category-iconn i {
    font-size: 36px;
    color: #ff6f00;
    margin-bottom: 15px;
}

.category-title {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
}


.promotion-list {
    list-style-type: none;
    padding-left: 0; /* Removes default list padding */
    font-size: 1rem;  
}

.promotion-list li {
    position: relative;
    padding-left: 35px;
    color: #ffffff;
}
.promotion-list li::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 2;
}


.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
}

ul.promotion-list li {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
}

.promotion-category-iconn:hover {
    background-color: #ff9100;
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.promotion-category-iconn i {
    font-size: 40px;
    color: white;
    transition: color 0.3s ease;
}

.promotion-category-iconn {
    animation: iconBounce 2s ease infinite;
}


.promotion-category-iconn {
    background-color: #006cb5;
    border-radius: 50%;
    height: 170px;
    width: 170px;
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border: 10px solid #ffcc29;
}

.promotion-category-iconn:hover {
    background-color: #ff9100;
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.promotion-category-iconn i {
    font-size: 80px;
    color: white;
    transition: color 0.3s ease;
    margin: 30px 0px;
}

.promotion-category-iconn:hover i {
    color: #fff;
}
.promotion-category-iconn {
    margin-top: -78px;
    margin-bottom: 22px;
}
.promotion-category {
    min-height: 338px;
}

.strategy-section {
    background-color: white;
}

.text-block {
    padding-left: 20px;
}

.section-title1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}

.icon {
    font-size: 2rem;
    color: #1976d2;
    margin-right: 15px;
}

.text-item h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.text-item p {
    color: #555;
    line-height: 1.6;
}

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

.text-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.text-list .icon {
    font-size: 2rem; /* Size of the icon */
    color: white; /* Color of the icon */
    background-color: #f26929; /* Circle background color */
    border-radius: 50%; /* Makes the icon background circular */
    width: 60px; /* Set a fixed width */
    height: 60px; /* Set a fixed height */
    display: flex;
    justify-content: center; /* Center icon horizontally */
    align-items: center; /* Center icon vertically */
    margin-right: 20px; /* Space between icon and text */
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.text-list h4 {
    margin: 0 0 5px;
    font-size: 1.2rem;
    color: #2479b9;
    font-weight: 800;
    font-size: 26px;
}

.text-list p {
    margin: 0;
    color: #000000;
}
@media (max-width: 768px) {
    .text-list li {
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    .text-list .icon {
        margin-bottom: 10px; 
        margin-right: 0;
    }
}

.p-0 {
    padding: 0 !important;
}

.sticky-images1 img {
    width: 100%;
}

.border-paddding {
    padding: 10px 60px;
}

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

.box2.text-center p {
    font-size: 16px;
    font-weight: 500;
}

.sectionn-packgess {
    /* background: linear-gradient(135deg, #0761ad, #0761ad); */
    padding: 0px 0;
    position: relative;
    overflow: hidden;
    color: #f8f9fa;
    background-image: linear-gradient(100deg, #dbdbdb 0%, #f1f1f1 100%);
}

.package-card {
    opacity: 0;
    transform: translateY(50px);
    animation: slideInUp 1s forwards;
    /* border: 1px solid #ffffff; */
    /* border-radius: 10px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* padding: 20px; */
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-color: #ffffff;
}

/* Keyframe for animation - sliding from bottom */
@keyframes slideInUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Animation for second package card (Gold), sliding from top */
.package-card:nth-child(2) {
    animation: slideInDown 1s forwards;
}

/* Keyframe for animation - sliding from top */
@keyframes slideInDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Hover effect for the package card */
.package-card:hover {
    transform: translateY(-10px); /* Slight lift on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4); /* Darker hover shadow */
}

/* Icon styling with a bright color */
.package-card i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ff5733; /* Bright color for icons */
}
.package-card i {
    font-size: 22px;
    margin-bottom: 5px;
    color: #ff5733;
    padding-right: 14px;
}

.package-card h4 {
    font-size: 1.5rem;
    margin-bottom: 0px;
}
.package-card p {
    color: black;
}
/* Button styling */
.package-card .btn {
    background-color: #007bff; /* Bright blue button */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.package-card .btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* List styling for features */
.package-card ul {
    padding-left: 0;
}

.package-card li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
}

/* Make the section responsive */
@media (max-width: 768px) {
    .package-card {
        margin-bottom: 20px;
    }
}
ul.list-unstyled li {
    text-align: justify;
}

/*.pack-headinf {
    background-image: linear-gradient(100deg, #f94743 0%, #dd218f 100%);
    padding: 14px 0px;
    margin-bottom: 10px;
}*/



/*.pack-headinf {
    background-image: linear-gradient(100deg, #0969b3 0%,  #0969b3 35%,  #f16622 100%);
    padding: 14px 0px;
    margin-bottom: 10px;
}
*/


/* Gradient for "oneee" */
.oneee {
    background-image: linear-gradient(100deg, #054a8b 0%, #054a8b 35%, #c14e12 100%);
    padding: 14px 0px;
    margin-bottom: 10px;
    color: white; /* Ensures text is visible */
    text-align: center;
}

/* Gradient for "twoooo" */
.twoooo {
    background-image: linear-gradient(45deg, #cc3e14 0%, #cc2412 50%, #831b83 100%);
    padding: 14px 0px;
    margin-bottom: 10px;
    color: white; /* Ensures text is visible */
    text-align: center;
}

/* Gradient for "threeee" */
.threeee {
    background-image: linear-gradient(120deg, #237b23 0%, #4d8c00 40%, #009f60 100%);
    padding: 14px 0px;
    margin-bottom: 10px;
    color: white; /* Ensures text is visible */
    text-align: center;
}


.pack-headinf i {
    color: white;
    font-size: 50px;
    margin-bottom: 11px;
}

.pack-headinf h4 {
    color: white;
    font-weight: 800;
}

.pack-info {
    padding: 20px 10px;
}

p.price.jkllll {
    font-size: 18px;
    font-weight: 700;
}

.equalheightt {
    min-height: 475px;
}

/* Logo section */
.footer-logo img {
    max-width: 200px; /* Control logo size */
}

/* Location Map Section */
.footer-location iframe {
    border-radius: 8px; /* Rounded corners for the map */
}

/* Contact Us Section */
.footer-contact a {
    color: #ff5733; /* Bright color for links */
}

.footer-contact a:hover {
    color: #ffd700; /* Hover color for links */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-logo img {
        max-width: 150px;
    }

    button.navbar-toggler.collapsed {
    border: none !important;
}

nav.navbar.navbar-expand-lg.navbar-light {
    float: right;
}

.endd {
    display: flex
;
    justify-content: center;
    align-items: center;
}



}

button.navbar-toggler {
    border: #ffffff;
}

ul.contactus- li {
    padding-left: 47px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 22px;
}
ul.contactus- li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #ffffff;
    font-size: 22px;
}

ul.contactus- li a {
    color: white;
}

ul.contactus- li {
    list-style-type: none;
}

.bg-dark1 {
    background-color: #d24704;
    position: relative;
    z-index: 1;
}

.footer-location h5 {
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 600;
}

.copyrigh111t {
    background-color: #3a4a99;
}

.copyrigh111t a {
    color: white;
}

.footer-logo.jkll.text-center img {
    margin-bottom: 17px;
}

.footer-logo.jkll.text-center p {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.footer-shape img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.ctaaaa h1 {
    font-size: 28px;
}

.footer-shape1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

h4.tetxxx {
    background-color: red;
    margin: 16px 14px;
    border-radius: 8px;
    color: white;
    padding: 10px 0px;
    box-shadow: 6px 6px #0b6cb6;
}













section.promotion-section1 {
    background-color: #ffcc29;
}


section.promotion-section1 {
    background: linear-gradient(to top, #006cb5 65%, #ffcc29 35%);
}




.headinggg.jkl.text-center {
    padding: 25px 0px;
}


.headinggg.jkl.text-center h2 {
    padding: 25px 0px 25px 0px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
}

.top-paddingg{
    padding-top: 40px;
}



.pagebread-crum .breadcrumb-container {
  position: relative;
}

.pagebread-crum .breadcrumb-image {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 300px; /* Adjust based on your needs */
}

.pagebread-crum .breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Adjust the opacity and color for overlay */
}

.pagebread-crum .breadcrumb-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}

.pagebread-crum .breadcrumb h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
}

.pagebread-crum .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.pagebread-crum .breadcrumb li {
  display: inline;
  margin-right: 5px;
}

.pagebread-crum .breadcrumb li a {
  color: white;
  text-decoration: none;
}

.pagebread-crum .breadcrumb li.active {
  color: #ff6600; /* Highlight color for the current page */
}



.overlayy1::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(337deg, rgb(0 0 0 / 46%), rgb(0 0 0 / 61%) 100%);
    opacity: 0.8;
}
.breadcrumb-wrap2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    z-index: 1;
}.p-relative {
    position: relative;
    z-index: 0;
}
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 250px;
    background-repeat: no-repeat;
    background-color: #000;
}
.breadcrumb-wrap.text-left {
    text-align: center !important;
}
.breadcrumb-title h2 {
    font-size: 44px;
    margin-bottom: 25px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.breadcrumb > .active {
    color: #fffc !important;
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #fff;
    content: "|";
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 30px;
    background: #f07e1b;
    padding: 15px 35px;
    position: relative;
}


ul.text-list.jjkkk li h4 {
    font-size: 20px;
    font-weight: 500;
}


ul.text-list.jjkkk li i {
    font-size: 2rem;
    color: white;
    background-color: #035bab;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.aboutttt.sss img {
    float: right;
    margin-left: 31px;
    box-shadow: 10px 10px #0a7ac4;
    border-radius: 5px;
    padding: 2px;
}
section.about.mt-4.swatiii {
    padding-top: 0px;
    padding-bottom: 60px;
}


.aboutttt.sss img {
    float: right;
    margin-left: 31px;
}

.aboutttt.sss h4 {
    font-size: 23px;
    font-weight: 500;
    color: #035bab;
}
img.s {
    border: 1px solid gainsboro;
}


.promotion-category.hjj {
    background: #035bab;
    min-height: 30px;
    margin-bottom: 75px;
}.promotion-category-iconn.ghj h3 {
    font-size: 23px;
    color: #fff;
}

h2.swaaa {
    font-size: 32px;
    color: #035bab;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 23px;
}

.promotion-category-iconn.ghj img {
    width: 100%;
    height:151px;
    border-radius: 72px;
  
}


.form_div.contact-us input {
    height: 51px;
}

.form_div.contact-us textarea {
    height: 151px;
}



.form_div.contact-us {
    background: #035bab;
    padding: 40px;
    border-radius: 13px;
}

.form_div.contact-us .form-control {
    background: #fff;
}

button#submit_btn1 {
    background-color: #ff8e09;
    border-color: #0661ae;
    transition: background-color 0.3s, transform 0.3s;
    border: none;
    padding: 15px 69px;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.contactus-111 li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: white !important;
    font-size: 22px;
    background-color: #ed223a;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50px;
 }
ul.contactus-111 li {
    padding-left: 60px;
    position: relative;
    padding-top: 0;
    padding-bottom: 36px;
    color: #000000 !important;
    font-size: 15px !important;
    list-style-type: none;
}

ul.contactus-111 li a {
    color: #000;
}

.contact-boxes-1 {
    background-color: #fff;
    border: 1px solid #eef2f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 45px;
    padding: 45px 35px;
    
}

.contactttttd h2 {
    font-size: 27px;
    margin-bottom: 17px;
    text-align: justify;
    text-transform: uppercase;
    color: #fff;
}

.contacttttt h2 {
    font-size: 27px;
    margin-bottom: 11px;
    text-align: justify;
    text-transform: uppercase;
}

.cp-widget-button {
    display: inline-block;
    position: fixed;
    bottom: 23%;
    right: 1%;
    z-index: 999999;
}


.cp-widget-button1 {
    display: inline-block;
    position: fixed;
    bottom: 12%;
    right: 1%;
    z-index: 999999;
}
 
 .cp-widget-button2 {
    display: inline-block;
    position: fixed;
    bottom: 42%;
    right: 1%;
    z-index: 999999;
}
.cp-widget-button {display:inline-block;position:fixed;bottom:23%;right:1%;z-index:999999}

.cp-widget-button__inner {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}





.cp-widget-button1 {display:inline-block;position:fixed;bottom:12%;right:1%;z-index:999999}

.cp-widget-button__inner1 {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner1 {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner1 img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}


.cp-widget-button3 {
    display: inline-block;
    position: fixed;
    bottom: 33%;
    right: 1%;
    z-index: 999999;
}


.about-rightdd1 img {
    box-shadow: -20px 20px #f59929;
    padding: 2px;
    border-radius: 8px;
    width: 100%;
}


ul.contactus-111 {
    margin-left: -46px;
}


.about-rightdde1 img {
    box-shadow: 13px 19px #ff8e09;
    border-radius: 7px;
    padding: 2px;
}.about-rightdde1f img {
    box-shadow: 4px 4px #ff8e09;
    border-radius: 7px;
    padding: 2px;
}

/*@media screen and (max-width: 900px) {

.endd {
    margin-top: -68px; position: fixed;
}
}*/



section.patnerrrrr {
    padding: 40px 0px;
}



.logooo img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 20px;
}


.logooo img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 20px;
    margin: 0px 20px; background-color: white;
}



section.patnerrrrr.bggggg {
    background-color: #fbf7f7;
}




.footer-linkk a {
    padding: 0px 17px;
    border-right: 1px solid white; font-size: 14px;
}.footer-linkk {
    padding-bottom: 20px;
}
.form-group{margin-bottom:15px;}
.error{color:#f4d10f;}