
body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #000;
}
 
::selection {
    background-color: #2196f3;
    color: #fff;
}
:root {
    --BorderLight: #E2E5EC;
    --BgLight: #F9F8F8;
    --TextPrimary:#171F2D;
    --TextSecondary:#787582;
    --PrimaryOrange:#FFBB37;
    --white:#fff;
    --primaryBlue:#2F48F4;
    --secondarydark:#8F98A7;
    --active:#25D07A;


}
input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active {
   transition: background-color 9999s ease-in-out 0s;
   -webkit-text-fill-color: #475F7B;
 }
 input:-internal-autofill-selected {
    background-color: transparent !important;
}
.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    color: #787582;
    transform: scale(.85) translateY(-1.8rem) translateX(.7rem);
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 16px;
    height: 45px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
 }

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: var(--TextPrimary);
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-heading {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
 

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

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

.form-control::-webkit-input-placeholder {
    color:#9C9C9C;
}

.form-control::-moz-placeholder {
    color:#9C9C9C;
}

.form-control:-ms-input-placeholder {
    color:#9C9C9C;
}

.form-control:-moz-placeholder {
    color:#9C9C9C;
}

 
/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

   .user_dropdown>a {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 9px 12px;
    justify-content: flex-start;
}
.userName {
    font-size: 16px;
    color: var(--TextPrimary);
    font-weight: 600;
    margin-left: 8px;
    max-width: 60px;
    /* width: 60px; */
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
#afterLogin:hover .userName{
    color: var(--white);
}
.afterLogin-link.dropdown-toggle:after{
    margin-left: 0;
    border: none;
}
.afterLogin-link {
        position: relative;
    overflow: hidden;
    border: 1px solid var(--BorderLight);
    padding: 10px 10px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.user_dropdown img {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

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

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
   color: var(--PrimaryOrange);
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/
/* top header */
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
}
.app-link-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.app-link{
    border: 1px solid var(--BorderLight);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-link{
    border: 1px solid var(--BorderLight);
    padding: 16px 20px;
    border-radius:60px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 137px;
    line-height: 1;
    justify-content: flex-start;
}
.loginLabel{
    color: var(--TextPrimary);
    font-size:16px;
    font-weight: 500;
}
.top-teader{
    padding: 0 66px;
}
.menu-bar {
    padding: 20px 15px 0;
    /* overflow: hidden; */
}
.menu-bar::after{
    content: '';
    background-image: url(../img/header-rightBg.png);
    position: absolute;
    right: 66px;
    top: 0;    
    height: 56px;
    width: 234px;
}
.menu-bar::before{
    content: '';
    background-image: url(../img/header-leftBg.png);
    position: absolute;
    left: 66px;
    top: 0;
    height: 56px;
    width: 234px;
}
.menu-bar{
    border-top:1px solid var(--BorderLight)
}
#header.is-sticky .menu-bar {
    /* max-height: 0;
    height: 0; */
    /* padding-block: 0; */
    /* overflow: hidden; */
}
#header.is-sticky .top-teader {
    max-height: 0;
    height: 0;
    padding-block: 0;
  overflow: hidden;
}
/* top header */
.navbar-collapse{
    z-index: 1;
}
#header {
    /* height: 160px; */
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background: 0 0 !important;
    background-color: #fff !important;
}

#header.is-sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /* height: 65px; */
    border-bottom: 1px solid #ededed;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    height: 60px;
    width: auto;
    margin-inline: 10px;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 20px;

}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}
#header   .nav-link {
    position: relative;
    padding: 0;
    color: var(--TextPrimary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    padding-bottom: 20px;
}
#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active  {
    color: var(--PrimaryOrange);
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active:before {
    color: var(--PrimaryOrange);
    transform: scaleX(1);
}
#header .navbar-nav .dropdown-item.active {
    color: var(--PrimaryOrange);
    background-color: transparent;
}
#header .navbar-expand-lg .navbar-nav .nav-link:before {
    left: 0;
    bottom: 0px;
    right: 0;
    width: 28px;
    margin: auto;
    border-radius: 8px 8px 0 0;
    height: 6px;
    background: var(--PrimaryOrange);
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}
#header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    font-style: italic;
    font-weight: bold;
}

#header .extra_nav {
    margin-left: 30px;
}

#header .header_filled_btn:hover{
    background-color: #fff;
    color: var(--PrimaryOrange) ;
}
.dropdown>a:after{
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTAgMkw2IDZMMiAyIiBzdHJva2U9IiM3ODc1ODIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+DQo8L3N2Zz4NCg==);
    width: 13px;
    height: 8px;
    position: absolute;
    top: 5px;
    right: 0;
    background-repeat: no-repeat;
    border: 0px;
}
#header .dropdown>a.nav-link {
    padding-right: 20px;
}
#header .header_border_btn{    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #fff;
    color: var(--PrimaryOrange) ;
    border: 1px solid var(--PrimaryOrange);
}
#header .header_border_btn:hover {
    background-color: var(--PrimaryOrange);
    color: #fff !important;
}

.header_border_btn:before, .header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}


#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    /* font-weight: 300; */
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:hover a{
    color: #ffbb37 !important;
    background-color: transparent;
}

.lang_country {
    position: relative;
    cursor: pointer;
}


.navbar-brand {
    font-size: 0;
    margin: 0 auto ;
}
/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #d42027;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #d42027;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright {
    padding: 25px 0;
    color: var(--TextSecondary);
    font-size: 16px;
    margin-top: 30px;
}
.designByText a{
    color: var(--white);
}
.designByText {
    color: var(--TextSecondary);
    font-size: 16px;
    display: block;
    text-align: end;
}
.footerFollowRow{
    margin-top: 70px;
}

.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    font-size: 20px;
    color: var(--white);
    margin: 0 0 40px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-links li {
    margin: 3px 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.footer-links li a:before {
    content: '';
    left: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--secondarydark);
    border-radius: 50%;
    top: 6px;
    
}
ul.footer-links li a {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--secondarydark);
    position: relative;
}

ul.footer-links li a:hover {
    color: var(--PrimaryOrange);
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
    background: #090619;
    padding: 55px 0 0;
    /* border-top: 1px solid #eeeeee; */
}

footer h6 {
    font-size: 18px;
    margin: 0 0 27px;
    font-weight: 500;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}


.navbar {
    /* padding:20px 0; */
    justify-content: right;
}
 

#top-button {
    display: inline-block;   
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
 
  #top-button.show {
    opacity: 1;
    visibility: visible;
  } 
.back_top {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color: #2196f3;
    display:none;
    border: #2196f3 1px solid;
    z-index: 1;
    border-radius:4px
}
.back_top span {
    position: relative;
    display: block;  color: #fff;
    width: 100%;
    height: 100%;
}
.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.back_top:hover {
    border-color: #2196f3;
    color: #2196f3;
    background-color: #fff;
}
.back_top:hover span{
     color: #2196f3;
     }


/*==================== Footer ===================*/


