/* Fonts */
/* Poppins */
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

html,
body {
    overflow-x: hidden;
}
/* common css strats here */

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
    text-decoration: none !important;
} /* for removing underline for anchor*/

button:focus {
    outline: 0px !important;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100%;
}

/* for display */

.d-inline-flex {
    display: inline-flex;
} /* for display inline */

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
} /* for display inline */

/* for positions */

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

/* padding styles */

.p-0p {
    padding: 0px;
}

.p-5p {
    padding: 5px;
}

.p-10p {
    padding: 10px;
}

.p-15p {
    padding: 15px;
}

.p-20p {
    padding: 20px;
}

.p-30p {
    padding: 30px;
}

.p-40p {
    padding: 40px;
}

.pt-5p {
    padding-top: 5px;
}

.pt-10p {
    padding-top: 10px;
}

.pt-15p {
    padding-top: 15px;
}

.pt-20p {
    padding-top: 20px;
}

.pt-25p {
    padding-top: 25px;
}

.pt-30p {
    padding-top: 30px;
}

.pt-40p {
    padding-top: 40px;
}

.pt-50p {
    padding-top: 50px;
}

.pt-60p {
    padding-top: 60px;
}

.pt-70p {
    padding-top: 70px;
}

.pt-80p {
    padding-top: 80px;
}

