body {
    font-family: "DM Sans", sans-serif !important;
    color: #000000;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
.ovhidden {
    overflow: hidden;
}

a {
    color: #00923f;
    text-decoration: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-weight: 500;
}
a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/* .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
} */
ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

img.loadimg {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
img.loadimg.fade {
    opacity: 1;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

button {
    border: none;
    cursor: pointer;
    outline: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 600;
    color: #040404;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.4;
    color: #0098dc;
}
/* 
input{
    font-family: "Poppins", sans-serif;
}
   */
.spad {
    padding-top: 75px;
    padding-bottom: 75px;
}
.text-justify {
    text-align: justify;
}
@media (min-width: 1366px) {
    .cmpad {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1366px) {
    .cmpad {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 991px) {
    .cmpad {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .cmpad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 575px) {
    html {
        font-size: 90%;
    }
}

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 2.2rem;
    }
    .h2,
    h2 {
        font-size: 1.75rem;
    }
}
@media (max-width: 575px) {
    .h2,
    h2 {
        font-size: 1.5rem;
    }
    .h1,
    h1 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 6px;
    }
    ::-webkit-scrollbar-track {
        background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #3a3a3a;
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: #444;
    }
}

.custscroll::-webkit-scrollbar,
.custscroll::-webkit-scrollbar-thumb {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
}
.custscroll::-webkit-scrollbar-track {
    background: transparent;
}
.custscroll:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.custscroll::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.custscrollA::-webkit-scrollbar {
    border-radius: 13px;
    width: 6px;
    height: 6px;
    background-clip: padding-box;
    background: transparent;
}
.custscrollA::-webkit-scrollbar-track {
    background: transparent;
}
.custscrollA::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}
.custscrollA::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

p {
    margin-top: 0;
    color: #2e2e2e;
    font-size: 0.875rem;
    font-weight: 400;
}

.flexVcenter {
    display: flex;
    flex-flow: wrap;
    align-content: center;
}
.newssec .flexVcenter {
    padding-bottom: 32px;
}

@keyframes moveRight {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100% {
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100% {
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100% {
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*PULSE*/
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.btn {
    padding: 10px 15px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border-radius: 12px 0 12px 12px;
}
.mybtn-primary {
    position: relative;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 15px;
    background: #d52027;
    box-shadow: 4px 4px 0px 0px #febc11;
    overflow: hidden;
    min-width: 128px;
    z-index: 1;
}

.mybtn-primary:hover {
    box-shadow: 0px 0px 0px 0px #febc11;
}

.mybtn-secondary {
    position: relative;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 15px;
    background: #f1bb00;
    overflow: hidden;
    min-width: 128px;
    z-index: 1;
    height: 41px;
}
.mybtn-secondary::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #016795;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.mybtn-secondary:hover {
    color: #fff;
}
.mybtn-secondary:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.mybtn-third {
    position: relative;
    color: #016795;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 15px;
    background: #ffffff;

    overflow: hidden;
    min-width: 128px;
    z-index: 1;
    height: 41px;
}
.mybtn-third::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #016795;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.mybtn-third:hover {
    color: #fff;
}
.mybtn-third:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.clr-gld {
    color: #f9a91e;
    font-size: 1.3rem;
    font-weight: 600;
}

.morebtn {
    background: linear-gradient(45deg, #d52027, #febc11);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
}

.morebtn:hover {
    background: linear-gradient(45deg, #febc11, #d52027);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.morebtn2 {
    background: linear-gradient(to right, #f5a720, #ffa200, #ce8200, #f5a720);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.875rem;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.outlinebtn:hover {
    color: #1d70bb;
    border: 1px solid #1d70bb;
}
.outlinebtn2 {
    color: #1d75bd;
    background: linear-gradient(to right, #fff, #fff, #1d75bd, #0eb3c1);
    background-size: 300% 100%;
    width: 135px;
}
.outlinebtn2:hover {
    color: #fff;
    background-position: 100% 0;
}

.mybtn-outline {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.btn.center {
    display: table;
    margin: auto;
}

.mybtn-group {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: -5px;
}
.mybtn-group .mybtn-primary,
.mybtn-group .mybtn-secondary,
.mybtn-group .mybtn-third,
.mybtn-group .white-outline {
    margin: 5px;
}
.white-outline {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: 0.75;
}
.white-outline:hover {
    opacity: 1;
    background: #fff;
}

.posrel {
    position: relative;
}

@media (max-width: 575px) {
    .btn {
        font-size: 0.875rem;
    }
}

/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header {
    background-color: #ffffff87;
    backdrop-filter: blur(6px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* height: 81px; */
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
header.sticky {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #016795;
    border-bottom: 0px solid transparent;
}
header.sticky .headmain {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    background: transparent;
}

header.sticky .headmain .logocol {
    width: 200px;
    padding: 5px 0;
    -webkit-transition: all 0.3s linear;
}

header.sticky .headmain .menucol {
    margin-top: 0px;
}

header .hedtop-full {
    background: #42beed;
}
header .headtop {
    height: 30px;
    display: flex;
    border-bottom: none;
    background: #12296c;
}
.sticky .headtop {
    display: none !important;
    height: 0;
}
header .headtop .hedtop1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header .headtop .topmenu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 500;
    align-content: center;
}
header .headtop .topmenu li a {
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
}
header .headtop .topmenu li a:hover {
    color: #d2fbf4;
}
header .headtop .topmenu li a img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}
header .headtop .topmenu .topmenumail {
    padding-right: 10px;
    border-right: 1px solid #ffffff17;
}
header .topmenuli {
    padding-right: 15px;
    border-right: 1px solid #ffffff29;
}

header.sticky .hedtop-full {
    margin-top: 0px;
    height: 0;
    -webkit-transition: all 0.3s linear;
}

header .headmain {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    align-items: center;
    padding-top: 10px;
    padding: 17px 0;
    border-radius: 15px;
}
header .headmain .logocol {
    width: 112px;

    display: flex;
    align-items: center;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
/* header.sticky .headmain .logocol{
    width: 200px;
    margin-top: 0;
} */
header .headmain .logocol a {
    display: flex;
    width: 100%;
}
header .headmain .logocol a img {
    width: 100%;
}
/* header.sticky .headmain .logocol a img{
    height: 50px;
} */
header .headmain .menucol {
    flex: 1 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 15px;
}
header .headmain .menucol .mainmenu {
    display: flex;
    align-items: center;
    height: 100%;
}

header .megamenu {
    height: 100%;
    flex: 1 0 auto;
    margin: 0 13px;
}

header .normalmenu {
    position: relative;
}
header .megamenu a.mainli {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.975rem;
    position: relative;
    color: #000000;
}

header .megamenu button.mainli {
    display: flex;
    align-items: center;
    font-weight: 400;
    position: relative;
}

header .megamenu .megalist {
    padding: 0 7px;
}

header .megamenu .megalist li a {
    display: flex;

    font-weight: 500;
    font-size: 0.98rem;
    color: #333;
    align-items: center;
    gap: 7px;
}
header .megamenu .megalist li {
    padding: 10px 4px;
}
header .megamenu .megalist li:hover a {
    color: #d52027;
}

header .megamenu .menuspn:hover a.mainli {
    color: #d52027;
}

header .megamenu.active a.mainli {
    color: #231f20;
}
header .megamenu-content {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    left: 0;
    border: none;
    z-index: 99;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
    box-shadow: 1px 5px 20px 0px #00726729;
    line-height: 1.4;
    border-radius: 0.3rem;
}
header .normalmenu .megamenu-content {
    width: max-content;
    max-width: 463px;
    min-width: 200px;
}
header .megamenu:hover .megamenu-content {
    min-height: 280px;
    height: auto;
    align-items: flex-start;
    padding-top: 15px;
    animation-name: zoomIn;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}
header .normalmenu:hover .megamenu-content {
    padding: 0;
    /* padding-bottom: 5px; */
    min-height: auto;
    height: auto;
}
header .normalmenu .normlist {
    display: flex;
    flex-flow: column;
    font-size: 0.9rem;
    width: 100%;
}

header .normalmenu .normlist li a {
    color: #4f6b78;
    display: flex;
    padding: 8px 10px;
    border-bottom: 1px solid #0000000d;
}
header .normalmenu .normlist li a:hover {
    color: #000050;
}

header .iconmenulist li a {
    display: flex;
    gap: 10px;
    padding: 10px 10px;
    flex-direction: column;
    text-align: center;
}

header .iconmenulist li a img {
    opacity: 0.6;
    width: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
header .iconmenulist li a:hover img {
    scale: 0.9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

header .iconmenulist {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    width: 100%;
}
.iconmenulist li {
    padding: 5px;
}
.iconmenulist li a {
    display: flex;
    color: #000000ad;
    font-size: 0.875rem;
    align-items: center;
    transition: 0.3s;
    /* justify-content: center; */
    border: 1px solid #0166952d;
    padding: 8px 15px;
    border-radius: 0.3rem;
}
.iconmenulist li a:hover {
    border: 1px solid #0167957a;
    color: #016795;
}

.headertab {
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 100%;
}
.headertab .sec2 {
    width: 230px;
}
.headertab .sec1 {
    width: calc(100% - 230px);
}

.headertab .nav-link {
    font-size: 0.9rem;
    color: #333;
    position: relative;
}

.headertab .nav-link:hover {
    color: #016795;
}
.headertab .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f1bb00;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s;
}
.headertab .nav-pills .nav-link.active:after {
    opacity: 1;
}
.headertab .nav {
    border-left: 1px solid #eee;
    padding-left: 10px;
    min-height: 285px;
}
.headertab .nav-pills .nav-link.active {
    background-color: #f1bb00;
    color: #fff;
    border-radius: 0.3rem;
}

.headertab .megalist li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
}

.sizeUp {
    font-size: 110% !important;
}
.sizeNormal {
    font-size: 100% !important;
}
.sizeDown {
    font-size: 90% !important;
}

.themebtn.active {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border-color: #2a2a2a !important;
}

.bottom-nav {
    border-bottom: none !important;
}
.enquiry {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    min-width: 140px;
}
.enquiry img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    header .headmain .menucol .mainmenu {
        gap: 0;
    }
    header .megamenu {
        margin: 0 6px;
    }
    header .headmain .logocol {
        width: 112px;
    }
}

@media (max-width: 991px) {
    header .headtop {
        height: 36px;
    }
    header .megamenu button {
        background-color: transparent;
    }
    header .megamenu button img {
        width: 35px;
    }
    header.sticky .headtop {
        margin-top: 0px;
    }
    header .headmain .menucol {
        max-width: auto;
    }
    header .megamenu {
        display: flex;
        align-items: center;
    }

    header.sticky .headmain .logocol {
        width: 100px;
    }
    header .headmain .menucol .menutop {
        width: 452px;
    }
    header .headmain .menucol .menutop {
        width: 452px;
    }
}

@media (max-width: 767px) {
    header .headtop .topmenu {
        display: none;
    }
    header .headtop {
        justify-content: center;
    }
    header .headmain .menucol .menutop {
        display: none;
    }
}

@media (max-width: 575px) {
    header .headmain .logocol {
        width: 80px;
    }
    header.sticky .headmain .logocol {
        width: 75px;
    }
    header .headtop .topsocial {
        display: none;
    }
}

/*@media(min-width:992px){
    .sidenav{display: none!important;}
}*/
/* side nav */

@media (min-width: 992px) {
    .header_resp {
        display: none;
    }
}
.header_resp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger {
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa {
    font-size: 22px;
    color: #069548;
}

.cd-dropdown .hdtop {
    background-color: #fff;
    border-color: #069548;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 75px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.cd-dropdown .hdtop .menuadmin {
    display: flex;
    width: 100%;
    height: 75px;
    background: #016795;
}
.cd-dropdown {
    background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown > .cd-dropdown-content {
    width: 70%;
    right: 30%;
    background-color: #00567d;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content {
    padding-top: 0;
}
.cd-dropdown-content ul {
    padding-top: 80px;
    background-color: #00567d;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    color: #016795;
    border: none;
    border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close {
    right: 1rem;
    top: 18px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.1);
    display: none;
}
.closebarz {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70%;
    cursor: zoom-out;
}

@media (max-width: 575px) {
    .cd-dropdown > .cd-dropdown-content {
        width: 80%;
        right: 20%;
    }
    .closebarz {
        left: 80%;
    }
}

@media (max-width: 360px) {
    .closebarz {
        display: none;
    }
    .cd-dropdown > .cd-dropdown-content {
        width: 100%;
        right: 0;
    }
    .cd-dropdown .cd-close {
        display: block;
    }
}

.cd-dropdown .logo {
    max-width: 150px;
    margin: 5px auto;
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 15px;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 38px;
    line-height: 38px;
    font-size: 0.875rem;
    border: none;
    margin: 8px;
    background-color: #fff;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(1 103 149);
}

.cd-dropdown-content a:hover img {
    filter: brightness(0) invert(1);
}
.cd-dropdown-content ul a:hover img {
    filter: brightness(0) invert(1);
}

.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    background: #016795;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.has-children > a:hover::before,
.has-children > a:hover::after,
.go-back a:hover::before,
.go-back a:hover::after {
    background-color: #ffffff;
}
.cd-dropdown-content a img {
    width: 22px;
    margin-right: 8px;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    background: #60606a;
    width: 1px;
    height: 15px;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    height: 1px;
}
.has-children > a img.img-menu {
    max-width: 20px;
    margin-right: 10px;
}
.hdtop .upic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    flex: 1 0 180px;
    max-width: 180px;
}
.hdtop .upic a {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.hdtop .upic a:hover {
    background-color: transparent;
}
.hdtop .upic img {
    display: block;
    width: 180px;
}
.menu-user {
    flex: 1 0;
    color: #f7f7f7;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    background-color: #094ca0;
    padding-left: 15px;
}
.menu-user .uname {
    font-size: 14px;
}
.menu-user span {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

.menubtn img {
    width: 25px;
    background-color: transparent;
}

@media (max-width: 480px) {
    .menu-acc p {
        line-height: 5px;
        font-size: 10px;
    }
    .menu-user {
        width: calc(100% - 70px);
    }
    .menu-acc a {
        font-size: 0.65rem;
    }
}

@media (max-width: 767px) {
    header .headtop {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .cmpad {
        padding-left: 15px;
        padding-right: 15px;
    }
    header .megamenu {
        margin: 0 6px;
    }
    header .megamenu.active a.mainli {
        font-family: 0.8rem;
    }
    .megamenudonate a {
        min-width: 121px;
        max-width: 121px;
    }
    header .headmain {
        gap: 10px;
    }
}


.mobnav {
    
    padding: 8px;
    height: 100%;
        border-radius: 7px;
  }
  .mobnav img {
    width: 22px;
    height: 22px;
  }



/*::::::::::::::::SIDEMENU:::::::::::::::::*/

.sidebar {
    width: 350px;
    max-width: calc(100% - 1rem);
    height: calc(100vh - 2rem);
    position: fixed;
    z-index: 999;
    border-radius: 1rem;
    top: 1rem;
    right: 1rem;
    background-color: #fff;
   
    padding: 1rem;
    transform: translateX(calc(100% + 1rem));
    overflow-y: hidden;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .sidebar .sidelogo .logo {
    width: 130px;
    display: flex
;
}
  .sidebar.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    box-shadow: -15px 5px 20px rgb(0 0 0 / 10%);
  }
  .bgoverlay{
    content: '';
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--green50);
    background: linear-gradient(90deg, rgb(35 158 95 / 0%) 0%, #158A8A 40%, #0572BC 100%);
    opacity: 0;
    cursor: zoom-out;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .bgoverlay.active{
    width: 100%;
    opacity: .5;
  }
  
  .sidebar .sidecont{
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
  }
  .sidebar .head{
    font-weight: 500;
    color: #333;
    font-size: 1rem;
  }
  .sidebar .head a{
    color: #333;
  }
  .sidebar .sidelist{
    display: flex;
    flex-direction: column;
  }
  
  .sidebar .sidelist a{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #fff6f7;
  }
  .sidebar .sidelist a:hover{
    color: #000;
  }
  .sidebar .sidelist a .icon img {
    filter: brightness(0) opacity(0.3);
    -webkit-filter: brightness(0) opacity(0.3);
  }
  .sidebar .sidelist a:hover .icon img{
    filter: brightness(0) opacity(0.75);
    -webkit-filter: brightness(0) opacity(0.75);
  }
  
  .sidebar .sidelist .toggle-arrow {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/angledown.svg);
    background-size: contain;
    filter: brightness(0.5);
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .sidelist li.open > a .toggle-arrow {
    transform: rotateX(180deg); 
    -webkit-transform: rotateX(180deg); 
  }
  
  .sidebar .mobidrop {
    display: none;
    margin: 10px 0;
    padding: 0 15px;
    border-radius: .5rem;
    background: transparent;
    box-shadow: 0 10px 20px -15px rgb(0 0 0 / 20%);
  }
  .sidebar .sidelist li.open > .mobidrop {
    display: block;
  }

  .sidelogo {
       margin-bottom: .5rem;
    background: #fff6f7;
    padding: 10px;
    border-radius: 15px 0 15px 15px;
}
  
.sidebar .nobg{
    padding: 10px;
    gap: 10px;
    align-items: center;
}
.sidebar .iconcard{
    display: flex;
    border: 1px solid #33333349;
    border-radius: 8px;
}
.sidebar .iconcard .icon {
margin-top: 0px;
    width: 30px;
    display: flex
;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-bottom: 0px;
    border-radius: 50%;
    background: linear-gradient(45deg, #2F2583, #F27103);
    justify-content: center;
    align-items: center;
}

.sidebar .social {
  display: flex;
  gap: 10px;
}
.sidebar .social a {
  display: flex;
    width: 32px;
    height: 32px;
    background-color: #de6910;
    color: rgb(255 255 255 / 95%);
    /* border-radius: 50%; */
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    
    transition: 0.3s;
    border-radius: 50%;
    padding: 6px;
}
.sidebar .social a:hover {
  background-color: #d2681f;
  color: white;
}
.sidebar .social li{
    list-style-type: none;
}



.sidebarspan{
    color: var(--second);
}

  @media(max-width:575px){
    .sidebar{
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      border-radius: 1rem 0 0 1rem;
    }
    
  }

.closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: none;
    border-radius: 50%;
    background-color: #ffdfe3;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.closebtn:hover {
    /* border: 1px solid rgb(0 0 0 / 25%); */
    box-shadow: -2px 4px 10px rgb(0 0 0 / 15%);
}




/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/
.slider {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    /* padding-top: 80px; */
}
.video-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.slider .mainSwiper {
    height: 100%;
}
.slider .mainSwiper .slide-img {
    height: 100vh;
}

.slidecon {
    display: flex;
    flex-direction: column;
    width: 75%;
    position: relative;
    height: 100vh;
    justify-content: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding-top: 96px;
}
.slidecon .bnr-hed {
    color: #fff;
    font-weight: 700;
    font-size: 3.5rem;
}
.slidecon .bnr-hed span {
    color: #febc11;
}
.mainslidenav {
    position: absolute !important;
    transform: rotate(90deg);
    z-index: 1;
    top: 50% !important;
    display: none;
}

.mainslidenav {
    background: #473ca775;
    padding: 7px;
    border-radius: 39px;
}

.bnr-hed {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.bnr-hed.in {
    opacity: 1;
    transform: translateY(0);
}

.bnr-hed.out {
    opacity: 0;
    transform: translateY(-50px);
}

/*---------------------------------------*/
/*:::::::::::::::::ABOUT:::::::::::::::::*/
/*---------------------------------------*/
.spnclr {
    color: #d52027;
}

.para {
    font-size: 1rem;
}
.about {
    position: relative;
}
.abtsection {
    /* background: #fffcf3; */
    padding: 20px;
    border-radius: 0 25px 25px 0;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.abtsection::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background: #fffcf3;
    display: none;
}
.abtcontfull {
    position: relative;
    z-index: 1;
}
.abtcontfull p {
    text-align: justify;
}
.mainhed {
    font-size: 2.3rem;
    font-weight: 700;
    color: #040404;
}

.abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
}
.abt-image img {
    width: 40px;
    position: relative;
}

.about-card {
    padding: 20px;
    border-radius: 15px 0 15px 15px;
    background: #fff3d3;
    position: relative;
    padding-top: 32px;
}
.about-card span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-card span img {
    width: 20px;
}
.about-card h2{
        font-size: calc(1.3rem + .6vw);
}
.abt-img {
    padding-left: 25px;
}

/* location */
.location {
    background: #fffafa;
}
.locationcards {
    position: relative;
    z-index: 1;
}
.locationcards::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    border-left: 2px dashed #d52027;
    top: 0px;
    left: 15%;
    z-index: -1;
}
.location-card {
    padding: 20px;
    border-radius: 20px 0 20px 20px;
    background: #ffebeb;
    margin-bottom: 30px;
    left: 0;
    position: relative;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}
.location-card h3 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #d52027;
}
.locationimg {
    border-radius: 20px;
}
.location-card:hover {
    left: 15px;
    box-shadow: 0px 0px 8px #dfcccc7a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/* floor */
.blog-slider {
    width: 95%;
    position: relative;
    max-width: 980px;
    margin: auto;
    background: #fffafa;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}
.blog-slider__item {
    display: flex !important;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}
.blog-slider__img {
    width: 360px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #febc11 0%, #d52027 74%);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}
.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(147deg, #febc11 0%, #d52027 74%);
    border-radius: 20px;
    opacity: 35%;
}
.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}
@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}
.blog-slider__content {
    padding-right: 25px;
}
@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}
@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}
.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}
.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #040404;
    margin-bottom: 10px;
}
.blog-slider__text {
    color: #2e2e2e;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0 !important;
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #febc11;
    opacity: 0.5;
    transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d52027;
    height: 25px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

/* technology */
.technology {
    background: url(../img/images/technology.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.technology::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, #fffafa 20%, transparent 95%);
}

.technology-card {
    padding: 24px 15px;
    border-radius: 15px 0 15px 15px;
    background: #ffffff82;
    backdrop-filter: blur(4px);
    transform: rotate(-2deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    /* visibility: hidden; */
    position: absolute;
    top: -184px;
    opacity: 0;
}
.technology-card2 {
    transform: rotate(2deg);
}
.technology-card span {
    width: 35px;
    height: 35px;
    background: #d52027;
    border-radius: 7px 0 7px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px #febc11;
    margin-bottom: 15px;
}
.technology-card h3 {
    font-size: 1.2rem;
    font-weight: 500;
}
.technology-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .technology-card:hover{
    transform: rotate(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: #fff;
} */
.techfull {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.techbtn span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 28px;
    animation: pulse 1.5s infinite;
    cursor: pointer;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(213 32 39);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
        transform: scale(1.1);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
        transform: scale(1);
    }
}
.techfull:hover .technology-card {
    /* visibility: visible; */
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
}
.technologysec2 {
    position: relative;
    padding-top: 145px;
}

/* whychoose */

.whychoose-video {
    position: relative;
    width: 100%;
    height: auto; /* full viewport height */
    overflow: hidden;
}

.whychoose-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;

    height: 100%;
    object-fit: cover; /* cover the container */
}

.whychoose-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(147deg, #febc11 0%, #d52027 74%);
    z-index: 1;
    opacity: 40%;
}

.whychoose-video .content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    /* top: 50%;
  transform: translateY(-50%); */
}
.whychoose-video .content img {
    width: 100%;
}
.whycard {
    padding: 10px 0;
    border-bottom: 1px solid #d5202729;
}
.whycard h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #d52027;
}
/*--------------------------------------------------------*/
/*:::::::::::::::::aboutunder:::::::::::::::::*/
/*--------------------------------------------------------*/
.about-under {
    background: linear-gradient(0deg, #2f2583 50%, #ffffff 0%);
}
.missionfull {
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 1px 10px #00000014;
}
.misionbx {
    padding: 24px;
    position: relative;
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.misionbx img {
    width: 65px;
    margin-bottom: 10px;
}
.misionbx h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2f2583;
}
.misionbx p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.misionbx:hover {
    transform: scale(1.04);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

/* booking */
.duration-card {
    border-radius: 40px 0px 40px 40px;
}
.duration-card img {
    border-radius: 40px 0px 40px 40px;
}

.durationslider .mainpagination {
    text-align: left;
    width: auto !important;
    padding: 8px;
    background: #fff;
    /* height: 15px; */
    display: flex;
    border-radius: 15px;
    margin-left: 33px;
}

.durationslider .mainpagination .swiper-pagination-bullet {
    background-color: #fdbc25;
    opacity: 0.75;
    margin: 4px 0;
    width: 10px;
    height: 6px;
    border-radius: 0.3rem;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.durationslider .mainpagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #d52027;
    width: 25px;
}
.booking {
    position: relative;
    z-index: 1;
}
.booking::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 51%;
    width: 100%;
    border-radius: 64px 0 0 0;
    background: #fffafa;
    z-index: -1;
}

/* infopark */
.infoparksec {
    height: 320px;
    background: #fff7f7;
    border-radius: 40px 0 40px 40px;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.infoparksec::after {
    content: "";
    right: -129px;
    top: -20px;
    width: 360px;
    height: 360px;
    background: #ffe4e4;
    box-shadow: -26px 0px 3px 43px #ffe4e47d,
        -20px 0px 0px 11px rgb(255 228 228 / 48%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.infoparksec .card-cont {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    align-items: flex-start;
}
.infoparklogo {
    display: flex;
    align-content: center;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.infoparklogo img {
    min-width: 360px;
}

/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/
footer {
    background: url(../img/images/footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255 255 255 / 85%);
    position: relative;
    z-index: 1;
}
footer::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(147deg, #3a2b00 0%, #420003 74%);
    opacity: 78%;
}

.ftr-logo {
    width: 230px;
}
.ftrlogo p {
    color: #333;
}
.foot-logo {
    width: 230px;
    margin-bottom: 15px;
}
/* .socialmedia{
    display: flex
;
    flex-direction: row;
    gap: 42px;
    align-items: center;
} */
/* .socialmedia h5{
            font-size: 2rem;
    font-weight: 600;
    color: #ffffffa6;
    margin-bottom: 0;
} */

footer p {
    line-height: 34px;
}
footer p,
footer a {
    font-size: 0.85rem;
    color: rgb(255 255 255 / 85%);
}

footer a:hover {
    color: rgb(255 255 255 / 100%);
}

footer h5 {
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 18px;
    color: rgb(255 255 255 / 95%);
}
footer h2 {
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 18px;
    color: rgb(255 255 255 / 95%);
}
/* footer h5:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: linear-gradient(45deg, #2915bf, #ee7700);
  left: 0;
  bottom: -10px;
  border-radius: 0.5rem;
} */
footer .con-icon {
    width: 18px;
}
.foot-para {
    font-size: 0.85rem;
    line-height: 23px;
    max-width: 330px;
}

.foot-list li a {
    display: flex;
}
.foot-list li {
    padding: 5px 0;
}
.foot-list li:last-child {
    padding-bottom: 0;
}
/* .foot-list {
  padding-left: 10px;
} */
footer .social {
    display: flex;
    gap: 10px;
}
footer .social a {
    display: flex;
    width: 40px;
    height: 40px;
    background: linear-gradient(147deg, #ffffff24 0%, #ffffff24 74%);
    color: rgb(255 255 255 / 95%);
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: 0.3s;
    border-radius: 50%;
    padding: 6px;
}
footer .social a:hover {
    background: linear-gradient(147deg, #febc11 0%, #d52027 74%);
    color: white;
}

footer .social li {
    list-style-type: none;
}

footer .line {
    height: 0.01rem;
    width: 100%;
    background-color: #ffffff3b;
    margin: 2rem 0;
}

.foot-loc {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.add-box {
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.add-box:not(:last-child) {
    padding-bottom: 10px;
}
.add-box .add-img {
    width: 33px;
    height: 33px;
    background: #f9dcdc;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-box p {
    margin-bottom: 0;
    width: calc(100% - 40px);
}
.add-box p a{
    color: #2e2e2e;
}
.add-box p a:hover{
color: #d52027;
}

.add-box img {
    width: 18px;
}

.weather-card {
    background: linear-gradient(45deg, #d52027, #febc11);
    border-radius: 12px;
    padding: 20px;
    width: 260px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    text-align: left;
    position: relative;
}
.weather-card h2 {
    font-size: 18px;
    /* margin: 0 0 10px; */
    color: #ffffff;
    margin-bottom: 0px;
}
.temp {
    font-size: 44px;
    font-weight: bold;
    /* margin: 10px 0; */
}
.deg {
    font-size: 18px;
}
.desc {
    font-size: 14px;
    margin-bottom: 8px;
}
.meta {
    font-size: 14px;
    color: #ffe6c8;
}
.weather-icon {
    float: right;
    /* margin-top: -50px; */
    position: absolute;
    right: 10px;
    top: 13px;
}

.text-right {
    text-align: right;
}
.ftcpy {
    background: #d520271f;
    padding: 10px 0;
}
.socialmedia {
    margin-top: 20px;
    border-top: 1px solid #ffffff2e;
    width: fit-content;
    padding-top: 15px;
}

/*modal*/
.myModal .btn-close {
        position: absolute;
    right: 3px;
    top: 3px;
    /* font-size: 2.5rem; */
    background-color: #ffdada;
    z-index: 9;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    color: white;
    border: none;
}
.myModal .btn-close img {
    /* filter: brightness(0) invert(1); */
}
.modal-dialog {
    max-width: 500px !important;
}
.modal-header {
    border-bottom: none !important;
    padding: 0;
}
.modal-content,
.modal {
    height: 100% !important;
    padding: 0.5rem;
}
.i-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #cec0a8;
    padding: 10px;
}
.sign {
    display: none;
}
.loginimg {
    border-radius: 15px;
}
.modal-sucess {
    width: 300px;
    height: auto !important;
    background: #fff !important;
    text-align: center;
}

#successModal .modal-dialog {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sucessimg {
    width: 65px;
    margin: auto;
}






/* form */


.myform label {
  font-size: 0.875rem;
  margin-bottom: 5px;
  color: #383838;
  font-weight: 500;
}
.myform input,
.myform textarea,
.myform select {
      width: 100%;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    background-color: #fffafa;
    outline: 0;
    border: none !important;
    border-bottom: 1px solid #ffdada !important;
    color: #383838;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

/* For Chrome, Safari, Edge, and Opera */
.myform input[type="number"]::-webkit-inner-spin-button, 
.myform input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.myform input[type="number"] {
    -moz-appearance: textfield;
}

.inpbox input::placeholder {
    color: #38383880;
}








@media (max-width: 991px) {
    .abt-img {
        margin-top: 35px;
    }
    .abt-img img {
        margin-left: 0;
        height: auto;
        margin-bottom: 15px;
    }
    .mision-full {
        margin-top: 10px;
    }
    .events-bx {
        margin-bottom: 15px;
    }
    .newsbutn .btn {
        display: none;
    }
    .callto {
        margin-top: 30px;
    }
    .ftmobb {
        display: none;
    }
}
@media (max-width: 767px) {
    .ftlogo {
        flex-direction: column;
        text-align: center;
    }
    .ftlogo a {
        width: 210px;
        flex: none;
        padding-right: 0;
        border-right: none;
    }
}

@media (max-width: 575px) {
    .mainhed {
        font-size: 1.5rem;
    }
    .principla-msg {
        flex-direction: column;
    }
    .abt-card {
        flex: 1 1 calc(50% - 10px);
    }
    .abt-partt {
        flex-wrap: wrap;
    }
    .princi {
        max-width: 290px;
        width: 100%;
    }
}
/* ----------------------new css start-------------------------- */

/*-------------------------- new scc end ------------------------*/


@media (min-width: 1200px){
.about-card h2{
        font-size: 1.75rem;
}
}



@media (max-width: 991px) {
    .technology-card {
        min-width: 200px;
    }
    .duration-card img {
        margin-top: 20px;
    }

    .about-bag {
        margin-top: 20px !important;
    }
    .locationcards{
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .blog-slider {
        margin-bottom: 0px !important;
    }
    .spad {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slidecon .bnr-hed {
        font-size: 40px;
    }
    .blog-slider__pagination {
        top: 40% !important;
    }
    .locationimg {
        margin-bottom: 20px;
    }
    .technology-card4 {
        right: 0px;
    }
    .about-card {
        margin-top: 30px;
    }
    .ftcpy p{
        text-align: left!important;
        line-height: normal;
    }
footer h2{
        margin-top: 15px;
    }
    footer h5{
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .infoparklogo img {
        min-width: 250px;
    }
    .spad {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slidecon .bnr-hed {
        font-size: 30px;
    }
    .technology-card2 {
        top: -234px;
    }
    .technology-card3 {
        right: 0px;
    }
    .technology-card4 {
        right: 0px;
    }
    
    header .headmain {
        padding: 10px 0!important;
}
.abtsection{
padding:0px;
}
.abt-img{
padding-left: 0px;
}
.whychoose-video video {
    position: absolute;
    top: 0;
    left: 1%;
    bottom: 1%;
    width: 98%;
    height: auto;
transform: unset;
   
    z-index: 1;
    height: 98%;
    object-fit: cover;
}


}
@media (max-width: 400px) {
    .infoparksec .card-cont {
        padding: 15px;
    }
    header .headmain .logocol a img {
        width: 86%;
    }
}


/* float */
.float-reg .btn {
        padding: 15px 15px;
    font-size: 16px;
    min-height: 40px;
    min-width: 180px;
box-shadow: unset;
border-radius: 12px;
    -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes pulsing {
  50% {
    box-shadow: 0 0 0 10px #d520271a;
  }
  100% {
    box-shadow: 0 0 0 0px #d520271a;
  }
}
.float-reg {
    position: fixed;
    bottom: 50%;
    right: 30px;
    z-index: 1000;
}


.company{
    padding: 25px;
    border-radius: 20px 0 20px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 13px #7e070c12;
    height: 100%;
}
.company .logo img{
width: auto;
    margin-bottom: 10px;
    height: 50px;
    max-width: 100%;
}
.company h2{
  font-weight: 500;
    font-size: 1.2rem;
    color: #d52027;
    margin-bottom: 16px;
}
.company .adddetls{
    padding: 10px 0;
    border-top: 1px solid #d5202721;
}
.company .adddetls .con{
display: flex;
    gap: 10px;
margin: 5px 0;
    align-items: center;
}
.company .adddetls .con span{
font-weight: 400;
    font-size: 0.975rem;
color: #000;
}
    

.company .domain{
    padding: 10px 0;
    border-top: 1px solid #d5202721;
}    
.company .domain h3{
        font-size: 1.1rem;
    font-weight: 600;
}
.company .domain-items{
  display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.company .domain-items span{
border: 1px solid #d5202721;
    border-radius: 10px;
    padding: 0 10px;
    font-size: .875rem !important;
    font-weight: 400;
    color: #2e2e2e;
}
.company .btn-sec{
display: flex;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.jobprofile{
    display: inherit;
height: auto;
}
.jobprofile .card-cont{
padding: 45px 35px;
}
.jobprofile img {
    min-width: 200px;
}
.jobprofile .jobmainhed{
font-size: 1.8rem;
    font-weight: 700;
    color: #040404;
}
.jobprofile p{
font-size: 1rem;
}
.job-deatiil{
margin-top: 40px;
border-bottom:1px solid #d5202740;
}
.job-deatiil p{
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
}    
 .job-deatiil h3 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #d52027;
} 
.jopcontact a{
color:#d52027;
}
.jobprofile .card-cont p a{
color:#d52027;
} 


.search-section form {
        margin: auto;
    display: flex;
    justify-content: space-between;
    width: 50%;
position: relative;
    align-items: center;
}
.search-section form input{
margin-bottom: 0px;
padding-right: 38px;
}
.search-section form button{
       position: absolute;
    right: 0;
    top: 11px;
    background: transparent;
}
.search-section form button img{
width: 26px;
}