.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    min-height: 21px;
    max-width: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding-right: 0 !important;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid var(--active);
    background: var(--active);
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color:var(--TextSecondary) !important;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
}
.tcList{    
    border-bottom: 1px solid var(--BorderLight);
    list-style: none;
    padding: 0px;
    margin-bottom: 28px;
    padding-bottom: 28px;
}
.tcList li:before{
    content: '';
    background-image: url(data:image/svg+xml;base64,PCEtLSBSZXBsYWNlIHRoZSBjb250ZW50cyBvZiB0aGlzIGVkaXRvciB3aXRoIHlvdXIgU1ZHIGNvZGUgLS0+Cgo8c3ZnIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNjQ0XzU1MSkiPgo8cGF0aCBkPSJNMTguNzA4NSA4LjcwMjMzTDYuMTc5NSAwLjI2MjExOUM1Ljc1MjcxIC0wLjAyNDgzMDYgNS4yMTM2MSAtMC4wNzk3OTA5IDQuNzM3NiAwLjExNTA5QzQuMDIwMTUgMC40MDg3MTkgMy42MzkwNiAxLjE4ODEyIDMuODE2MjggMS45MjU4MUwyLjgyMzQ0IDEuMjU2OTlDMi40MzA0IDAuOTkyODE0IDEuOTMzODUgMC45NDIxMTEgMS40OTUzMyAxLjEyMTZDMC43NjkwMTUgMS40MTg4NiAwLjQxNzAyNyAyLjI1NjU5IDAuNzEwODkxIDIuOTg5NTVMMy41MzQ3MiA5Ljk5OTM5TDAuNzM0MTcyIDE2Ljk1MTVDMC41MjgzOTMgMTcuNDA2OCAwLjU2OTI5MSAxNy45MjYxIDAuODQ0MjEgMTguMzQyN0MxLjA1NTgxIDE4LjY2MzUgMS4zNzg4OSAxOC44ODE0IDEuNzUzODkgMTguOTU2NEMxLjg0NzQgMTguOTc1MSAxLjk0MTIzIDE4Ljk4NDQgMi4wMzQ0MyAxOC45ODQ0QzIuMzEzNTcgMTguOTg0NCAyLjU4NjU3IDE4LjkwMTUgMi44MjM4MyAxOC43NDE2TDMuODE0MDIgMTguMDc0NkMzLjcxMzA0IDE4LjQ5MyAzLjc4NzY5IDE4LjkzNTEgNC4wMzA2MiAxOS4zMDMzQzQuMjYwNDIgMTkuNjUxNiA0LjYxMTE2IDE5Ljg4ODMgNS4wMTgzNCAxOS45Njk3QzUuMTE5ODIgMTkuOTkgNS4yMjE2NiAyMCA1LjMyMjgzIDIwQzUuNjI1ODcgMjAgNS45MjIyNCAxOS45MSA2LjE3OTgxIDE5LjczNjVMMTguNjg3NyAxMS4zMTA0QzE4Ljg2NzMgMTEuMTkzNyAxOS4wMTg2IDExLjA0MzIgMTkuMTM3MyAxMC44NjMyQzE5LjYwODggMTAuMTQ4NiAxOS40MTY0IDkuMTc5MjQgMTguNzA4NSA4LjcwMjMzWk0yLjM4NzMyIDE4LjA5MzdDMi4yNDUwNSAxOC4xODk1IDIuMDc0NDMgMTguMjIzOSAxLjkwNzA5IDE4LjE5MDRDMS43MzgxNCAxOC4xNTY2IDEuNTkyMjEgMTguMDU3OSAxLjQ5NjI3IDE3LjkxMjVDMS4zNjkyNCAxNy43MTk5IDEuMzUxMiAxNy40NzkzIDEuNDQ4MDcgMTcuMjY4OEMxLjQ1MDY5IDE3LjI2MzEgMS40NTMyMyAxNy4yNTczIDEuNDU1NTMgMTcuMjUxNUw0LjMxODE1IDEwLjE0NTRDNC4zNTU4OSAxMC4wNTE3IDQuMzU1ODkgOS45NDcxMiA0LjMxODE1IDkuODUzNDVMMS40MzU4IDIuNjk4MjJDMS4zMDEzMSAyLjM2MjggMS40NjA4IDEuOTc5ODcgMS43OTEzMSAxLjg0NDZDMS45ODgxIDEuNzY0MDIgMi4yMTExOSAxLjc4NjY3IDIuMzg3MzYgMS45MDUxNUw0LjMxMTk4IDMuMjAxNzNMNy4wNTAzNSA5Ljk5OTM1TDQuMzExOTQgMTYuNzk3MkwyLjM4NzMyIDE4LjA5MzdaTTE4LjQ4NTIgMTAuNDMzQzE4LjQyNTYgMTAuNTIzMyAxOC4zNSAxMC41OTg0IDE4LjI2MDUgMTAuNjU2M0MxOC4yNTgzIDEwLjY1NzcgMTguMjU2MyAxMC42NTkgMTguMjU0MyAxMC42NjA0TDUuNzQzMzMgMTkuMDg4NUM1LjU3NCAxOS4yMDI3IDUuMzcwODQgMTkuMjQzNCA1LjE3MTUgMTkuMjAzNkM0Ljk3MDQxIDE5LjE2MzQgNC43OTY3OCAxOS4wNDYgNC42ODI2NCAxOC44NzNDNC41MzE3OCAxOC42NDQzIDQuNTEwMzQgMTguMzU4NSA0LjYyNTM0IDE4LjEwODZDNC42Mjc5NSAxOC4xMDI5IDQuNjMwNDkgMTguMDk3MSA0LjYzMjggMTguMDkxMkw3LjgzMzcgMTAuMTQ1M0M3Ljg3MTQzIDEwLjA1MTcgNy44NzE0MyA5Ljk0NzA4IDcuODMzNyA5Ljg1MzQxTDQuNjEwNjkgMS44NTI1N0M0LjQ1MDkzIDEuNDU0MDIgNC42NDA2NSAwLjk5ODk0NiA1LjAzMzU0IDAuODM4MTI4QzUuMTI2MzkgMC44MDAxMjEgNS4yMjQgMC43ODE0MSA1LjMyMTE1IDAuNzgxNDFDNS40Njk0MyAwLjc4MTQxIDUuNjE2NTQgMC44MjUwNDIgNS43NDMzMyAwLjkxMDI3NUwxOC4yNzIxIDkuMzUwMjlDMTguNjI2MSA5LjU4ODgxIDE4LjcyMTcgMTAuMDc0NSAxOC40ODUyIDEwLjQzM1oiIGZpbGw9IiMxNzFGMkQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljg1OTM4IDE1LjMwNzlMMTUuNzM5NSA5Ljk5OTQxTDcuODU5MzggNC42OTA5Mkw5Ljk5Nzg3IDkuOTk5NDFMNy44NTkzOCAxNS4zMDc5WiIgZmlsbD0iI0ZGQkIzNyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzY0NF81NTEiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    position: absolute;
    left: 0;
    /* top: 50%; */
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
}
.tcList li{
    color: var(--TextSecondary);
    font-size: 16px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 36px;
    display: flex;
    align-items: center;
}
.custom_checkbox {
    margin-bottom: 40px;
}
/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    /* left: -9999px; */
    appearance: none;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}
.custom_radio [type="radio"]:checked + label::after, .custom_radio [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #F87DA9;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.custom_radio  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 15px 25px;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #2196F3;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #2196F3;
}

.btn-primary:hover {
    color: #2196F3;
    background-color: transparent;
    border: 1px solid #2196F3;
}

.custom_select_block .ms-dd .ms-dd-header{
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;    
    border-radius: 6px;
    border: 1px solid #B1B1B1;
   overflow: hidden;
   width: 100%;
}
.custom_select_block .ms-dd .ms-dd-header .option-selected{
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block  .ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}
.custom_select_block .ms-dd{
    width: 100%;
}
.custom_select_block .ms-dd .ms-dd-arrow {  
    margin-top: -5px;   
    right: 25px;   
}


/* Select2 */

 

.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}
.floating-diff .floating-label{
    opacity: 0;
}
.floating-diff.focused .floating-label{
    opacity: 1;
}
.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}
.form-group.focused select.form-control{
    padding-top: 21px;
}
.float-checkradio{
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}
.float-checkradio.focused{
    padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label{
    opacity: 1;
}
.select2multiple .floating-label{
    opacity: 1;
}
.form-group.select2Part .floating-label {
    color: #787582;
    transform: scale(.85) translateY(-2.3rem) translateX(-1.5rem);
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 16px;
}
.floating-group.select2Part .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-bottom: 2px;
    margin: 0;
    padding-top: 17px;
    padding-left: 0px;
}


 .select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}
.select2-container .select2-search--inline .select2-search__field{
    color: #000;
    font-weight: 400;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    top: 0;
    right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 30px;
    padding-left: 0px;
    background-color: #ebf0fe;
        margin-right: 5px;
    border: 0px solid #aaa;
        margin-top: 9px;
            padding-top: 3px;
    padding-bottom: 3px;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #dc3545;
    color: #e4e4e4;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      background-color: #EE343A;
    color: #fff;
    padding: 1px;
    top: 7px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border-right: 0;
    justify-content: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 10px;
    font-size: 12px;
    font-weight: 300;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 11px;
    height: 17px;
    /* width: 1px; */
    padding-right: 1px;
    border-radius: 50%;
    display: flex;
    font-weight: 300;
    justify-content: center;
    align-items: center;

}
.floating-group .select2-container--focus .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--focus .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--below .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--below .select2-selection--multiple{
    padding-top: 0px !important;
}
.floating-group .select2-container--above .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--above .select2-selection--multiple{
    padding-top: 0px !important;
}
.floating-group .select2-selection--multiple .select2-selection__rendered{
    padding-top: 2
    0px !important;
}
span.select2-search.select2-search--inline {
    /* display: none; */
    position: absolute;
    top: 3px;
}
.select2-dropdown {
    border: 0px solid #aaa;
        box-shadow: 0 9px 9px rgba(0,0,0,0.1);
            margin-top: 3px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border:1px solid #DFE3E7
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #DFE3E7;
    padding-left: 19px;
        padding-bottom: 9px;   
}
.form-group.select2Part .floating-label {
    color: #787582;
    transform: scale(.85) translateY(-1.1rem) translateX(-1.5rem);
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    top: 0 !important;
}

.form-group.select2Part .floating-label.multiselectlabel {
    color: #787582;
    transform: scale(.85) translateY(-1.1rem) translateX(-1.5rem);
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    top: 0px;
}
.select2-container .select2-selection--multiple {
    min-height: 58px;
    height: 58px;
    border-radius: 10px;
    
    }

.select2-container .select2-selection--single{
    min-height: 55px;
        border:1px solid #DFE3E7;
    }
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 16px;
    line-height: 1;
    margin-left: 0;
    padding-left: 0px;
        font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    border: none;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 30px;
}
.select2-selection__rendered li:first-child{
   margin-left: 0; 

}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
    padding-right: 20px;
        font-size: 15px;
        color: #000;
    padding-top: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 300;
}
.select2-results__option {
    font-size: 15px;
    font-weight: 300;

}