.ptb-5p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40p {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50p {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60p {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70p {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plr-10p {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-20p {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-30p {
    padding-left: 30px;
    padding-right: 30px;
}

.pb-10p {
    padding-bottom: 10px;
}

.pb-15p {
    padding-bottom: 15px;
}

.pb-20p {
    padding-bottom: 20px;
}

.pb-30p {
    padding-bottom: 30px;
}

.pb-40p {
    padding-bottom: 40px;
}

.pb-50p {
    padding-bottom: 50px;
}

.pb-60p {
    padding-bottom: 60px;
}

.pb-70p {
    padding-bottom: 70px;
}

.pb-80p {
    padding-bottom: 80px;
}

.ptb-4060p {
    padding-top: 40px;
    padding-bottom: 60px;
}

.pt-0p {
    padding-top: 0px;
}

.pb-0p {
    padding-bottom: 0px;
}

.pr-0p {
    padding-right: 0px;
}

.pl-0p {
    padding-left: 0px;
}

.pl-10p {
    padding-left: 10px;
}

.pl-15p {
    padding-left: 15px;
}

.pl-20p {
    padding-left: 20px;
}

.pl-25p {
    padding-left: 25px;
}

.pl-40p {
    padding-left: 40px;
}

.pl-45p {
    padding-left: 45px;
}

.pl-50p {
    padding-left: 50px;
}

.pr-5p {
    padding-right: 5px;
}

.pr-20p {
    padding-right: 20px;
}

.pr-40p {
    padding-right: 40px;
}

.pr-45p {
    padding-right: 45px;
}

.pr-50p {
    padding-right: 50px;
}

/* margin styles */

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0px;
}

.m-15p {
    margin: 15px;
}

.m-lr-auto {
    margin: 0px auto;
}

.mt-5p {
    margin-top: 5px;
}

.mt-10p {
    margin-top: 10px;
}

.mt-15p {
    margin-top: 15px;
}

.mt-20p {
    margin-top: 20px;
}

.mt-25p {
    margin-top: 25px;
}

.mt-30p {
    margin-top: 30px;
}

.mt-35p {
    margin-top: 35px;
}

.mt-40p {
    margin-top: 40px;
}

.mt-50p {
    margin-top: 50px;
}

.mt-60p {
    margin-top: 60px;
}

.mt-70p {
    margin-top: 70px;
}

.mt-80p {
    margin-top: 80px;
}

.mt-90p {
    margin-top: 90px;
}

.mt-100p {
    margin-top: 100px;
}

.mt-120p {
    margin-top: 120px;
}

.mt-130p {
    margin-top: 130px;
}

.mt-220p {
    margin-top: 220px;
}

.mb-0p {
    margin-bottom: 0px;
}

.mb-10p {
    margin-bottom: 10px;
}

.mb-15p {
    margin-bottom: 15px;
}

.mb-20p {
    margin-bottom: 20px;
}

.mb-25p {
    margin-bottom: 25px;
}

.mb-30p {
    margin-bottom: 30px;
}

.mb-40p {
    margin-bottom: 40px;
}

.mb-60p {
    margin-bottom: 60px;
}

.mb-70p {
    margin-bottom: 70px;
}

.mb-80p {
    margin-bottom: 80px;
}

.mtb-2040p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.mtb-5p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-10p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-15p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-20p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-30p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-40p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-50p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-60p {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mlr-10p {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr-20p {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-5p {
    margin-left: 5px;
}

.ml-10p {
    margin-left: 10px;
}

.ml-15p {
    margin-left: 15px;
}

.ml-20p {
    margin-left: 20px;
}

.ml-50p {
    margin-left: 50px;
}

.mr-5p {
    margin-right: 5px;
}

.mr-10p {
    margin-right: 10px;
}

.mr-15p {
    margin-right: 15px;
}

.mr-20p {
    margin-right: 20px;
}

.mr-25p {
    margin-right: 25px;
}

.mr-30p {
    margin-right: 30px;
}

.mr-40p {
    margin-right: 40px;
}

.mr-50p {
    margin-right: 50px;
}

/* for box shadow */

/* for border radius  */

.brad-0 {
    border-radius: 0;
}

.brad-2 {
    border-radius: 2px;
}

.brad-3 {
    border-radius: 3px;
}

.brad-4 {
    border-radius: 4px;
}

.brad-5 {
    border-radius: 5px;
}

.brad-6 {
    border-radius: 6px;
}

.brad-8 {
    border-radius: 8px;
}

.brad-50 {
    border-radius: 50px;
}

/* for borders  */

.br-0p {
    border: 0;
}

.br-top {
    border-top: 1px solid #e0dcdc;
}

.br-btm {
    border-bottom: 1px solid #e0dcdc;
}

/* for letter spacing  */

.ls-1p {
    letter-spacing: 1px;
}

.ls-2p {
    letter-spacing: 2px;
}

.ls-3p {
    letter-spacing: 3px;
}

/* for text-patterns*/

.txt-up {
    text-transform: uppercase;
}

.txt-cap {
    text-transform: capitalize;
}

.txt-undline {
    text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-trans {
    background: transparent;
}

.bg-gray {
    background-color: #f7f9fb;
}

.bg-gray2 {
    background-color: #f9fafb;
}

.bg-gray3 {
    background-color: #f3eff9;
}

/* for text-colors*/

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-color {
    color: #0c0c0c;
}

.text-c1 {
    color: #1b1b1b;
}

.text-blue {
    color: #1b002b;
}

.text-violet {
    color: #6152cf;
}

/* for text-alignment*/

.align-items {
    align-items: center;
}

.align-flex-end {
    align-items: flex-end;
}

.justify-space {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-flex-end {
    justify-content: flex-end;
}

.wh-space {
    white-space: pre-line;
}

.obj-fit {
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

/* for font-size */

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font44 {
    font-size: 44px;
}

.font40 {
    font-size: 40px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}

/* for line-hieght */

.lh-15p {
    line-height: 15px;
}

.lh-16p {
    line-height: 16px;
}

.lh-18p {
    line-height: 18px;
}

.lh-19p {
    line-height: 19px;
}

.lh-20p {
    line-height: 20px;
}

.lh-22p {
    line-height: 22px;
}

.lh-23p {
    line-height: 23px;
}

.lh-24p {
    line-height: 24px;
}

.lh-25p {
    line-height: 25px;
}

.lh-26p {
    line-height: 26px;
}

.lh-27p {
    line-height: 27px;
}

.lh-28p {
    line-height: 28px;
}

.lh-30p {
    line-height: 30px;
}

.lh-32p {
    line-height: 32px;
}

.lh-33p {
    line-height: 33px;
}

.lh-42p {
    line-height: 42px;
}

.lh-44p {
    line-height: 44px;
}

/* for font-weight */

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

/* Poppins */

.fnt-pop-light {
    font-family:Poppins,sans-serif;
font-weight:300;
}

.fnt-pop-reg {
    font-family:Poppins,sans-serif;
font-weight:400;
}

.fnt-pop-medium {
    font-family:Poppins,sans-serif;
font-weight:500;
}

.fnt-pop-semibold {
    font-family:Poppins,sans-serif;
font-weight:600;
}

.fnt-pop-Bold {
    font-family:Poppins,sans-serif;
font-weight:700;
}

/* for text-alignment*/

.align-center {
    align-items: center;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.txt-end {
    text-align: end;
}

.text-justify {
    text-align: justify;
}

.text-initial {
    text-align: initial;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #0c0c0c;
    font-family:Poppins,sans-serif;
font-weight:300;
}

.container {
    max-width: 1230px !important;
    padding-left: 0;
    padding-right: 0;
}
.header .container {
    max-width: 1320px !important;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
    border: none;
}

.navbar-toggler.x:focus {
    outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/

.nav-menu > li > a:hover {
    color: #f38a18;
}

.nav-menu li {
    position: relative;
}
.nav-menu .menu-active a,
.nav-menu li:hover a {
    color: #f38a18;
}
.nav-menu .menu-active:before {
    content: "";
    border-bottom: 3px solid #f38a18;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 50px;
}

/*--------------------------------------------------------------
  # Desktop Navigation
  --------------------------------------------------------------*/
@media (min-width: 1024px) {
    /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
    .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        padding: 2px 0 2px 40px;
        line-height: 54px;
    }
    .navbar .sub-menu > li {
        white-space: nowrap;
        padding: 0px 0px;
        line-height: 30px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        font-size: 14px;
        text-transform: capitalize;
        color: #000 !important;
        transition: color 0.3s, background 0.3s;
        font-family:Poppins,sans-serif;
font-weight:500;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        /* width: 20px;
      height: 20px; */
        position: relative;
        z-index: 20;
    }

    .navbar a:hover,
    .navbar li.active > a,
    .navbar li:hover a {
        /* color: #fff; */
    }

    .navbar .menu-item-has-children ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        /* padding: 10px 0; */
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .menu-item-has-children ul li {
        min-width: 15rem;
    }

    .navbar .menu-item-has-children ul a {
        padding: 8px 20px;
        color: #2b1538 !important;
        text-transform: none;
        font-family:Poppins,sans-serif;
font-weight:400;
    }

    .navbar .menu-item-has-children ul a i {
        font-size: 12px;
    }

    .navbar .menu-item-has-children ul a:hover,
    .navbar .menu-item-has-children ul .active:hover,
    .navbar .menu-item-has-children ul li:hover > a {
        background-color: #6152cf;
        color: #fff !important;
    }

    .navbar .menu-item-has-children:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .menu-item-has-children .menu-item-has-children ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}
/*
  @media (min-width: 1024px) and (max-width: 1366px) {
    .navbar .menu-item-has-children .menu-item-has-children ul {
      left: -90%;
    }

    .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
      left: -100%;
    }
  } */

@media (min-width: 1025px) {
    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
@media (max-width: 1024px) {
    .header-nav .navbar>ul>li.nth-child {
        display: inline-block;
        padding-left: 15px;
        margin-top: 10px;
    }
    .navbar ul{
        display: block;
    }
    #navbar > ul > li > a {
        line-height: 16px !important;
    }
    /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
    .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
    .navbar ul li.menu-item-has-children > a i {
        position: absolute;
        right: 20px;
        width: 10%;
        height: 42px;
        text-align: center;
        top: 0px;
    }
    .navbar ul li.menu-item-has-children > a i::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .navbar ul li.menu-item-has-children > a {
        position: relative;
    }
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 320px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 40px 0 10px 0;
        margin: 0;
        background: #6152cf;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        padding: 8px 20px;
        color: #fff;
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0.3s;
        font-family:Poppins,sans-serif;
font-weight:300;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }

    .navbar .menu-item-has-children ul,
    .navbar .menu-item-has-children .menu-item-has-children ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #8f8f8f;
    }
    .dropdown-active a {
        font-size: 12px !important;
        padding: 6px 15px;
    }

    .navbar .menu-item-has-children > .dropdown-active,
    .navbar .menu-item-has-children .menu-item-has-children > .dropdown-active {
        display: block;
    }

    /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
  } */
    .mobile-nav-show {
        position: relative;
        color: #000;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        left: 275px;
        top: 15px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        left: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9996;
    }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

/* HEADER-TOP CSS  */

.top-nav-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-nav-links ul li {
    font-size: 14px;
    color: #2d2d2d;
}
.top-nav-links ul li a {
    padding: 0px 20px;
    color: #2d2d2d;
    border-right: 1px solid #cfd3d8;
}
.top-nav-links ul li a:hover {
    color: #8237ae;
}
.top-nav-links ul li:nth-child(3) a {
    border-right: 0;
}
.nth-child img {
    height: 18px;
}
.book-btn {
    background-color: #6152cf;
    color: #ffffff;
    padding: 8px 22px;
    border: 0;
}
.book-btn img {
    transform: translateY(-1px);
}

.book-btn:hover {
    background-color: #8237ae;
}

/* HEADER-BOTTOM CSS  */

.header {
    /* border-top:1px solid #e0e4e9;
      border-bottom:1px solid #e0e4e9; */
    z-index: 997;
    /* background: #3a3089; */
    /* padding:7px 0px; */
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo {
    height: 95px;
    padding-block: 5px;
    position: absolute;
    top: 0px;
    z-index: 100;
}

.flag-icon {
    width: 30px;
    margin-right: 10px;
}

/* hcall box */

.hcall-box {
    border-left: 1px solid #e0e4e9;
    padding-left: 25px;
    align-items: end;
}
.hcall-icon i {
    font-size: 30px !important;
    color: #6152cf;
}
.hcall-cnt {
    text-align: end;
    text-transform: initial;
}
.hcall-cnt p {
    font-size: 13px;
    line-height: 20px;
    color: #2b2b2f;
    text-transform: initial;
    margin-bottom: 0;
}
.hcall-cnt h6 {
    font-size: 18px;
    color: #500d77;
    font-family:Poppins,sans-serif;
font-weight:500;
}
.hcall-cnt p a {
    color: #500d77;
}

.desk-hide {
    display: none !important;
    visibility: hidden !important;
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-gap {
    padding-top: 75px;
}
.pb-gap {
    padding-bottom: 75px;
}

.sub-title {
    font-size: 17px;
}

.section-title {
    font-size: 36px;
    color: #1b1b1b;
    font-family:Poppins,sans-serif;
font-weight:500;
}

.section-title-gap {
    margin-bottom: 25px;
}

.medium-title {
    font-size: 22px;
    font-family:Poppins,sans-serif;
font-weight:500;
}

.medium-title2 {
    font-size: 18px;
    font-family:Poppins,sans-serif;
font-weight:500;
}

.small-title {
    font-size: 18px;
    font-family:Poppins,sans-serif;
font-weight:400;
}
.wh-img {
    filter: brightness(0) invert(1);
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
    right: 0;
    left: 0;
}

/* COMMON BUTTON CSS */

.btn-size {
    font-size: 14px;
    color: #500d77;
    font-family:Poppins,sans-serif;
font-weight:300;
    border: 1px solid #8237ae;
    border-radius: 50px;
}

.btn-pd {
    padding: 10px 32px;
}
.cmn-btn:hover, .blog-card:hover  .cmn-btn{
    background: #8237ae;
    color: #fff;
}

.bg-properties {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control {
    line-height: 46px;
    border-radius: 0px;
    padding: 0px 13px;
    border: 1px solid #cccccc;
}
.form-control:focus {
    box-shadow: none;
    background: transparent;
}

/* banner-sec css */

/* .banner-sec,.inner_banner-sec {margin-top:70px; } */

.banner-right-block {
    height: 618px;
    /* background: #3a3089; */
    background-image: url(../images/header-bg.gif);
    color: #7eb4e2;
}
.banner-right-block::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 44px solid #fff;
    border-left: 0px solid transparent;
    border-right: 1000px solid transparent;
}
.banner_content {
    padding-right: 30px;
    position: absolute;
    left: 14%;
    top: 45%;
    transform: translateY(-50%);
}
.banner-subtitle {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}c
.banner-title {
    font-size: 50px;
    letter-spacing: 1px;
    /* line-height: 26px; */
    color: #ffffff;
    font-family:Poppins,sans-serif;
font-weight:600;
    margin-bottom: 15px;
}
.banner_content p {
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 30px;
    color: #000;
    font-family:Poppins,sans-serif;
font-weight:300;
    margin-bottom: 30px;
}
.ban-btn a {
    color: #3a3089;
    padding: 13px 25px;
    filter: drop-shadow(0px 6px 4px rgba(9, 3, 53, 0.3));
}
.calender-ico {
    transform: translatey(-2px);
}
.banner-left-block {
    overflow: hidden;
}
.ban_ico {
    display: block;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    height: 646px;
    object-fit: cover;
}

/* .banner-ico::after{ */
/* content: ""; */
/* position: absolute; */
/* left: 0; */
/* top: 100%; */
/* width: 100.6%; */
/* height: 0; */
/* padding-top: 10.5%; */
/* background: white; */
/* transform-origin: 0 0; */
/* transform: rotate(-6deg); */
/* } */

.carousel-control-next-icon,
.carousel-control-prev-icon {
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    width: auto;
    height: auto;
}
.carousel-control-next,
.carousel-control-prev {
    bottom: 65px;
    top: auto;
    width: auto;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    background: #3a3089;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}
.carousel-control-prev {
    right: 40px;
    left: auto;
    padding: 10px 30px 10px 15px;
}
.carousel-control-next {
    padding: 10px 15px 10px 30px;
}
.r-ico {
    border-right: 1px solid #3a3089;
    padding-right: 10px;
    margin-right: 10px;
}

/* ABOUT SECTION CSS  */

.abt-block {
    padding: 45px 80px;
    /* height: 278px; */
    border-radius: 20px;
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
}

.grid-divider > [class*="col-"]:nth-child(n + 2):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #e5e8eb;
    width: 1px;
    height: auto;
    left: 50%;
}

/* testimonials section css */

.testy-sec {
    padding-bottom: 60px;
}
.testy-bx {
    padding: 25px;
    border-radius: 15px;
    background-color: #ab67d3;
}
.quote-icon {
    height: 40px !important;
}
.testy-icon img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}
.testy-footer {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6152cf !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 4px !important;
    background: #ab67d3 !important;
}

/* FOOTER SECTION CSS */

.footer-sec {
    border-top: 1px solid #d2cfef;
    padding-bottom: 30px;
}
.footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-logo {
    height: 80px;
    margin-bottom: 20px;
}
.footer-title {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #500d77;
    font-family:Poppins,sans-serif;
font-weight:600;
}
.footer-title-gap {
    margin-bottom: 18px;
}

.list-group li {
    margin-top: 12px;
}
.list-group li:first-child {
    margin-top: 0px;
}
.list-group a,
.footer-content p {
    font-size: 14px;
    color: #1b002b;
    font-family:Poppins,sans-serif;
font-weight:300;
}
.list-group a:hover {
    color: #8237ae;
}

.get-social {
    margin-top: 50px;
}
.footer-social a {
    border: 1px solid #500d77;
    padding: 5px;
    color: #500d77;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}
.footer-social a i {
    font-size: 16px;
}
.footer-social a:hover {
    background: #500d77;
    color: #fff;
}

/* copyright section */

.copyright {
    background-color: #6152cf;
    border-radius: 50px;
    color: #fff;
    padding: 17px 22px;
}
.aw-txt {
    color: #ffd44c;
}

/* Raju` */
#navbar > ul > li > a {
    line-height: 69px;
}
.nth-child a {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 4px 29px;
    line-height: 35px !important;
}
.nth-child a:hover {
    color: #fff !important;
}

.desi-btn {
    background-color: #6152cf;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 50px;
    line-height: 26px;
    color: #ffffff;
    font-family:Poppins,sans-serif;
font-weight:300;
    display: inline-flex;
    padding: 0px 30px 0px 0px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    align-items: center;
    z-index: 2;
    transition: 0.5s;
}
.desi-btn > span > span {
    font-size: 25px;
}
.desi-btn img {
    transform: translateX(-13px);
    height: 50px;
}

.desi-btn::before {
    position: absolute;
    content: "";
    background-color: #ff9334;
    left: 0;
    width: 0px;
    transition: width 0.5s ease-out; /* Adjusted transition property */
    z-index: -1;
    height: 100%;
}
.desi-btn:hover::before {
    width: 100%;
}

.desi-cmn-subhead {
    font-size: 19px;
    letter-spacing: 0.25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #00ab4c;
    font-family:Poppins,sans-serif;
font-weight:400;
}
.desi-cmn-head {
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 47px;
    color: #01112a;
    font-family:Poppins,sans-serif;
font-weight:600;
    margin-bottom: 15px;
    margin-top: 0px;
}
.desi-cmn-head2 {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #01112a;
    font-family:Poppins,sans-serif;
font-weight:600;
    margin-bottom: 15px;
    margin-top: 0px;
}
.desi-btn2 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #3a3089;
    font-family:Poppins,sans-serif;
font-weight:300;
    display: flex;
    align-items: center;
    gap: 7px;
}
.desi-btn2 > span,
.desi-btn > span {
    width: 35px;
    height: 35px;
    background-color: #ff9334;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}
.desi-btn2 > span > span,
.desi-btn > span > span {
    transform: translateX(2px);
}

.home-about-img img {
    max-width: 100%;
}
.rign-bg2 {
    position: absolute;
    top: 30px;
    right: 0px;
}
.desi-btn > span {
    width: 47px;
    height: 47px;
    left: 0;
    margin-right: 13px;
}

.desi-event-sec {
    position: relative;
    background-color: #f6f6f6;
    z-index: 2;
}
.event-location {
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.event-location i {
    font-size: 18px;
    padding-right: 4px;
    transform: translateY(2px);
    display: inline-block;
    position: relative;
}

.desi-event-sec::before {
    background-color: #1c1c1c;
    width: 60%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
    right: 0;
}

.desi-event-sec .desi-btn {
    background-color: #414141;
}

.desi-event-sec .pad-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.dots-img {
    position: absolute;
    bottom: -18px;
    right: -100px;
    height: 60px;
}
.home-about-img {
    position: relative;
}
.home-about-img.extra::before {
    border: 15px solid #ffcb33;
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: 43px;
    z-index: -1;
    top: -50px;
}

/* testimonials */

/* service section css */

/* .srvce-sec{
      padding-bottom:65px;
      margin-top:-40px;
  } */
.srvce-card {
    border-radius: 15px;
    background-color: #e5e7eb;
    overflow: hidden;
    color: #87909f;
    cursor: pointer;
}
.srvce-cnt {
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 9;
    display: grid;
}
.srvce-cnt h4 {
    margin-bottom: 3px;
}
.srvce-btn a {
    color: #87909f;
    border: 1px solid #c1c6d0;
}
.service-icon-bar {
    margin-left: -13px;
}
.service-icon {
    height: 315px;
}
.service-strip {
    position: absolute;
    bottom: 0;
}
.srvce .owl-item.center .item .srvce-cnt {
    background-image: linear-gradient(-45deg, #3a3089 0%, #5d51ba 100%);
    color: #fff;
}
.srvce .owl-item.center .item .srvce-cnt a {
    color: #fff;
    border: 1px solid #675bca;
}
.owl-nav button span {
    position: relative;
    top: 1px;
    left: -1px;
}
.owl-nav button.owl-next span {
    left: auto;
    right: -1px;
}

/* .srvce-cnt:hover{ */
/* background-image: linear-gradient(-45deg, #35156b 0%, #5d1a84 100%); */
/* color:#fff; */
/* } */
/* .srvce-cnt:hover .srvce-btn a{ */
/* color:#fff; */
/* border: 1px solid #8237ae; */
/* } */

/* OWL NAV CSS */

.srvce .owl-nav [class*="owl-"] {
    font-size: 24px !important;
    color: #878788 !important;
    background: #fff !important;
    filter: drop-shadow(0px 2px 2.5px rgba(0, 0, 0, 0.15));
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}
.srvce .owl-nav [class*="owl-"]:hover {
    background: #4f44a7 !important;
    color: #fff !important;
}

.srvce .owl-nav button.owl-next,
.srvce .owl-nav button.owl-prev,
.srvce button.owl-dot {
    position: absolute;
    top: 40%;
}

.srvce .owl-nav button.owl-next {
    right: -25px;
}
.srvce .owl-nav button.owl-prev {
    left: -25px;
}
.srvce .owl-nav .disabled {
    opacity: 0.7 !important;
}
.srvce .owl-nav button.owl-next .fa-angle-right {
    padding-left: 4px;
}

/* Speaker section */

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.chapter-team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.speaker-name {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #01112a;
    font-family:Poppins,sans-serif;
font-weight:500;
}
.company {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #3a3089;
    font-family:Poppins,sans-serif;
    text-align: center;
font-weight:400;
}
.speaker-box{
    transition: ease all 0.5s;

}
.speaker-box img {
    width: 100%;
    object-fit: cover;
    height: 290px;
    transition: ease all 0.5s;
    /* margin-bottom: 10px; */
}
/* .speaker-box:hover{
transform: translateY(-5px);
} */
.chapter-team-grid .speaker-box{
    text-align: center;
}
.speaker-box>div{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    padding-top: 5px;

}
.chapter-team-grid .speaker-box img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    /* margin-bottom: 10px; */
    border-radius: 3px;
}
.speaker-box:hover img{
    transform: scale(1.02);
}

.chapter-team-grid .speaker-name {
    font-size: 16px;
}
.chapter-team-grid .company {
    font-size: 13px;
}
/* Desi Join Us Section */

.desi-join-us-sec {
    background: url(../images/join-bg.png),
        linear-gradient(0deg, #ffffff 0%, #e1edf3 100%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
}
.cmn-desi-box {
    color: #fff;
    position: relative;
    padding: 25px;
    z-index: 3;
}
.cmn-desi-box h5 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #fefefe;
    font-family:Poppins,sans-serif;
font-weight:500;
}
.boxes-des1 {
    background-color: #344bbc;
}
.boxes-des2 {
    background-color: #388a7c;
}
.boxes-des3 {
    background-color: #151517;
}

.box-icon {
    height: 80px;
    object-fit: contain;
    margin-bottom: 18px;
}
.box-pos-img {
    max-height: 80px;
}
.box-pos-img {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: -1;
    pointer-events: none;
}
.extra-bg1 {
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: 0;
}
.extra-bg2 {
    position: absolute;
    bottom: -10px;
    left: 40%;
}

.nav-scroll {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(37, 37, 49, 0.1);
    box-shadow: 0px 10px 30px rgba(37, 37, 49, 0.1);
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

/* Desi Footer section */
.desi-footer-head {
    position: relative;
    font-size: 90px;
    letter-spacing: 1px;
    line-height: 100px;
    color: #ffffff;
    font-family:Poppins,sans-serif;
font-weight:700;
    text-align: center;
    z-index: 2;
}
.desi-footer {
    background-color: #292a32;
    padding-top: 55px;
}
.desi-footer-head span {
    position: relative;
    z-index: 1;
}
.desi-footer-head span::before {
    height: 40px;
    background-color: #00ab4c;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    bottom: 26px;
}
.desi-social-icons-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}
.desi-social-icons-sec i {
    font-size: 30px;
    color: #fff;
}
.desi-footer .nth-child {
    margin-top: 20px;
    margin-bottom: 35px;
}
.desi-footer .nth-child a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 46px !important;
    color: #ffffff;
    font-family:Poppins,sans-serif;
font-weight:500;
    display: inline-flex;
    align-items: center;
    min-width: 310px;
    justify-content: center;
    border-color: #fff;
}
.desi-footer-menu-sec ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    line-height: 50px;
}
.desi-footer-menu-sec ul a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
}
.desi-copyright {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
}

.l-btm {
    display: none;
}
.nav-scroll .l-top {
    display: none;
}
.nav-scroll .l-btm {
    display: block;
}
.nav-scroll .navbar a,
.navbar a:focus {
    color: #000;
}
.nav-scroll .navbar a {
    color: #000 !important;
}
.nav-scroll .nth-child a {
    border-color: #000;
}
.nav-scroll .nth-child a img {
    /* filter: brightness(1) invert(1); */
}

.nav-scroll .mobile-nav-show {
    color: #000;
}
.mobile-nav-show {
    /* color: #fff; */
}

.box-icon {
    max-height: 60px;
}
.nav-scroll .logo {
    height: 75px;
}
.nth-child a:hover {
    background-color: #00ab4c;
    border-color: #00ab4c;
    color: #fff;
}
.nav-scroll .nth-child a:hover img {
    filter: none;
}

/* --------------------------------------------------------------------- */
/* INNER PAGES COMMON CSS */
/* --------------------------------------------------------------------- */

.innbanner-sec {
    background: linear-gradient(#fff, #f1f1f1);
}

.innban_ico {
    height: 300px;
    border-radius: 200px 0px 0px 200px;
}

.innban-title {
    font-size: 40px;
    font-family:Poppins,sans-serif;
font-weight:600;
}

.page-top {
    padding-top: 60px;
}

/* --------------------------------------------------------------------- */
/* ABOUT PAGE CSS */
/* --------------------------------------------------------------------- */

.misi-card {
    background: #fff;
    box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.11);
    padding: 30px;
    border-radius: 10px;
}

/* ------------------------------------------------------------- */
/* CONTACT PAGE CSS */
/* ------------------------------------------------------------- */

.contact-block {
    box-shadow: 0px 40px 80px 0px
        rgba(82.99999999999999, 93.99999999999997, 132, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    background-color: #ffffff;
    padding: 55px 50px 45px 50px;
    border-radius: 10px;
}

.contact-block .desi-cmn-head {
    font-size: 28px;
    line-height: 36px;
}

/* form css  */

textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    outline-offset: 0px;
    border-color: #86b7fe;
}

.common-form input,
.common-form select {
    height: 45px;
}
.common-form input,
.common-form select,
.common-form textarea {
    font-size: 14px;
    border-radius: 0px !important;
    background-color: transaparent;
    color: #212529;
    border: 0;
    padding: 0px;
    border-bottom: 1px solid #d5d6de;
}

.common-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #212529;
}
.common-form .form-control:focus,
.common-form .form-group:focus {
    background: #eef8fe;
}

.contact-lis-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.contact-lis-blk {
    box-shadow: 20px 40px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 45px 45px 45px 45px;
    background-color: #ffffff;
    width: 32%;
    border-radius: 10px;
    margin-left: auto;
}
.contact-lis-blk .desi-cmn-head {
    font-size: 32px;
    line-height: 40px;
}
.contact-icon-bar i {
    font-size: 20px;
    color: #01112a;
}
.contact-details .medium-title {
    font-size: 16px;
}
.contact-card {
    margin-top: 20px;
}

/* CHECK BOX CSS */

input[type="checkbox"] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
}

input[type="checkbox"]:hover {
    opacity: 1;
}

input[type="checkbox"]:checked {
    background-color: #000;
    opacity: 1;
}

input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.custom-checkbox {
    display: flex;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: red;
}

/* ------------------------------------------------------------------------------------------------------------*/
/* EVENT PAGE CSS */
/* ------------------------------------------------------------------------------------------------------------*/

.event-title {
    font-size: 32px;
    line-height: 38px;
}

.events-timeline {
    border-radius: 12px;
    background: #fdfdfd;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    overflow: hidden;
}
.event-date-wrap {
    background: #3a3089;
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    color: #fff;
}
.event-date h3 {
    font-size: 40px;
    font-family:Poppins,sans-serif;
font-weight:600;
}

.event-content-card {
    padding: 25px;
}
.event-icon-bar img {
    width: 300px;
    height: 100%;
    object-fit: cover;
}

.form-control.error,
label.error {
    color: red;
    border-color: red !important;
    font-size: 13px;
    text-transform: capitalize;
}
.form-loading {
    opacity: 0.6;
    z-index: 10000;
    pointer-events: none;
}

.srvce-cnt h4 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.srvce-cnt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.service-icon-bar {
    height: 100%;
}
.service-icon-bar img {
    max-width: 100%;
    width: auto !important;
}
    .service-icon-bar>img:first-child {
        height: 280px !important;
        width: 100% !important;
        object-fit: cover;
    }
.srvce-sec .owl-carousel .owl-stage {
    display: flex;
}
.srvce-sec .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.srvce-sec .srvce-card,
.srvce-sec .srvce-card > .row {
    height: 100%;
}

.blog-card {
    box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding-bottom: 60px;
    position: relative;

}
.blog-card-content {
    padding: 5px 15px 0px;

}
.blog-card img{
    height:230px;
    object-fit: cover;
}

.blog-card-content .blog-title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.blog-title {
    font-size: 18px;
    line-height: 27px;
    color: #111111;
    font-family:Poppins,sans-serif;
font-weight:600;
}
.blog-contet{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.srvce-btn .cmn-btn{
    position: absolute;
    bottom: 22px;
    transition: .5s;
}

.content-height{
   padding-bottom: 50px;
}

@keyframes zoomMove {
    0% {
        transform: translateY(0) scale(0.5);
    }
    50% {
        transform: translateY(0px) scale(1);
    }
    100% {
        transform: translateY(0) scale(0.5);
    }
}

.fav-move {
    animation: zoomMove 4s infinite;
    transition: transform 0.5s;
}

.cmn-inner-head {
    font-size: 30px;
    font-family:Poppins,sans-serif;
font-weight:600;
    line-height: 34px;
    padding-bottom: 20px;
}
.border-t3 {
    border: none;
    border-top: #69af47 3px solid;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
}
.border_right {
    border-right: 1px solid #e3e3e3;
}
.content_decration {
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
}
.cmn-event-name {
    font-family:Poppins,sans-serif;
font-weight:600;
    font-size: 18px;
    line-height: 20px;
}

.cmn-event-list-item {
    margin-bottom: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 15px;
    padding: 15px;
}

legend {
    font-size: 13px;
    margin-bottom: 3px;
}
::placeholder{
    font-size: 14px;
}

body.submitting {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

body.submitting:after {
    content: '\F116'; /* Unicode for the icon from the font library (Font Awesome, Bootstrap Icons, etc.) */
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    color:red;
    font-size: 50px;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    z-index: 10001;
}

@keyframes spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}


.bg-2{
    background-color: #f5f5f5;
}

/* chapter service  */

.feature{
	width: 100%;
    height: 100%;
}
.feature .heading{
	text-align: center;
	width: 100%;
	padding:20px 0 20px;
}
.feature .heading h2{
	font-size: 32px;
	font-weight: 400;
}
.feature .heading h2 span{
	color: #117EC3;
}
.feature .heading h6{
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 14px;
	padding:8px 0 8px;
}
.feature .separator{
	width: 50px;
	height: 2px;
	margin-bottom: 50px;
	background-color: #555555;
	display: inline-block;
}
.feature-main{
    height: 100%;
	width: 100%;
	border-bottom: 2px solid transparent;
	background-color: #f9f9f9;
	padding-bottom: 60px;
    position: relative;
}
/* .feature-main:hover .feature-box img{
	opacity: 0.9;
} */
.cover:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 250px rgb(0 0 0 / 26%) inset;
    -webkit-transition: 0.7s ease 0s;
    -moz-transition: 0.7s ease 0s;
    -o-transition: 0.7s ease 0s;
    -ms-transition: 0.7s ease 0s;
    transition: 0.7s ease 0s;
}
.feature-main:hover .cover:before{
	box-shadow: none;
}
.feature .feature-box{
	/* position: relative; */
	width: 100%;
	height: auto;
	position: relative;
}
.feature .feature-box img{
	width: 100%;
	height: auto;
    height: 245px;
    object-fit: cover;
}
.feature .feature-head{
	text-align: center;
	padding: 10px 15px;
	border-top: none;
}
.feature .feature-head h3{
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.feature .feature-head p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
	color: #999;
	letter-spacing: 0.4px;
	line-height: 1.7;
	margin: 15px 0n 15px;
}
.feature .feature-head a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
	color: #000;
	font-size: 13px;
	padding:10px 20px;
	border-radius: 50px;
	display: inline-block;
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-ms-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
.feature .feature-head i{
	margin-left: 5px;
}
.feature-main:hover{
	border-bottom: 2px solid #f5841f;
}
.feature-main:hover .feature-head a{
	background-color: #f5841f;
	color: #fff;
	text-decoration: none;
}
@media all and (max-width: 767px){
	.feature-main{
		margin-bottom: 15px;
	}
}




.payment-input {
    background: #f7f7f7;
    padding: 10px;
  }

  .donately-donation-amount label {
    position: absolute;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
  }

  .donately-donation-amount .zeros {
    right: 12px;
  }

  .donately-donation-amount .donately-dollar-sign {
    left: 10px;
  }

  .donately-donation-amount input {
    background: #fdbd4e !important;
    color: #ffffff !important;
    padding: 5px 85px 5px 50px;
    border: none;
    line-height: 45px;
    text-align: right;
    width: 100%;
    font-size: 40px;
    font-family: Poppins,sans-serif;
    font-weight: 500;
  }

  input:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  .donately-donation-amount fieldset.has-error {
    border-color: #ff3737;
  }

  .donately-donation-amount fieldset {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    border-color: transparent;
  }

  .donately-donation-amount ::placeholder {
    color: #fff !important;
  }

  .donately-donation-amount fieldset::before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #fff;
    left: 50px;
  }
 .contact-block select.form-control{
    height: 46px;
    appearance: auto;
    font-size: 14px;

 }

 .member-amount {
    height: 58px;
    line-height: 58px;
    padding: 10px;
    background: #ffa327 !important;
    color: #ffffff !important;
    font-size: 35px !important;
    display: flex;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
  }

#security_code{
margin-right: 4px !important
}

.cmn-inner-head2 {
    font-size: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 34px;
    padding-bottom: 20px;
}
.video-item::before {
    position: absolute;
    height: 50px;
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 50px;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.chapter-photo-box img, .chapter-video-box img{
    height: 220px !important;
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
    transition: all ease 0.5s;

}
.chapter-photo-box, .chapter-video-box{
    overflow: hidden;
    border-radius: 3px;
}
.chapter-photo-box img:hover, .chapter-video-box img:hover{
scale: 1.02;

}
.header-nav .navbar>ul>li:last-child{
    padding-left: 15px;
}

.home-event-des{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;

}














  /* Raju Common Inner pages for assocaiation */

/* Payment Success */
/*

.printer-top {
    z-index: 1;
    border: 6px solid #359d00;
    height: 6px;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #0c8420;
  }

  .printer-bottom {
    z-index: 0;
    border: 6px solid #359d00;
    height: 6px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #0c8420;
  }

  .paper-container {
    position: relative;
    overflow: hidden;
    height: 700px;
  }

  .paper {
    background: #ffffff;
    height: auto;
    position: absolute;
    z-index: 2;
    margin: 0 12px;
    margin-top: -12px;
    animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
    -moz-animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
    box-shadow: 0 2px 12px rgb(0 0 0 / 5%);
    border-radius: 5px;
  }

  .main-contents {
    margin: 0 12px;
    padding: 20px 20px 20px;
  }

  .jagged-edge {
    position: relative;
    height: 20px;
    width: 100%;
    margin-top: -1px;
  }

  .jagged-edge:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(
        45deg,
        transparent 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      ),
      linear-gradient(
        -45deg,
        #0c842024 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      );
    background-size: 16px 40px;
    background-position: 0 -20px;
  } */

/* Payment Success */

.printer-top {
    z-index: 1;
    border: 6px solid #359d00;
    height: 6px;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #0c8420;
}

.printer-bottom {
    z-index: 0;
    border: 6px solid #359d00;
    height: 6px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #0c8420;
}

.paper-container {
    position: relative;
    overflow: hidden;
    max-height: 0; /* Start with max-height 0 */
    animation: expandHeight 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9) forwards;
}

.paper {
    background: #ffffff;
    height: auto;
    position: relative;
    z-index: 2;
    margin: 0 12px;
    margin-top: -12px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 5%);
    border-radius: 5px;
    opacity: 0; /* Start hidden */
    animation: fadeIn 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9) forwards;
}

.main-contents {
    margin: 0 12px;
    padding: 20px 20px 20px;
}

.jagged-edge {
    position: relative;
    height: 20px;
    width: 100%;
    margin-top: -1px;
}

.jagged-edge:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(
        45deg,
        transparent 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      ),
      linear-gradient(
        -45deg,
        #0c842024 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      );
    background-size: 16px 40px;
    background-position: 0 -20px;
}

@keyframes expandHeight {
    from {
        max-height: 0;
    }
    to {
        max-height: 900px; /* Or auto, if content's height is dynamic */
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


  .aws-title2 {
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 600;
  }
  .success-icon {
    text-align: center;
    font-size: 35px;
    height: 72px;
    background: #359d00;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin: 18px auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .success-title {
    font-size: 22px;
    text-align: center;
    color: #666;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .success-description {
    font-size: 14px;
    line-height: 21px;
    color: #999;
    text-align: center;
    margin-bottom: 24px;
  }

  .order-details {
    text-align: center;
    color: #333;
    /* font-weight: bold; */
  }
  .order-details > div > div {
    padding: 5px 10px;
  }
  .order-details > div > div:nth-child(4n + 1),
  .order-details > div > div:nth-child(4n + 2) {
    background-color: #cccccc30;
  }
  .order-details .order-number-label {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .order-details .order-number {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 48px;
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 24px;
  }
  .aws-title5 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
  }

  .order-footer {
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #999;
    padding-top: 35px;
  }

  /* error */
  .aws-ac-error .printer-top {
    z-index: 1;
    border: 6px solid #f12129;
    height: 6px;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #a9070c;
  }

  .aws-ac-error .printer-bottom {
    z-index: 0;
    border: 6px solid #d4181e;
    height: 6px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #a9070c;
  }
  .aws-ac-error .success-icon {
    background-color: #d4181e;
  }
  .aws-ac-error .aws-title2 {
    color: #d4181e !important;
  }
  .aws-ac-error .jagged-edge:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(
        45deg,
        transparent 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      ),
      linear-gradient(
        -45deg,
        #f1212929 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      );
    background-size: 16px 40px;
    background-position: 0 -20px;
  }

  /* Pending */

  .aws-ac-pending .printer-top {
    z-index: 1;
    border: 6px solid #dba600;
    height: 6px;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #7c5d00;
  }

  .aws-ac-pending .printer-bottom {
    z-index: 0;
    border: 6px solid #ffc92a;
    height: 6px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #ffc60b;
  }
  .aws-ac-pending .success-icon {
    background-color: #dba600;
  }
  .aws-ac-pending .aws-title2 {
    color: #dba600 !important;
  }
  .aws-ac-pending .jagged-edge:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(
        45deg,
        transparent 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      ),
      linear-gradient(
        -45deg,
        #c898094a 33.333%,
        #ffffff 33.333%,
        #ffffff 66.667%,
        transparent 66.667%
      );
    background-size: 16px 40px;
    background-position: 0 -20px;
  }

  @keyframes print {
    0% {
      transform: translateY(-90%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes print {
    0% {
      -webkit-transform: translateY(-90%);
    }
    100% {
      -webkit-transform: translateY(0%);
    }
  }
  @-moz-keyframes print {
    0% {
      -moz-transform: translateY(-90%);
    }
    100% {
      -moz-transform: translateY(0%);
    }
  }
  @-ms-keyframes print {
    0% {
      -ms-transform: translateY(-90%);
    }
    100% {
      -ms-transform: translateY(0%);
    }
  }

  .aws-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.aws-bdr {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-block: 15px;
    margin-bottom: 25px;
}

.aws-alert-info {
    background-image: linear-gradient(to right, #dceafe, #f8fafb);
    padding: 10px 15px;
    border-radius: 3px;
    font-family: "Poppins-Regular", sans-serif;
  }
  .aws-alert-info i {
    animation: jump-shaking 1s infinite;
    display: inline-block;
  }

  .aws-alert-info a {
    color: red;
  }

  @keyframes jump-shaking {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateY(0px);
    }
    35% {
      transform: translateY(0px) rotate(17deg);
    }
    55% {
      transform: translateY(0px) rotate(-17deg);
    }
    65% {
      transform: translateY(0px) rotate(17deg);
    }
    75% {
      transform: translateY(0px) rotate(-17deg);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }



  /* Event Section */


.aws-event-details-v2 .date-time-box::before,
.aws-event-details-v2 .date-time-box::after {
  display: none;
}
.aws-event-date-box > div:nth-child(2) {
  width: 100%;
}
.aws-event-details-v2 .date-time-box {
  background-color: #22b0af;
  width: auto;
}
.aws-event-details-v2 .date-time-box > span.month {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.aws-event-details-v2 .aws-event-title {
  color: #000;
}
.aws-event-details-v2 .aws-event-span {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #22b0af;
}
.aws-event-details-v2 .aws-event-loc {
  font-size: 14px;
  font-family: "Poppins-Regular", sans-serif;
}
.event-booking-box {
  box-shadow: 0 11px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 20px;
}
.aws-editior h5 {
  font-size: 17px;
}

.aws-event-ticket-box {
  border: 1px solid #ccc;
  padding: 15px;
  /* margin-top: 20px; */
  font-size: 13px;
  line-height: 22px;
  position: relative;
}
.aws-ticket-box-head {
  font-size: 12px;
  /* color: #22B0AF; */
  line-height: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.aws-ticket-box-amount {
  color: #22b0af;
  font-size: 15px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.aws-event-ticket-box > div > div:not(:last-child) {
  border-right: 1px solid #ccc;
}
.aws-event-ticket-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 145px ;
  align-items: center;
}
.aws-event-ticket-grid > div:not(:first-child) {
  padding-left: 25px;
}

.aws-event-ticket-grid::before {
  width: 25px;
  height: 12px;
  content: "";
  background-color: #fff;
  border-radius: 0px 0px 23px 23px;
  position: absolute;
  right: 133px;
  top: -16px;
  border: 1px solid #ccc;
  background: #fff !important;
  border-top-color: #fff;
}
.aws-event-ticket-grid::after {
  width: 25px;
  height: 12px;
  content: "";
  background-color: #fff;
  border-radius: 23px 23px 0px 0px;
  position: absolute;
  right: 133px;

  bottom: -16px;
  border: 1px solid #ccc;
  background: #fff !important;
  border-bottom-color: #fff;
}

.aws-event-ticket-grid > div:nth-child(1) {
    border-right: 2px dashed #ccc !important;
    position: relative;
  }
/* Event-details page */
.date-time-box {
    position: relative;
  }
  .aws-event-date-box > div {
    /* color: #9b9b9b; */
    position: relative;
  }
  .date-time-box::before {
    content: ""; /* dont't forget this line, even empty ! */
    position: absolute;
    right: 0;
    bottom: 0;
    border-color: #9d1a50 white;
    border-style: solid;
    border-width: 18px 18px 0 0; /* just define top and left border width to create the effect */
    height: 0px; /* let a nil size so as to only display the 2 borders */
    width: 0px;
    border-top-left-radius: 0.3em;
  }

  .date-time-box > span.date {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 6px;
  }
  .date-time-box > span.month {
    font-family: "Poppins-Regular", sans-serif;
    background-color: #dd4383;
    box-shadow: 0 6px 7px -5px #ffffff69;
  }
  .date-time-box > span.day {
    font-family: "Poppins-Regular", sans-serif;
    padding-bottom: 15px;
  }

  .date-time-box {
    display: inline-flex;
    background-color: #ea4c89;
    color: #fff !important;
    /* padding: 10px; */
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .date-time-box span {
    display: block;
    text-align: center;
    padding-inline: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }

  .aws-event-date-box > div:first-child::after {
    /* border: 1px solid #ccc; */
    background-color: #ccc;
    width: 1px;
    position: absolute;
    content: "";
    height: 100%;
    right: -12px;
  }
  .aes-event-span {
    font-size: 11px;
    font-family: "Poppins-Regular", sans-serif;
  }
  .aws-event-title {
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: space-between;
    align-items: center;
    color: #ea4c89;
    font-size: 21px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .aws-event-details-v2 .aws-event-date-box {
    position: sticky;
    top: 0px;
    padding: 10px 0px;
    background-color: #fff;
  }
  .aws-event-flyer {
    border-radius: 5px;
  }
  .aws-event-loc {
    font-size: 14px;
    font-family: "Poppins-Regular", sans-serif;
    position: relative;
    padding-left: 18px;
  }
  .aws-event-loc i {
    position: absolute;
    left: 0px;
  }
  .aws-editior h1,
  .aws-editior h2,
  .aws-editior h3,
  .aws-editior h4,
  .aws-editior h5,
  .aws-editior h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .aws-editior strong,
  .aws-editior b {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .aws-editior ul, .aws-editior ol {
    margin-bottom: 12px;
    padding: 0px;
    list-style: none;
  }
  .aws-editior ul li, .aws-editior ol li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;

  }
  .aws-editior ul li::before, .aws-editior ol li::before {
    content: "\F7BF";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    left: 0;
    position: absolute;
    top: 8px;
    -webkit-font-smoothing: antialiased;

  }

  /* Event Section end */

/* responsive */

@media only screen and (max-width: 1200px) {
    .aws-event-ticket-box {
      padding: 15px 9px;
    }
    .aws-event-ticket-grid::before,
    .aws-event-ticket-grid::after {
      right: 208px;
    }
    .aws-event-ticket-grid > div:not(:first-child) {
      padding-left: 15px;
    }
    .aws-event-ticket-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 240px 125px 95px;
      align-items: center;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm {
      max-width: 100% !important;
      padding-left: 8px;
      padding-right: 8px;
    }

    .aws-sponsers-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 991px) {
    .aws-gallery-grid,
    .aws-video-gallery {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 990px) {
    .aws-event-ticket-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr 125px 95px;
      align-items: center;
    }
    .aws-inner-grid-two {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    .aws-bdr {
      margin-bottom: 20px;
    }
    .cus-tab-label {
      text-align: center;
      padding: 3px 5px;
    }
    .success-description {
      font-size: 13px;
    }
    .aws-title2 {
      font-size: 1.1rem;
    }
    .order-footer {
      font-size: 16px;
    }
    .main-contents {
      padding: 15px 10px 6px;
    }
    .paymnet-cmn-sec {
      margin-bottom: 20px;
      padding: 10px;
    }

    .aws-profile-grid-two {
      grid-template-columns: 1fr;
    }
    .aws-event-details-v2 .date-time-box {
      display: none;
    }
    .aws-event-details-v2 .border-end {
      border-right: 0 !important;
    }
    .aws-member-login-sec > div > div:first-child {
      border-right: 0px;
    }

    .aws-magazine-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .aws-magazine-grid .content-image {
      height: 260px;
    }
    .aws-sponsers-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .aws-committee-card .aws-remove-btn,
    .aws-ad-btn {
      transform: none;
    }
    .child-row {
      background-color: #f5f9fc;
      border-radius: 5px;
      padding: 5px 2px;
      margin-bottom: 15px;
    }
    .aws-committee-card {
      border-radius: 3px;
      padding: 12px 10px;
    }

    .aws-table-card table {
      border: 0;
    }

    .aws-table-card table caption {
      font-size: 1.3em;
    }

    .aws-table-card table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .aws-table-card table tr {
      border-bottom: 3px solid #818181;
      display: block;
      margin-bottom: 12px;
      background-color: #fff;
    }

    .aws-table-card table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 0.8em;
      text-align: right;
    }

    .aws-table-card table td::before {
      /*
    * aria-label has no advantage, it won't be read inside a .aws-table-card table
    content: attr(aria-label);
    */
      content: attr(data-label);
      float: left;
      font-weight: normal;
      text-transform: capitalize;
      font-family: "Poppins-Medium", sans-serif;
    }

    .aws-table-card table td:last-child {
      border-bottom: 0;
    }
    .aws-table-card td {
      border-style: hidden;
    }
    /* .aws-table-card .table-bordered>:not(caption)>*>* {
    border-width: 0;
  } */
  }
  @media only screen and (max-width: 600px) {
    .aws-event-ticket-grid > div:not(:first-child) {
      padding-left: 0px;
    }

    .aws-event-ticket-grid::before,
    .aws-event-ticket-grid::after {
      display: none;
    }
    .aws-event-ticket-box > div > div:not(:last-child) {
      border: 0;
    }
    .aws-event-ticket-grid > div:nth-child(2) {
      border: 0px !important;
    }
    .aws-event-ticket-box::before {
      width: 14px;
      height: 25px;
      content: "";
      background-color: #fff;
      border-radius: 23px 0px 0px 23px;
      position: absolute;
      right: -2px;
      bottom: 47px;
      border: 1px solid #ccc;
      background: #fff !important;
      border-right-color: #fff;
    }
    .aws-event-ticket-box::after {
      width: 14px;
      height: 25px;
      content: "";
      background-color: #fff;
      border-radius: 0px 23px 23px 0px;
      position: absolute;
      left: -2px;
      bottom: 47px;
      border: 1px solid #ccc;
      background: #fff !important;
      border-left-color: #fff;
    }
    .aws-event-ticket-box {
      padding: 10px 0px 10px;
    }
    .aws-event-ticket-box > div {
      padding-inline: 18px;
    }
    .aws-event-ticket-grid > div .d-flex {
      justify-content: space-between;
    }
    .aws-event-ticket-grid {
      grid-template-columns: 1fr 1fr; /* Two columns for responsive layout */
    }
    .aws-event-ticket-grid > div:nth-child(1),
    .aws-event-ticket-grid > div:nth-child(2) {
      grid-column: span 2; /* Each takes full width */
    }
    .aws-event-ticket-grid > div:nth-child(3),
    .aws-event-ticket-grid > div:nth-child(4) {
      grid-column: span 1; /* Each takes half width */
      padding-top: 15px;
    }
    .aws-event-ticket-grid > div:nth-child(4) {
      padding-top: 0px;
      margin-top: 0px;
      text-align: end;
    }
    .aws-event-ticket-grid > div .d-flex {
      justify-content: space-between;
      margin-top: 5px;
    }
    .aws-event-ticket-box > div > div:nth-child(1) {
      border-bottom: 2px dashed #ccc !important;
      padding-bottom: 20px;
    }
    .aws-event-ticket-grid > div:nth-child(1){
        border-right:0px !important
    }
  }
  @media only screen and (max-width: 576px) {
    .aws-event-ticket-grid .form-group{
        display: flex;
        gap: 20px;
        margin-top: 10px;
        align-items: center;
    }
    .aws-event-ticket-grid .form-group legend{
        font-size: 12px;
    /* color: #22B0AF; */
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    }
    .aws-member-login-sec > .row > div:first-child {
      display: none !important;
    }

    .copy-right-block {
      line-height: 20px;
      text-align: center;
    }
    .copy-right-block p.mb-0 {
      margin-bottom: 10px !important;
    }
    .aws-ad-btn {
      padding: 4px 15px;
    }
    .aws-committee-card {
      border-radius: 3px;
      padding: 12px 5px;
      gap: 10px;
    }
    .cus-tab-label {
      max-width: none;
      /* width: auto; */
      font-size: 12px;
      /* max-width: 100%; */
      /* margin: 0px; */
      display: inline-block;
      max-width: 130px;
    }
    .aws-modal .modal-content {
      padding: 25px 10px;
      border: 0px !important;
      border-radius: 3px !important;
    }
    #hideprofile .table > :not(caption) > * > * {
      padding: 4px 4px;
    }
    #hideprofile .aws-table th {
      vertical-align: middle;
      font-family: "Poppins-Medium", sans-serif;
      font-weight: normal;
      font-size: 11px;
      line-height: 18px;
    }
    .aws-table td {
      font-size: 13px;
    }
    .aws-title3 {
      font-size: 17px;
    }
    .aws-btn3 {
      padding: 5px 20px;
      margin-top: 0px;
    }
    fieldset {
      padding: 16px 10px 10px;
    }
    .aws-inner-content {
      background-color: #fff;
      padding: 20px 10px;
    }
    .date-time-box {
      display: none;
    }
    .aws-gallery-icon,
    .aws-v-icon {
      height: 130px;
    }
    .aws-gallery-grid,
    .aws-video-gallery {
      gap: 14px;
    }
    .error.help-block {
      color: #ff3737;
      font-family: "Poppins-Regular", sans-serif;
      font-style: normal;
      font-size: 11px;
      text-transform: capitalize;
      line-height: 12px;
      /* display: inline-block; */
      display: block;
      text-align: left;
    }
    fieldset {
      margin-bottom: 17px;
    }
    em.error {
      transform: translateY(-12px);
      position: absolute;
    }
    .aws-title {
      font-size: 1.3rem;
      gap: 15px;
    }
    fieldset {
      height: 52px;
    }
    fieldset .input-box {
      top: -25px;
    }
    .cus-tab-label {
      font-size: 12px;
      /* max-width: 100%; */
      margin: 0px;
    }
    .aws-event-box-content {
      margin-inline: 5px;
      padding: 8px;
    }
    .aws-event-box-content {
      font-size: 13px;
    }
    .aws-event-box h5 {
      font-size: 1rem;
    }
    .aws-event-box img {
      height: 190px;
    }
    .main-contents .aws-title5 {
      font-size: 12px;
    }
    .main-contents .text-start {
      font-size: 13px;
    }
    .paper {
      margin: 0 7px;
    }
    .order-footer {
      padding-top: 17px;
    }
    .member-amount span {
      height: 45px;
      line-height: 45px;
      font-size: 25px !important;
    }
    .aws-input-donate {
      position: relative;
      background-color: #fdbd4e;
      line-height: 46px;
      font-size: 30px;
    }
    .aws-donation-amount fieldset {
      margin-bottom: 0px;
    }
  }
  @media only screen and (max-width: 500px) {
    .aws-title {
      font-size: 1.2rem;
      gap: 15px;
    }

    .aws-committee-icon {
      width: 90px;
      height: 90px;
    }
    .g-recaptcha iframe {
      width: 280px;
    }
    .aws-sponsers .sec-title2 {
      font-size: 14px;
    }
    .aws-committee-cnt a,
    .aws-desgination {
      font-size: 12px;
      line-height: 20px;
    }
    .aws-committee-cnt .aws-title4 {
      font-size: 13px;
    }
  }
  /* Raju Common Inner pages for assocaiation */
.nth-child.donate a{
background-color: #f5841f;
border-color: #f5841f;
color:  #fff !important;
}
.nth-child.vol a{
    background-color: #00ab4c;
border-color: #00ab4c;
color:  #fff !important;
}
.nth-child.vol a:hover{
    background-color: #087f3d;
border-color: #087f3d;
}
.nth-child.donate a:hover{
    background-color: #e46c00;
border-color: #e46c00;
}
ul .desi-cmn-subhead {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 26px;
    padding-right: 6px;
}
ul li{
    margin-bottom: 8px;
}