/*select2*/
.form-group{
    position: relative;
    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control{
    padding-top: 10px;
    transition: 0.15s;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: none;
}



/* ======= Go to Top Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: #fff;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.07);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.arrowTop {
	position: absolute;
	top: 16px;
	left: 17px;
}
.arrowTop path {
	fill: #1295d6;
}
.progress-wrap svg.progress-circle path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: transparent;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
/* .progress-wrap::after {
    color: #1e90ff;
} */
.progress-wrap svg.progress-circle path {
    stroke: #1e90ff;
}
/* End */
.custompagination .swiper-button-prev:after, .custompagination .swiper-rtl .swiper-button-next:after, .custompagination .swiper-button-next:after, .custompagination .swiper-rtl .swiper-button-prev:after {
    content: none;
}
.custompagination .swiper-button-next, .custompagination .swiper-rtl .swiper-button-prev{
    right: 0px;
}
.custompagination .swiper-button-prev, .custompagination .swiper-rtl .swiper-button-next{
    left: 0px;
}
.custompagination {
    position: absolute;
    width: 230px;
    bottom: 60px;
    display: flex;
    align-items: center;
    right: 0;
}
.custompagination .slideCounter{
    width: calc(100% - 54px) !important;
    margin: auto;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.custompagination #active-slide-index{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-right: 5px;
}
.custompagination #total-slides{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.heroSwiper .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background-color: #fff;
    opacity: 40%;
}
.heroSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color:#fff
}
.heroSwiper .swiper-pagination-bullets{
    bottom: 72px;
    left: 0;
    width: fit-content !important;
    right: 0;
    margin: auto;
}
.blueBg{
    background-color: var(--TextPrimary);
}
.partners-wrapper{
    padding-block: 86px;
    overflow: hidden    
}
.partners-wrapper.is-sticky{
    padding-block: 6px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: var(--TextPrimary);
    left: 0;
    display: block;
    width: 100%;
}
.partners-wrapper.is-sticky .swiper-partners{
    margin: 0 0px;
    overflow: hidden;
}
.appLinks:hover{
    color: var(--PrimaryOrange);
}
.appLinks {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.partners-wrapper .swiper-wrapper{
    align-items: center;
}
.swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    transition-timing-function:linear!important; 
    position: relative;
  }
.themeBtn{
    color: var(--TextPrimary);
    font-size: 16px;
    padding: 20px 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-weight: 600;
    margin-top: 40px;
    border-radius: 16px;

}
.themeBtn svg, .linkCard svg, .themeLInk svg, .eventViewLInk svg, .themeBlackBtn svg{
    transition: all 0.5s ease;
}
.themeBtn:hover svg, .linkCard:hover svg,  .themeLInk:hover svg, .eventViewLInk:hover svg, .themeBlackBtn:hover svg{
    transform: rotate(45deg);
}
.themeBtn:hover {
    background-color: #008fb3;
    transition: all 0.3s;
        }
.borderBtn{
    border-radius: 16px;
}
.aboutContent{
    padding-block: 100px 100px;
}
.LabelSideLine{
    width: 80px;
    height: 2px;
    background-color: var(--PrimaryOrange);
    display: inline-block;
    margin-left: 12px;
}
.sectionLabel{
    font-weight: 500;
    font-size: 20px;
    font-family: "Source Serif 4", serif;
    color: #143475;
    display: flex;
    align-items: center;

}
.sectionTitle{
    font-family: "Source Serif 4", serif;
    font-size: 60px;
    color: #143475;
    font-weight: 600;
    margin: 20px 0 40px;
}
.sectionLabel.whiteText{
    color: var(--white);
}
.sectionTitle.whiteText{
    color: var(--white);
}
.aboutText li, .aboutText p{
    font-size: 16px;
    color: var(--white);
}
.imgBgCard img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.imgBgCard {
    position: relative;
    height: 615px;
}
.imgBgCard:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(23,31,45,0.804359243697479) 0%, rgba(23,31,45,0.08) 51%, rgba(21,31,45,0) 100%, rgba(31,23,45,0.09) 100%);
}
.ourImgBox {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 28px;
    z-index: 1;
}
.ourImgBox p {
    font-size: 16px;
    color: var(--white);
    margin: 40px 0px;
}
.ourImgBox h3{
    font-size: 40px;
    font-weight: 600;
    color: var(--white);
    font-family: "Source Serif 4", serif;
}
.cardLabel{
        font-size: 26px;
        font-family: "Source Serif 4", serif;
        margin: 12px 0 70px;
        color: var(--TextPrimary);
}
.blueBgCard .cardLabel{
    color: var(--white);
}
.whiteBgCard {
    color: var(--TextPrimary);
    background: var(--white);
    padding: 28px;
}
.linkCard {
    min-height: 284px;
    display: flex;
    flex-direction: column;
}
.blueBgCard img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%);
}
.blueBgCard {
    color: var(--white);
    background: var(--primaryBlue);
    padding: 28px;
}
.connecting-section .blueBgCard a{
    color: var(--white);
}
.connecting-section{
    padding-block:100px 200px;
}
.messageText p{
    font-family: "Source Serif 4", serif;
    font-size: 40px;
    font-weight: 300;
    color: var(--TextPrimary);
}
.ChairpersonMessageCard{
    padding-block: 200px;
}
.themeLInk {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: var(--PrimaryOrange);
    width: fit-content;
    display: block;
    margin-top: 45px;
}
.themeLInk svg{
    margin-left: 15px;
}
.tabHeader .nav-tabs .nav-item.show .nav-link:after, .tabHeader .nav-tabs .nav-link.active:after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--TextPrimary);
    bottom: -1px;
    left: 0;
    position: absolute;
    

}
.tabHeader .nav-tabs .nav-item.show .nav-link, .tabHeader .nav-tabs .nav-link.active , .tabHeader .nav-tabs .nav-link:hover {
    color: var(--TextPrimary);
    font-weight: 600;
    padding: 0 64px 35px 64px;
    border: 0px;
    border-bottom: 1px solid var(--BorderLight);

}
.tabHeader .nav-tabs{
    border: 0px;
}
.tabHeader .nav-tabs .nav-link{
    font-weight: 600;
    border: 0px;
    color: var(--TextSecondary);
}
.tabHeader .nav-tabs .nav-link {
    border-bottom: 1px solid var(--BorderLight);
    position: relative;
    padding: 0 64px 35px 64px;
}
.tabHeader {
    margin-bottom: 80px;
}
/* Event Tabs */
.eventSwiperCard{
    background-color: var(--BgLight);
    padding: 16px;
    border-radius: 24px;    
    overflow: hidden
}
.eventSwiperCard:hover img{
    transform: scale(1.1);
}
.eventSlideImg{
    height: 252px;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;    
   margin-bottom: 20px;   

}
.eventSwiperCard img{
   height: 100%;
   width: 100%;
   object-fit: cover;
   object-position: center;
   border-radius: 20px;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
}
.cardEventDate{
    font-size: 16px;
    font-weight: 600;
    color: var(--TextPrimary);
    line-height: 1;
}
.cardEventName{
        margin-top: 15px;
        font-size: 20px;
        font-weight: 400;
        color: #000;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.cardEventName:hover{
    color: rgb(20, 52, 117);    
}
.eventLocTime{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--BorderLight);
}
.cardEventLocTime{
    font-size: 16px; 
    color: var(--TextPrimary);
    display: flex;
    /* align-items: center; */
    /* flex-wrap: wrap; */
    gap: 15px 20px;
    font-weight: 600;
}
.infoLabel{
    font-weight: 400;
    color: var(--TextSecondary);
    display: flex;
    white-space: nowrap;

}
.oneLine{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.infoLabel svg{
    margin-right: 8px;
}
.cardEventLocTime{
    margin-bottom: 10px;
}
.eventLocTime{
    margin-bottom: 70px;
}
.eventViewLInk svg{
    margin-left: 10px;
}
.eventViewLInk{
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    color: var(--PrimaryOrange);
    width: fit-content;
    display: block;
    margin-left: auto;
}
a.event-slid-btn.right-btn.viewAllBtn {
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 5px 15px;
    line-height: 1;
    font-weight: 500;
    gap: 8px;
    width:auto
}
/* Event Tabs */
/* OUR STATS */
.statsDescription{
    margin-bottom: 40px;
    color: var(--TextPrimary);
}
.webDataCard{
    text-align: center;
}
.event-section{
    padding-block: 200px;
}
.event-wrapper{
    padding-bottom: 200px;
}
.webDataBlock {
    padding: 80px 0 0px;
    display: block;
}
.webdataValue{
    font-family: "Source Serif 4", serif;
    font-size: 100px;
    font-weight: bold;
    color: var(--PrimaryOrange);
    line-height: 1;
    margin-bottom: 30px;
}
.webdataLabel{
    font-size: 20px;
    font-weight: 500;
    color: var(--TextPrimary);
}
.themeBlackBtn{
    color: var(--white);
    font-size: 16px;
    padding: 20px 30px;
    border-radius: 16px;
    background-color: var(--TextPrimary);
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}
/* OUR STATS */
/* App Download */
.appQRCode img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.apptext{
    font-size: 15px;
    color: var(--TextPrimary);
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 15px;
}
.appDownloadCard{
    background-color: var(--white);
    padding: 20px;
    border-radius: 20px;
    max-width: 200px;
    text-align: center;
    border-bottom: 3px solid var(--PrimaryOrange);
}
.AboutAppTexy{
    font-size: 16px;
    margin: 40px 0;
    color: var(--white);
    font-weight: 400;
}
.appLinkCard {
    z-index: 1;
    position: relative;
}
.appLinkBox {
    display: flex;
    align-items: center;
    gap: 16px;
}
.aapImage {
    position: relative;
    margin-top: -180px;
    z-index: 1;
    max-width: 100%;
}
.navbar-toggler{
    display: none;
}
.appSection:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(23, 31, 45, 1) 0%, rgba(23, 31, 45, .8) 100%);
}
.appSection{
    position: relative;
    background-image: url(../img/appBG.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    display: block;
}
.appSection > *{
    z-index: 2;
    position: relative;
}
.appTypeLabel>span{
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.appTypeLabel{
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}
.app-Btn{
    padding: 10px 20px;
    border: 1px solid var(--TextSecondary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 185px;
    margin-bottom: 16px;
}
.footer_wrapper{
    position: relative;
    background-image: url(../img/footerBg.jpg);
    background-size: cover;
    padding: 200px 0 0;
    display: block;
}
/* .footer_wrapper:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(116deg, #0E5280 0%, #2F2758 100%);
    filter: blur(16px);
    opacity: 0.7;

} */
.zindex-1 {
    z-index: 1;
    position: relative;
}
/* App Download */
.folloeHeaderTitle{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: var(--white);
}
.heroSwiperCard {
    width: 100%;
    height: 100%;
}
.heroSwiperCard img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    max-height: calc(100vh - 95px);
    /* width: 100%;
    height: calc(100vh - 130px);
    object-fit: cover;
    max-height: 100%;
    object-position: center; */
}
.soicelLink {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255 255 255 / 8%);
    border-radius: 50%;
    padding: 6px;
    color: var(--white);
    position: relative;
}
.soicelIcons:before{
    height: 1px;
    width: calc(50% - 235px);
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    z-index: 1;
    background: rgb(255 255 255 / 8%)
}
.soicelIcons:after{
    height: 1px;
    width: calc(50% - 235px);
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    z-index: 1;
    background: rgb(255 255 255 / 8%)
}
.soicelIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}


/* login css start */
.Login_wrapper {
    min-height: 100vh;
}
.login_page_wrapper {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px 0;
}
.form-inner-container {
    max-width: 560px;
    background: #fff;
    padding: 40px 40px;
    border-radius: 28px;
    width: 100%;
    /* min-height: 705px; */
    position: relative;
}
.form-Box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.forget-title {
    font-size: 20px;
    color: #170F2D;
    font-weight: 500;
    margin-bottom: 56px;
}

.form-floating>label {
    padding: 15px 25px 9px;
    font-size: 16px;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: #787582;
    transform: scale(.85) translateY(-1.8rem) translateX(.7rem);
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 16px;
    height: 45px;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 27px 25px 23px;
    border-radius: 16px;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 12px;
    box-shadow: 0px 0px 4px rgba(47, 72, 244, 0.16);
    border: 1px solid #2F48F4;
}
.top-heading {
    font-size: 20px;
    font-family: "Source Serif 4", serif;
}

.login_title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 60px;
    font-family: "Source Serif 4", serif;
}

.input-icon {
    position: absolute;
    top: 28px;
    right: 21px;
    transform: translateY(-50%);
}
.forget_pass {
    color: #2F48F4;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 28px;
    display: block;
}

.Account_Switch {
    text-align: center;
    margin: 60px 0 0;
    color: #787582;
}
.Account_Switch a{ 
    font-weight: 700;
    color: #FFBB37;
    font-style: italic;
}
.Account_Switch a:hover{
    color: #143475;
 }
 .btn-primary.submite-btn {
    background-color: var(--TextPrimary);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--TextPrimary);
    padding: 17px 30px;
}
.btn-primary.submite-btn:hover {
    background-color: #143475;
    color: #fff;
    border: 1px solid #143475;
}
.form-topBtn {
    position: absolute;
    right: 40px;
    top: 23px;
    color: #787582;
}

.form-topBtn:hover {
    color: #FFBB37;
}
.form-backBtn {
    left: 0;
    position: absolute;
}
.form-backBtn:hover {
    color: #FFBB37;
}
/* .manage-height .login_button {
    margin-top: auto;
    position: absolute;
    width: calc(100% - 80px);
    bottom: 50px;
} */

.manage-height {
    display: grid;
    grid-template-rows: auto 1fr auto; 
    height: 100%; 
    /* min-height: 70vh; */
}

.login_button {
    grid-row: 3; 
}

.otpRow {
    display: flex;
    gap: 10px;
}

.otpRow .otp {
    height: 80px;
    width: 70px;
    text-align: center;
    padding: 0 !important;
    font-size: 24px;
    color: var(--TextPrimary);
    border: 1px solid #E2E5EC;
    border-radius: 8px;
}
.otpRow .otp:focus{
    box-shadow: 0px 0px 4px rgba(47, 72, 244, 0.16);
    border: 1px solid #2F48F4;
}

.resend-box {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px;
}

.resend-box  .Account_Switch {
    margin: 0;
    text-align: left;
}
.resend-left {
    flex-grow: 1;
}
.resend-right {
    flex-grow: 0;
    flex-shrink: 0;
}
.inner-sub-heading {
    font-size: 27px;
    color: #143475;
    font-weight: 600;
    margin-bottom: 40px;
}
.suggestion-text {
    color: #787582;
    font-size: 16px;
    margin-bottom: 28px;
}
.resend-right {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #FFBB37;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-position: right calc(3.375em + .1875rem) center;
    border: 1px solid #198754;
    background-image: none;
}

.was-validated .form-control:invalid  {
    background-position: right calc(3.375em + .1875rem) center;
    border: 1px solid #dc3545;
    background-image: none;
}
.section-header {
    text-align: center;
}
.member-registration {
    background-color: #F4F5FA;
    /* background: url(../img/login-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.section-top-title {
    font-size: 20px;
    color: #143475;
    font-weight: 500;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: "Source Serif 4", serif;
}
.member-registration .section-heading {
    color: #143475;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: "Source Serif 4", serif;
}
.section-info {
    color: #787582;
    font-size: 16px;
}
.white-box {
    background: #fff;
    padding: 40px;
    border-radius: 40px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fill , minmax(calc(25% - 25px) , 1fr ));
    /* grid-auto-columns: 200px; */
    /* grid-template-columns: repeat(auto-fit , 25%); */
    gap: 24px;
    margin-bottom: 40px;
}
.form-row .form-group{
    margin-bottom: 0 !important;
}

.form-group.focused .floating-label {
    color: #787582;
    top: -12px;
    font-size: 16px;
    background: #fff;
}
.floating-group .select2-container--above .select2-selection__rendered {
    padding-top: 13px !important;
    color: #000 !important;
}
.select2-container .select2-selection--single {
    min-height: 58px;
    border: 1px solid #DFE3E7;
    border-radius: 16px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(116deg, #0E5280 0%, #2F2758 100%);
}
.select2-container--default .select2-results__option--selected {
    background: linear-gradient(116deg, #0E5280 0%, #2F2758 100%);
    color: #fff;
}
.bloack-heading {
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}

.bloack-heading::after{
    content: "";
    background-color: #FFBB37;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
}
.mt-40{
    margin-top: 40px;
}

.Login_InputBox .form-control{
    padding-right: 50px;
}


#imagePreview, #resumePreview {
    border: 1px dashed #787582;
    height: 200px;
    width: 200px;
    border-radius: 24px;
    background-color: #F4F5FA;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

.after-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    text-align: center;
}
.showImg .after-upload {
    display: none;
}

.file-size {
    font-size: 14px;
    color: #8F98A7;
}
.upload-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--TextPrimary);
    margin: 12px 0 5px;
}
.gendar-select {
    display: flex;
    gap: 10px;
    margin-top: -25px;
}

.radio-box input:checked + label{
    /* box-shadow: 0 0 0 2px #2f49f42c; */
    border: 1px solid #2F48F4;
}

.gendar-select .radio-box {
    width: 50%;
}

.inner-labeltop {
    color: #787582;
    background-color: #fff;
    padding-bottom: 0;
    width: fit-content;
    font-size: 14px;
}
.radio-box label {
    border: 1px solid #E2E5EC;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.radio-box svg {
    height: 18px;
    margin-right: 2px;
}
.inner-label {
    color: #787582;
    transform: scale(.85) translateY(-1.2rem) translateX(0.2rem);
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 16px;
    width: fit-content;
}
label sup, .select2Part sup{
    color: #FF5655;
    font-size: 16px;
    top: -.3em;
}
.red{
    color: #FF5655 !important;
    
}
.border-btn {
    background: #fff;
    border: 1px solid #E2E5EC;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 12px;
    color: var(--TextPrimary);
}
.bottom-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.border-btn:hover {
    background: var(--TextPrimary);
    color: #fff;
}
.fill-btn {
    background: var(--TextPrimary);
    color: #fff;
}
.fill-btn:hover {
    opacity: .8;
}
.Gallery-outer-section{
    background: #fff !important;
}
.gallery-box {
    border: 1px solid #D7DDE8;
    padding: 20px;
    border-radius: 40px;
}

.img-capction {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.totle-image {
    display: flex;
    gap: 13px;
}
.totle-image {
    display: flex;
    gap: 13px;
    padding-top: 13px;
    border-top: 1px solid #E2E5EC;
    margin-top: 11px;
    justify-content: center;
}
.dateBox svg {
    height: 24px;
    margin-right: 3px;
}
.Gallery-section nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: unset;
}
.Gallery-section .nav {
    gap: 16px;
    border-bottom: unset;
}
 
.customGalleryNav .nav-link {
    border-radius: 40px;
    border: 1px solid #E2E5EC;
    padding: 12px 30px;
    color: var(--TextPrimary);
}
.customGalleryNav .nav-link:hover{
    border: 1px solid #000;
    color: #000;
}
.customGalleryNav .nav-link.active{
    background-color: #000;
    color: #fff;
}
.img-capction:hover{
    color: #143475;
}
.gallery-box img {
    height: 270px;
    transition: all 0.3s linear 0s;
    margin-bottom: 10px;
}
.gallery-box img:hover{
    /* transform: scale(.98); */
}
.grid-312-width{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill , minmax(250px , 1fr ));
}
.gallery-img {
    display: flex;
    justify-content: center;
}
.close-eye {
    display: none;
  }



  /*  */

  .topBgSection{
    position: relative;
    background-color: var(--TextPrimary);
    height: 100%;
  }
  .topBgSection > * {
    z-index: 1;
    position: relative;
  }
  .topBgSection::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/topImg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2;
  }

  .midSection-bg{
    position: relative;
  }

  .midSection-bg > * {
    z-index: 1;
    position: relative;
  }
  .midSection-bg::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/midImg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  
  .lastSection-bg{
    position: relative;
    height: 100%;
  }

  .lastSection-bg > * {
    z-index: 1;
    position: relative;
  }
  .lastSection-bg::after{
    content: "";
    position: absolute;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    background: url(../img/lastImg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
  }
  .tabHeader {
    display: flex;
    justify-content: space-between;
}
.eventSlideBtn {
    display: flex;
    gap: 15px;
}
.event-slid-btn {
    height: 60px;
    width: 60px;
    background: #171f2d14;
    color: var(--TextPrimary);
    display: grid;
    place-items: center;
    border-radius: 50%;
}
.event-slid-btn:hover {
    background-color: #143475;
    color: #fff;
}

.heroSwiper{
    position: relative;
}
.heroSwiper::after{
    content: "";
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(23,31,45,0) 0%, rgba(23,31,45,1) 100%);
}
.imgBgCard{
    overflow: hidden;
    position: relative;
}
.imgBgCard::after{
    content: "";
    height: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(23,31,45,0) 0%, rgba(23,31,45,0.8099614845938375) 21%, rgba(23,31,45,0.9472163865546218) 100%);
}

.themeBtn:hover ,.themeBlackBtn:hover ,.soicelLink:hover {
    color: var(--white);
    background: var(--primaryBlue);
}

.themeBtn:hover svg path{
    fill:#fff;
}
.addressRow{
    grid-column: 1 / 3;
}
.imgBgCard:hover img{
transform:scale(1.1)
}



/* user profile css  start*/
.profile-bg img {
    background-color: #F4F5FA;
    border-radius: 25px;
    height: 250px;
    width: 100%;
    object-position: top left;
}
.profile-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: -100px;
    padding: 0 40px;
}
.user-img {
    display: flex;
    align-items: end;
    gap: 24px;
}
.user-name {
    display: block;
    color: var(--TextPrimary);
    font-size: 24px;
    font-weight: 600;
}
.user-id {
    display: block;
    color: #787582;
    font-size: 16px;
}
.profile-btn .theme-btn {
    padding: 17px 30px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.profile-btn {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.profile-item .alternative-email, .profile-item .email{
    word-break: break-all;
}
.theme-btn {
    display: block;
    border: 1px solid #E2E5EC;
    color: var(--TextPrimary);
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 12px;
}
.profile-tab-data {
    padding: 30px 40px;
}

.custom-navBar .nav-link {
    color: #787582;
    font-size: 18px;
    padding: 24px 50px;
    border: 0;
    font-weight: 500;
    border-bottom: 3px solid transparent;
}

.custom-navBar .nav-link.active {
    color: #FFBB37;
    background-color: transparent;
    border-color: #FFBB37;
}

.profile-items {
    border: 1px solid #E2E5EC;
    padding: 24px;
    margin-bottom: 25px;
    border-radius: 16px;
}
.profile-container {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 30px; 
    padding: 30px; 
    align-items: flex-start;
}

.profile-heading {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin-bottom: 16px;
}
.heading-text {
    font-size: 20px;
    color: var(--TextPrimary);
    position: relative;
}

.heading-text::after {
    content: "";
    background: #FFBB37;
    height: 2px;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.profile-data-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.profile-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 15px;
    
}
.profileLabel {
    color: #8F98A7;
    font-size: 16px;
    white-space: nowrap;
}
.profile-item span:last-child,  .profileValue {
    font-size: 16px;
    color: var(--TextPrimary);
    text-align: right;
}
.profile-data-list .profile-item:last-child{
    margin-bottom: 0;
}
.profile-section{
    margin-top: 40px;
}
.logout-btn {
    color: #FF5655;
    display: flex;
    align-items: center;
    gap: 10px;
}
.logout-btn{

}
.after-effect, .login-link{
    position: relative;
    overflow: hidden;
    /* isolation: isolate; */
}
.after-effect:hover, .login-link:hover .loginLabel {
    color: #ffffff;
}
.after-effect:hover, .login-link:hover{
    background-color: var(--TextPrimary);
    color: #fff;
}
/* .login-link.afterLogin-link::after {
    border-radius:30px;
}
.after-effect::after , .login-link::after, .afterLogin-link.show::after {
    content: "";
    left: -100%;
    bottom: -100%;
    transition: all .2s linear;
    position: absolute;
    background-color: var(--TextPrimary);
    height: 100%;
    z-index: -1;
    width: 100%;
    border-radius:5px;
    isolation: isolate;
}
.after-effect:hover::after, .login-link:hover::after,  .afterLogin-link.show::after{
    left: 0;
    bottom: 0;
} */
.Account_Switch {
    margin: 40px 0 0;
}
.login_title {
    font-size: 50px;
    margin-bottom: 40px;
}
.modal-dialog-scrollable .modal-content {
    border-radius: 24px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}
   
  .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #495057;
    outline: 1px solid slategrey;
  }

  .user-img img {
    border-radius: 50%;
    border: 6px solid #fff;
    height: 200px;
    width: 200px;
}

.user-details {
    margin-bottom: 24px;
}


/* data table css  */
.custom-tableData .dataTables_wrapper{
    display: grid;
    grid-template-columns: repeat(1 , 1fr );
    /* grid-template-columns: repeat(3 , 1fr ); */
        row-gap: 20px;
        margin-top: 32px;
    }
    .custom-tableData .dt-buttons {
    grid-column: 1/-1;
    }
    
    .custom-tableData #membership-table.table {

        border: 1px solid var(--BorderLight);
    }
    .custom-tableData .table {
    grid-column: 1/-1;
    grid-row: 2/3;
        border-radius: 16px;
        /* box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 15px; */
        margin-top: 35px !important;
        
    }
    .custom-tableData .clear {
        display: none;
    }
    .custom-tableData .dataTables_filter input {
        height: 50px;
        border-radius: 8px;
        border: 1px solid #ddd;
    }
    .custom-tableData .dataTables_filter label {
        font-size: 16px;
    }
    .custom-tableData table.dataTable thead>tr>th.sorting_asc,.custom-tableData table.dataTable thead>tr>th.sorting_desc,.custom-tableData table.dataTable thead>tr>th.sorting,.custom-tableData table.dataTable thead>tr>td.sorting_asc,.custom-tableData table.dataTable thead>tr>td.sorting_desc,.custom-tableData table.dataTable thead>tr>td.sorting {
        padding-right: 30px;
        background: var(--TextPrimary);
        color: #fff;
        padding: 16px 32px;
    }
    .custom-tableData .table-striped>tbody>tr:nth-of-type(odd)>* {
        --bs-table-bg-type: #fff;
    }
    .custom-tableData .table-striped>tbody>tr:nth-of-type(even)>* {
        --bs-table-bg-type: #F4F5FA;
    }
    
    .custom-tableData table.table-bordered.dataTable th,.custom-tableData table.table-bordered.dataTable td {
        padding: 12px 30px;
    }
    
    .custom-tableData table.table-bordered.dataTable th {
            padding: 16px 32px;
        background: var(--TextPrimary);
        color: #fff;
    }
    
    .custom-tableData .table-bordered>:not(caption)>*>* {
        border-width: 0;
    }
    .custom-tableData thead tr th:first-child{
        border-radius: 16px 0 0 0 ;
    }
    .custom-tableData thead tr th:last-child{
        border-radius: 0 16px 0 0 ;
    }
    .custom-tableData tbody tr:last-child td:first-child{
        border-radius: 0 0 0 16px ;
    }
    .custom-tableData tbody tr:last-child td:last-child{
        border-radius: 0 0 16px 0 ;
    }
    .custom-tableData .dataTables_wrapper .dataTables_info {
        padding-top: 0 !important;
        align-self: center;
    }
    
    .custom-tableData .dataTables_wrapper .dataTables_paginate {
        margin: 0;
    white-space: nowrap;
    text-align: right;
    align-self: center;
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
    position: relative;
    /* transform: translate(50%, 0px);
    left: 50%; */
    }
    .custom-tableData .dataTables_wrapper .dataTables_length select {
        width: 105px !important;
        padding: 12px 12px !important;
        border: 1px solid #ddd !important;
        border-radius: 6px!important;
    }
    .red-text {
        color: #FF5655;
    }
    .green-text {
        color: #25D07A;
    }
    .org-text {
        color: #FFBB37;
    }
    .statusRow{
        display: flex;
        align-items: center;
        gap: 5px;

    }
    .custom-tableData .dataTable thead .sorting:after {
        opacity: .8;
        height: 20px;
        bottom: 14px;
        right: 12px;
    }
    .custom-tableData table.dataTable thead .sorting:after,.custom-tableData  table.dataTable thead .sorting_asc:after,.custom-tableData  table.dataTable thead .sorting_desc:after,.custom-tableData  table.dataTable thead .sorting_asc_disabled:after,.custom-tableData  table.dataTable thead .sorting_desc_disabled:after {
        bottom: 16px;
    }
    /* data table css end */
    
    
    table.dataTable thead th {
        position: relative;
        background-image: none !important;
    }
     
    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 12px;
        right: 8px;
        display: block;
        font-family: Font-Awesome-5-Pro;
        font-style: normal;
        font-weight: 900;
    }
    div.dataTables_paginate a.next::after, div.dataTables_paginate a.last::after {
        top: 0px;
    }
    div.dataTables_paginate a.first:before, div.dataTables_paginate a.previous:before {
        top: 0px;
        font-family: Font-Awesome-5-Pro;
    }

body:not(.logined) #afterLogin{
    display: none;
}
body.logined #beforeLogin{
    display: none;
}
span.remove-btn, span.remove-btn2 {
    background-color: #f00;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: -7px;
    top: -10px;
    position: absolute;
}
#imagePreview:not(.showImg) .remove-btn{
    display: none;
}
.password_icon:not(.password_show) .password_hideIcon{
    display: none;
}
.password_icon.password_show .password_showIcon{
    display: none;
}
.load-moreBtn{
    display: block;
    width: fit-content;
    margin: 60px auto;
}
.no-data-img img{
    max-height: 330px;
    max-width: 100%;
    margin-inline:auto;
}
.no-data-img {
    display: grid;
    justify-content: center;
    gap: 15px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.no-data-text {
    color: var(--TextSecondary);
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}
/* Event detail */

.event-banner:after {
    content: "";
    background: rgb(23 31 45 / 50%);
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 0;
    position: absolute;
}
.timeing-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 8px;
    margin: 0;
}
.data-label {
    font-size: 16px;
    color: #787582;
    flex-shrink: 0;
}
.time-data {
    display: flex;
    gap: 7px;
}
.eventCard-section {
    background-color: #F5F5F5 !important;
    padding: 40px 0;
}
.event-banner{
    position: relative;
    height: 450px;
}
.event-banner img{
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.eventDetail-section{
    background-image: url(../img/event-bg-shap.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.event-block.white-box {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0;
}
.upcoming-event {
    padding: 40px;
}
.register-event {
    padding: 40px;
    border-left: 1px dashed #143475;
}
.event-heading {
    background: -webkit-linear-gradient(#143475, #171F2D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: "Source Serif 4", serif;
    font-size: 32px;
    margin-bottom: 30px;

}
.event-title {
    background: -webkit-linear-gradient(#143475, #171F2D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Source Serif 4", serif;
}
.event-block .timeing-list {
    gap: 14px;
}

.mt-350 {
    margin-top: -190px;
    position: relative;
}
.registr-btn {
    background-color: #100060;
    color: #fff;
    padding: 14px 32px;
    text-align: center;
    display: inline-block;
    border-radius: 13px;
    font-size: 16px;
}
.registr-btn:hover{
    background-color: #000;

}
.share-btn {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 14px 16px;
    border-radius: 10px;
}

.event-block.white-box {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 0;
}
.registr-button {
    margin-top: 56px;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}
.white-box p{
    color: #787582;
    font-size: 16px;
}

.speaker-box {
    list-style: none;
    padding: 0;
    margin: 0;
}
.speaker-user {
    display: flex;
    gap: 12px;
    border: 1px solid #E2E5EC;
    padding: 12px 24px;
    border-radius: 16px;
    align-items: flex-start;
}

.speaker-user .speaker-heading {
    color: #171F2D;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.speaker-info p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.speaker-svg {
    position: relative;
}
.speaker-svg:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffbb3747;
    bottom: -7px;
    left: -4px;
}

.speaker-box {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3 , calc(33.3% - 16px));
    margin-top: 40px;
}

.event-main-block{
    display: grid;
    gap: 40px;
}
.event-bottom-img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 1px solid #E2E5EC !important;
    background-color: #fff !important;
    color: #171F2D !important;
    border-radius: 16px !important;
    height: 60px;
}
/* Event detail */

/* Member LIst */
.memberListRow{
    display: flex;
    align-items: center;
    gap:20px;
}
.memberImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.memberImage{
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.mamberNme {
    display: block;
    font-size: 16px;
    color: var(--TextPrimary);
    font-weight: 600;
}
.mamberICAIno {
    display: block;
    font-size: 14px;
    color: var(--TextSecondary);
}
.memberDataList tr{
    vertical-align: middle;
}
.memberDataList .themeLInk{
    margin: 0;
    margin-left: auto;
}
.custom-tableData .table.memberDataList {
 box-shadow:none; 
    border-collapse: separate !important;
    border-spacing: 0 26px;
}
.custom-tableData .table.memberDataList tr td:first-child{ 
    border-radius: 20px 0 0 20px;
   }
   .custom-tableData .table.memberDataList tr td:last-child{ 
    border-radius: 0px 20px 20px 0px;
   }
   .custom-tableData .table.memberDataList tr{
       background-color: var(--white);
    border-radius: 20px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
   }
   .custom-tableData .table.memberDataList tr:hover{
       box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 6px;
       cursor: pointer;
   }
   .memberDataList{
    margin-bottom: 60px;
   }
   .listingTable{
    padding-block:80px
   }
   div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    }
    .custom-tableData .dataTables_filter input {
        max-width: 450px !important;
        outline: none;
        width: 100% !important;
        padding-inline:40px 15px
    }
    .custom-tableData{
        position: relative;
    }
    .dataTables_filter input {
        background: url(data:image/svg+xml;base64,ICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUxMiA1MTIiID48cGF0aCBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6IiBmaWxsPSIjNzg3NTgyIi8+PC9zdmc+) no-repeat 5px center;
        background-size: 32px 16px;
        background-color: #fff;
        position: absolute;
        left: -10px;
        margin-left: 0;
    }
/* Member LIst */
/* Sahayta */
.mb-40{
    margin-bottom: 40px;
}
.sahayta-section{
    background-color:#F4F5FA;
    padding-block:80px
}
.appstore-section{
    background-color:#fff;
    padding-block:80px
}
.sahayta-section .section-heading {
    color: #143475;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: "Source Serif 4", serif;
}
.media-box {
    border: 1px solid #D7DDE8;
    padding: 20px;
    border-radius: 40px;
    display: block;
    background-color: var(--white);
}
.magazines-box{
    display: block;
}
.img-capction {
    margin-top: 20px;
}
.mediaSection{
    background-image: none;
    background-color: #F4F5FA;

}
.mt-80{
    margin-top: 80px;
}
.magazines-box:hover .magazines img{
    -webkit-transform: rotate3d(0, 1, 0, 35deg);
    -moz-transform: rotate3d(0, 1, 0, 35deg);
    transform: rotate3d(0, 1, 0, 35deg);
}
/* Sahayta */
 
  .magazinesWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .magazinesBook {
    height: 270px;
    margin-bottom: 10px;
    position: relative;
    transition: 0.4s ease-in-out;
    border-radius: 5px 15px 15px 5px;
    transform-origin: left center 0px;
    perspective: 800px;

    width: 100%;
    display: flex;
    justify-content: center;
  }
    .magazinesBook:hover {
      transform: rotateZ(0deg);
    }
      .magazinesBook:hover .magazinesBook__cover {
        transform: rotateY(-30deg);
        z-index: 999;
        box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.2);
      }
  
    .magazinesBook__cover {
        height: 270px;
        width: 192px;
        position: absolute;
        border-radius: 5px 15px 15px 5px;
        box-shadow: 0 0 5px 1.5px rgba(0, 0, 0, 0.25);
        z-index: 10;
        transition: 0.5s linear;
        transform-style: preserve-3d;
        transform-origin: left center 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
  
    .magazinesBook__detail {
      background-color: rgba(51, 51, 51, 0.8);
      margin-top: 185px;
      padding: 15px;
      font-size: 12px;
      font-weight: 800;
      position: relative;
      z-index: 10;
      color: #fff;
      text-align: left;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
  
    .magazinesBook__page {
      height: 100%;
      width: 175px;
      position: absolute;
      background-color: #fbfae8;
      z-index: 0;
      box-shadow: 0 0 5px 1.5px rgba(0, 0, 0, 0.25);
      border-radius: 5px 16px 16px 5px;
      overflow: hidden;
    }    
      .magazinesBook__page.dotted {
        background: linear-gradient(90deg, #fbfae8 10px, transparent 1%) center,
          linear-gradient(#fbfae8 10px, transparent 1%) center, #999;
        background-size: 11px 11px;
      }
  /* video gallery */
  .lightBg {
    background-image: none;
    background-color: #F4F5FA;
}
  .videoIframe{
    border-radius: 20px !important;
    overflow: hidden;
  }

  /* video gallery */
  /* careers */
  .jobTagList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
  }
  .jobTitle{
    font-size: 20px;
    color: var(--TextPrimary);
    font-weight: 600;
    margin-bottom: 12px;
  }
  .jobDescriptiopn{
    font-size: 14px;
    color: var(--TextSecondary);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .jobTag{
    font-size: 14px;
    color: var(--TextSecondary);
    font-weight: 400;
    border:1px solid var(--BorderLight);
    padding: 10px;
    border-radius: 30px;
  }
 .custom-tableData .table.memberDataList.alignFlexEnd tr{
    align-items: flex-end;
    padding: 12px 12px;
  }
 .custom-tableData .table.memberDataList.alignFlexEnd tr td{
    width: 100%;
  }
  .jobsListRow .themeLInk{
    white-space: nowrap;
  }
  .rowinTR {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
  /* careers */
  /* custom Table */
  .dataTables_length{
    display: none;
  }
  /* custom Table */
/* Logo Download */
.logo-box {
    border: 0px solid #D7DDE8;
    padding: 20px;
    background-color: var(--white);
    border-radius: 40px;
}
.logoFormate a{
    display: flex;
    align-items: center;
    gap: 8px;
}
.logoFormate{
    display: flex;
    gap: 15px;
    padding-top: 13px;
    border-top: 1px solid #E2E5EC;
    margin-top: 11px;
    justify-content: center;
    align-items: center;
}

/* Logo Download */
#header .navbar-nav .dropdown-item, #header .navbar-nav .dropdown-item a {
    font-weight: 400;
    font-size: 14px;
    color: var(--TextPrimary);
}


.photoGallery .gallery-img {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-inline: auto;
    text-align: center;
    width: fit-content;
}

.photoGallery .gallery-img img {
    display: block;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    width: 225px;
    height: 270px;
    object-fit: cover;
}

.photoGallery .gallery-img::before,
.photoGallery .gallery-img::after {
    content: '';
    position: absolute;
    border-radius: 25px;
}

.photoGallery .gallery-img::before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f4f5fa;
    transform: rotate(346deg);    
    transition: all 0.5s ease;
    
}

.photoGallery .gallery-img::after {    
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #e2e5ec;
    transition: all 0.5s ease;
    transform: rotate(14deg);
}
.photoGallery .gallery-box:hover .gallery-img::after{    
transform: rotate(-14deg);
}
.photoGallery .gallery-box:hover .gallery-img::before{    
transform: rotate(374deg);
}

.mailBtn{
    width: 60px;
    height: 60px;
    border: 1px solid var(--BorderLight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.memberInfoHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--BorderLight);
}
.infoList li:not(:last-child){
    margin-bottom: 20px;
}
.infoList{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listRow {
    display: flex;
    align-items: center;
    gap: 15px;
}
.listRow{
    size: 16px;
    font-weight: 400;
    color:var(--secondarydark)
}
.listValue{
    margin-left: auto;
    color: var(--TextPrimary);
    text-align: end;
}
#mamberdetail .forget-title {
    margin-bottom: 33px;
}
.memberInfoHeader .mamberICAIno{
    font-size: 16px;
}
.memberInfoHeader .mamberNme {
    font-size: 20px;
}
.memberInfoHeader .memberImage {
    width: 100px;
    min-width: 100px;
    height: 100px;
}
#membership-table2 thead tr th:nth-last-child(-n+3){
    width: 10% !important;
}
#membership-table2 thead tr th:nth-child(3), #membership-table2 thead tr th:nth-child(1){
    width: 16% !important;
}
#membership-table thead tr th:nth-child(-n + 2){
    width: 13% !important;
}
#membership-table thead tr th:nth-last-child(-n+3){
    width: 17% !important;
}
.dataTable th{
    white-space: nowrap;
}

/* filters tab */
.filterValue{
    cursor: pointer;
}
.FilterTabLInk {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.select2-search--dropdown .select2-search__field {
    outline: none;
}
.disableLink{
    pointer-events: none;
    color: #ccc !important;
}
/* For Webkit-based browsers (e.g., Chrome, Safari) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    background-clip: content-box !important;
}

/* For Firefox */
input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
}
.aboutGallery{
    margin-top: 80px;
}
.aboutGallery img{
    border-radius: 20px;
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.missionList .tcList li {
    align-items: flex-start;
}
.missionList  .tcList{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom:0px;
}
.chairpersonWordsList ul li{

    color: #787582;
    font-size: 16px;
}
.chairpersonWordsList ul{
    list-style: none;
    margin:20px 0;
    padding: 0;
}
.themeColorLabel {
    display: block;
    color: var(--PrimaryOrange);
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}
.chairpersonImage img{
    border-radius: 20px;
}
.innerMessageCard {
    margin: 80px auto;
}
.exMemderList {
    background-color: var(--white);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.exMemderImg img{
    min-width: 180px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    background: #fbfbfb;
}
.exMemberName {
    font-size: 20px;
    font-weight: 600;
    color: var(--TextPrimary);
    margin-bottom: 20px;
}
.exMemberType {
    display: block;
    font-size: 16px;
    color: var(--TextSecondary);
    line-height: 1;
    font-weight: 400;
}
.exMemberText p{
    display: block;
    font-size: 16px;
    color: var(--TextSecondary);
    font-weight: 400;
}
.themeTable thead th{
    background: var(--TextPrimary);
    color: #fff;
    padding: 16px 32px;
}
.themeTable tbody td{
    padding: 16px 32px;
    border: none;
}
.theme-tableData thead tr th:first-child {
    border-radius: 16px 0 0 0;
}
.theme-tableData thead tr th:last-child {
    border-radius: 0 16px 0 0;
}
.theme-tableData tbody tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
.theme-tableData tbody tr:last-child td:last-child {
    border-radius: 0 0 15px 0px;
}
.theme-tableData tbody tr td:first-child {
    border-left: 1px solid #efefef;    
}
.theme-tableData tbody tr td:last-child {
        border-right: 1px solid #efefef;
}
.theme-tableData .table {
    border-radius: 16px;
    box-shadow: none;
    /* border: 1px solid #efefef; */
    border-top: none;
    margin-top: 20px !important;
    overflow: hidden;
}
.theme-tableData .bloack-heading {
    font-weight: 600;
}
.themeTable.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f4f5fa;
}

.Pastmember-img{
    background: #F0F1F3;
    border-radius: 20px;
    height: 280px;
    width: 100%;
    text-align: center;
    overflow: hidden;

}
.Pastmember-img img{
    border-radius: 20px;
    max-height: 280px;
    max-width: 100%;
    width: auto;
    height: 100%;
    margin-inline: auto;
    object-fit: contain;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.pastMamberListing .img-capction {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.pastMamberListing .timePeriod, .pastMamberListing .MailID{
    font-size: 16px;
    color: var(--TextSecondary);
}
.pastMember-box{
    border: 0px solid #D7DDE8;
    padding: 16px;
    background-color: var(--white);
    border-radius: 40px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.pastMember-box:hover img{
    transform: scale(1.1);
}
.listingRow{    
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px 30px;
}
.listingRow a{    
    width: 20%;
    text-align: center;
}
.exmemberCard:hover img{
    filter: grayscale(0%);
}
.exmemberCard:hover .exMambrName{
    font-weight: bold;
}
.exmemberCard img{
    width: 175px;
    min-width: 175px;
    height: 175px;
    min-height: 175px;
    border-radius: 50%;
    object-fit: cover;
    /* filter: grayscale(100%); */
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
span.exMambrName {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
}
.exMambrLevel {
    font-size: 16px;
    color: var(--secondarydark);
    display: block;
    text-align: center;
}
.exMamberDetail{
    margin-top: 20px;
}
.excomMemberLIsting {
    padding-bottom: 200px;
    margin-top: 80px;
}
.white-text{
    color:#fff !important
}
.sponsorsCard{
    text-align: center;
    padding: 40px 0 15px 0;
    margin-bottom: 50px;
}
.sponsorTypeTag {
    display: block;
    margin-top: 15px;
    margin-inline: auto;
}
.partners-wrapper .swiper-slide{
    text-align: center;
}
.Sponsors-wrapper {
    padding-bottom: 15px;
}
/*contact us*/
.contact-section {
    background-color: #F4F5FA;
    padding-bottom: 200px
}
.infoCard{
    background: var(--white);
    padding: 30px;
    border-radius: 30px
}
.infoIcon {
    background-color: var(--BgLight);
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.infoTitle{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Source Serif 4", serif;
}
.contact-info-block{
    margin-top: -100px
}
/*contact us*/

.heroSwiper  .swiper-slide {
    /* height: calc(100vh - 156px); */
}
#resumePreview:not(.showImg) .remove-btn2 {    
    display: none;
}
#resumePreview.showImg{
    background-image: url(../img/uploadedResume.png) !important;
    background-size: 119px;
    background-repeat: no-repeat;
    background-position: center;

}
/* gallery Detail */
.gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    /* grid-auto-rows: 200px; */
    /* grid-auto-flow: dense; */
    /* max-width: 1200px; */
    width: 100%;
    /* margin: 10px auto; */
    /* padding: 0 10px;*/
  }
  
  .gallery__item {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .gallery__item > img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
  }  
  .gallery__item--hor {
    grid-column: span 2;
  }
  
  .gallery__item--vert {
    grid-row: span 2;
  }
  
  .gallery__item--lg {
    grid-column: span 2;
    grid-row: span 2;
  }
/* gallery Detail */
.errorMsg{
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
}
    .valid {
      color: green;
    }
    .invalid {
      color: red;
    }

.logo-box .gallery-img img{
    object-fit: contain;
    width: auto;
    height: fit-content;
    max-height: 100%;
}
.logo-box .gallery-img {
        height: 270px;
        align-items: center;
    }
.paginate_button.next, .paginate_button.previous  {
        border: 1px solid #E2E5EC;
        border-radius: 16px;
        padding: 15px 28px;
        width: fit-content;
        line-height: 1;
    }
    a.paginate_button {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color:var(--TextSecondary)
    }
    a.paginate_button.current {
        background-color: var(--BgLight);
        color: var(--TextPrimary);
    }
    .dataTables_info{
        display: none;
    }

    .form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .select2Part>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
        color: #787582;
        transform: scale(.85) translateY(-1.8rem) translateX(.7rem);
        background-color: #fff;
        padding-bottom: 0;
        padding-left: 16px;
        height: 45px;
        opacity: 1;
    }
    .membertype-select {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    .membertype-select .radio-box label {
        display: flex;
        white-space: nowrap;
        gap: 8px;
    }
    .hideDiv{
        display: none;
    }
    ::-webkit-inner-spin-button {
        display: none;
    }
    /* mobile number */
    .input-group > .intl-tel-input.allow-dropdown {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
      }
      
      .input-group > .intl-tel-input.allow-dropdown > .flag-container {
          z-index: 4;
      }
      
      .iti-flag {
        background-image: url("../img/flags.png");
      }
      .mobileITL label{
        color: #787582;
        transform: scale(.85) translateY(-1.8rem) translateX(.7rem);
        background-color: #fff;
        padding-bottom: 0;
        padding-left: 16px;
        height: 45px;
        opacity: 1;
      }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .iti-flag {
            /* background-image: url("../img/flags@2x.png"); */
          }
      }
    /* mobile number */
    #select2-key_skills-container .select2-selection__choice{
        min-width: fit-content;
    }
    #select2-key_skills-container{
        display: flex;
        overflow: auto;
        scrollbar-width: thin;
        padding-top: 0 !important;
        margin-right: 30px;
    }
    .inputTooltip{
        position: absolute;
        z-index: 1;
        right: 0;
        top: -20px;
    }
    .mt-32{
        margin-top: 32px;
    }
    .tooltip-inner {
        background-color: #FFBB37 !important;
        color: #000 ;
    }
    
    .bs-tooltip-bottom .arrow::before,
    .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        border-bottom-color: #FFBB37 !important;
    }
    /* Swal2 */
    div:where(.swal2-container) h2:where(.swal2-title) {
        font-size: 24px !important;
    }
    div:where(.swal2-container) .swal2-icon-error h2:where(.swal2-title) {
        color: #FF5655 !important;
    }
    div:where(.swal2-container) h2:where(.swal2-title)
    div:where(.swal2-container) .swal2-icon-success h2:where(.swal2-title) {
        color: #25D07A !important;
    }
    div:where(.swal2-container) .swal2-html-container {
        padding: 0.7em 1.6em .3em !important;
        font-size: 16px !important;
        color: #787582 !important;
    }
    div:where(.swal2-container) div:where(.swal2-popup) {
        padding: 40px !important;
        border-radius: 16px !important;
    }
    div:where(.swal2-container) h2:where(.swal2-title) {
        padding: 0 !important;
        margin-bottom: 10px !important;
        /* color: var(--TextPrimary) !important; */
    }
    div:where(.swal2-container) button:where(.swal2-styled) {
        margin:0 !important;
        padding: 0.825em 3.8em !important;
        border-radius: 16px !important;
        font-weight: 600 !important;

    }
    div:where(.swal2-container) button:where(.swal2-styled.swal2-cancel){
        border: 1px solid var(--BorderLight) !important;
        color: var(--TextSecondary) !important;
    }
    div:where(.swal2-container) div:where(.swal2-actions) {   
        margin: 50px auto 0 !important;
        gap: 20px !important;
    }
    div:where(.swal2-container) img:where(.swal2-image) {
        margin: 0em auto 1em !important;
    }
    div:where(.swal2-container) img:where(.swal2-image) {
        max-height: 288px !important;
    }
    /* Swal2 */
    .smallTitle {
        font-size: 16px;
        font-weight: 700;
        color: var(--PrimaryOrange);
        margin-bottom:10px
    }
    .storeHeading {
        font-size: 60px;
        font-weight: 600;
        color: var(--TextPrimary);
        margin-bottom:25px
    }
    .appstoreInfo{
        text-align: center;
        margin: 40px auto 80px;
    }

    /* Animation */
    .exmemberCard:hover img {
        transform: scale(1.02);
    }
    .overHide{
        overflow: hidden;
    }
 .loaderLogo{
        max-width: 97px;
        position: absolute;    
    }
body:not(.loading) #containerLoader{
    display: none;
}
body.loading.loading2{
    overflow: hidden;
}
body.loading #containerLoader{
    height:100vh;
    left: 0;
    top: 0;
    width: 100%;
    background: #100060;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}

/* .loaderLogo	{
	border: 2px solid #61EF61;
	animation: anim-glow 2s ease infinite;
		

} */
@keyframes anim-glow {
	0% {
        box-shadow: 0 0 #fff;
	}
	100% {
	    box-shadow: 0 0 315px 8px transparent;
    border-width: 2px;
	}
}
  

.icon .loaderLogo {
        max-width: 160px;
        height: 160px;
        position: absolute;
}
.icon	{
    border-radius: 50%;
    border: 2px solid #fff;
    width: 157px;
    height: 157px;
    text-align: center;
    position: relative;
    animation: anim-glow 2.5s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
		 
}
/* loading */

  .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
  }
    .vertical-centered-box:after {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
    }
    .vertical-centered-box .content {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      font-size: 16px;
    }
    .logoText{
        color: #fff;
        z-index: 999999;
        display: block;
        position: relative;
        font-weight: 600;
    
    }




.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -125px;
  margin-top: -125px;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 250px;
  margin-left: -125px;
  margin-top: -125px;
  overflow: hidden;
  transform-origin: 125px 125px;
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  
}

#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
  background: linear-gradient(#3f3251, #100060, 70%);
  background-image: -moz-linear-gradient(45deg, #3f3251 2%, #100060 100%);
  background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #100060 100%);
  background-image: linear-gradient(45deg, #3f3251 2%, #100060 100%);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* loading */
.whiteBgCard>.text-end a{
    color: #2F48F4;
}

    /* .themeBtn svg, .linkCard svg, .themeLInk svg, .eventViewLInk svg, .themeBlackBtn svg{
        animation: rotate45 1.2s infinite linear;
    }
    @keyframes rotate45 {
        0% {
            transform: rotate(0deg);
        }
        50% {
            transform: rotate(45deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    .no-data-img img {       
        animation: scaleImg 1.2s infinite linear;
    }
    @keyframes scaleImg {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.04);
        }
        100% {
            transform: scale(1);
        }
    } */
    .dropdown-menu.megamenu {
        display: flex;
        padding: 20px;
        gap: 20px;
    }
    ul.sub-menu {
        margin: 0;
        padding: 0;
    }
    .subli-h1 {
        color: var(--TextPrimary);
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        padding-bottom: 5px;
    }
    .SponsorsTabHeader .nav-tabs .nav-link, .SponsorsTabHeader .nav-tabs .nav-item.show .nav-link, .SponsorsTabHeader .nav-tabs .nav-link.active, .SponsorsTabHeader .nav-tabs .nav-link:hover {
        color: #ffffff;
        font-weight: 600;
        padding: 0 20px 30px 20px;
        border: 0px;
        border-bottom: 1px solid var(--BorderLight);
        background: transparent;
        width: 100%;
        white-space: nowrap;
        
        position: relative;
    }
    .SponsorsTabHeader .nav-tabs{
        border-bottom:1px solid #787582 !important;
    }
    .SponsorsTabHeader .nav-tabs .nav-item.show .nav-link:after, .SponsorsTabHeader .nav-tabs .nav-link.active:after {
        background-color: #FFBB37;
        bottom: 0px;
        content: '';
        height: 3px;
        width: 100%;
        left: 0;
        position: absolute;
    }
    .SponsorsTabHeader .nav-tabs {
        justify-content: space-between;
        flex-wrap: nowrap;
        border: 0px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .SponsorsTabHeader {
        border: 0px;
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .sponsorsRow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin: 40px auto 30px;
    }
    .sponsorsRow img{
        max-height: 200px;
    }
.webdataLabel>span{
        display: block;
    color: #ffbb37;
    font-size: 15px;
    font-weight: 500;
    }
.bg-remove{
    padding: 15px !important;
    background-color: transparent !important;
}