@charset "UTF-8";
/*
@File: Noso Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Navbar CSS
** - Buttons
*/

@font-face {
    font-family: "Geomanist";
    src: url("../fonts/font/geomanist-regular-webfont.ttf") format("truetype");
}
:root {
    --fontFamily: "Geomanist", sans-serif;
    --fontFamily2: "Geomanist", sans-serif;
    --mainColor: #eb4741;
    --mainColorShadow: #ec51510c;
    --secondColor: #011e3f;
    --whiteColor: #ffffff;
    --blackColor: #000000;
    --paragraphColor: #5c5c5c;
    --paragraph-color-2: #c9c6c6;
    --card-title-fontSize: 22px;
    --sectionTitle-fontSize: 44px;
    --fontSize: 16px;
    --transition: 0.5s ease-in-out;
    --boxShadow: rgba(114, 114, 114, 0.1) 0px 0px 8px;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontFamily);
}

a {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: var(--mainColor);
    text-decoration: none;
}

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

.form-control {
    border: 1px solid transparent !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.form-control:focus {
    border: 1px solid var(--mainColor) !important;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

p {
    font-family: var(--fontFamily);
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

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

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

.pt-35{
    padding-top: 35px;
}

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

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

.mst-30 {
    margin-top: 0px;
}

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

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

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

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

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

.section-content {
    margin-top: 20px;
}

.rotate-90 {
    display: inline-block;
    transform: rotate(90deg);
}


.arr-down.form-select {
    -webkit-appearance: menulist;
}

.mw-wfa p,h1,h2{
    max-width: -webkit-fill-available;
    text-align: justify;
}

.mw-wfa > p:not(:first-child):not(:nth-child(2)) {
    display: none;
}

.w_f_icon{
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
}

.taj_in{
    text-align: justify;
}

.taj p{
    text-align: justify;
}

.lspc_1{
    letter-spacing: 1px;
}


.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

/* .flex-next-div{
    flex: ;
} */
.width-100-div .iti{
    width: 100%;
}
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0px;
    background-color: var(--whiteColor) !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

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

.bg-f9f9f9 {
    background-color: #f9f9f9;
}

.bg-002147 {
    background-color: #002147;
}

.slider-card-margin {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
}

#pre-loader {
    background-color: var(--whiteColor);
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#pre-loader .preloader-img {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
}
.minW-68{
    min-width: 68px;
}
.minW-200{
    min-width: 200px;
}

.rowgap_05{
    row-gap: 0.5rem;
}
.rowgap_1{
    row-gap: 1rem;
}
.rowgap_15{
    row-gap: 1.5rem;
}
/*===================================
Topbar Area CSS
=====================================*/
.topbar {
    padding: 10px 0px;
    position: relative;
    z-index: 2;
}

.topbar-left-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar-left-side ul li {
    display: inline-block;
}

.topbar-left-side ul li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
    margin: 0px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    background-color: rgba(255, 255, 255, 0.1);
}

.topbar-left-side ul li a:hover {
    color: var(--mainColor);
    -webkit-animation: jello 1s infinite;
    animation: jello 1s infinite;
}

.topbar-right-side ul {
    text-align: end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar-right-side ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    font-family: var(--fontFamily2);
}

.topbar-right-side ul li i {
    font-size: 16px;
    margin-right: 5px;
    color: var(--mainColor);
    position: relative;
    top: 3px;
}

.topbar-right-side ul li a {
    color: var(--whiteColor);
}

.topbar-right-side ul li a:hover {
    color: var(--mainColor);
}

.hv_40_rd_10{
    height:40vh !important;
    border-radius:10px 10px 0px 0px !important;
}
/*================================================
Popup Area CSS
=================================================*/
.popup-button {
    border: 0px;
    font-size: 18px;
    border-radius: 0px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: var(--mainColor);
    background-color: rgba(236, 82, 81, 0.1);
    width: 45px;
    height: 43px;
    display: inline-block;
    line-height: 2.5px;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    visibility: hidden;
    background-color: #000000ec;
}

.popup .popup-content {
    width: 0%;
    height: 100%;
    opacity: 0;
    margin-left: 0;
    margin-right: auto;
}

.popup .popup-content .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.popup .popup-content .close-btn span {
    width: 30px;
    height: 4px;
    border-radius: 25px;
    background-color: red;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup .popup-content .close-btn span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup .popup-content .close-btn span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .popup-content .close-btn:hover {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.popup .popup-content .close-btn:hover span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
    transform: translate(-50%, -50%) rotate(-225deg);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.popup .popup-content form {
    top: 20%;
    left: 50%;
    width: 30%;
    visibility: hidden;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup .popup-content form .search-box {
    border-radius: 10px !important;
    border: 1px solid var(--mainColor);
}

.popup .popup-content form .search-box input {
    padding: 5px 20px;
}

.popup .popup-content form .search-box .form-control {
    border-radius: 10px;
    border: 0px solid transparent !important;
}

.popup .popup-content form .search-box .btn {
    padding: 5px 15px;
    color: var(--whiteColor);
    border-radius: 0px 10px 10px 0px !important;
    background-color: var(--mainColor);
    font-size: 25px;
}

.popup .hi {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup .hi form {
    visibility: visible;
    top: 50% !important;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/*================================================
Select Area CSS
=================================================*/
.nice-select {
    border: 0px;
    background-color: transparent;
    height: auto;
    width: 100%;
    line-height: unset;
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
    padding-right: 15px;
}

.nice-select .selected {
    color: var(--mainColor);
}

.nice-select .list {
    width: 100%;
    z-index: 9999;
}

.option-select-area {
    position: relative;
    display: inline-block;
    max-width: 100%;
    color: var(--paragraphColor);
}

.option-select-area .fa-globe {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 99;
    color: var(--whiteColor);
}

.option-select-area .nice-select .list {
    width: 85px;
    z-index: 999;
    display: inline-block;
}

.option-select-area .nice-select::after {
    right: 2px;
    width: 7px;
    height: 7px;
    border-color: var(--whiteColor);
}

.option-select-area .nice-select .option {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.option-select-area .nice-select .current {
    color: #e6e6e6;
    font-size: 14px;
}

/*================================================
Navbar Area CSS
=================================================*/
a.meanmenu-reveal {
    display: none;
}

.paid-per {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: transparent;
    padding: 20px 0 0;
    z-index: 2;
    height: 60px;
    text-transform: capitalize;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    padding: 12px 15px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--mainColor);
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: var(--mainColor);
    height: 4px;
    margin-top: 5px;
    border-radius: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: var(--whiteColor);
    margin-top: 64px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: var(--blackColor);
    border-top: 1px solid #dbeefd;
    text-decoration: none;
    text-transform: capitalize;
}

.mean-container .mean-nav ul li a:hover {
    background: var(--whiteColor);
}

.mean-container .mean-nav ul li a.active {
    color: var(--whiteColor);
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    color: var(--blackColor);
    border-top: 1px solid #dbeefd;
    opacity: 1;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
    text-transform: none;
    font-size: 15px;
    text-transform: capitalize;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 3px;
    width: 100%;
    height: 24px;
    padding: 12px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent !important;
    border: none !important;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav .navbar-nav {
    overflow-y: scroll;
    height: 100%;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-nav .dropdown-toggle::after {
    display: none;
}

.mean-remove {
    display: none !important;
}

.mobile-nav {
    display: none;
    position: relative;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    background-color: var(--whiteColor);
    color: var(--blackColor);
}

.btn-primary,
.btn-primary:active {
    background-color: var(--whiteColor) !important;
    color: var(--blackColor) !important;
    border-color: var(--blackColor) !important;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
    color: var(--mainColor);
}

/* Fix for box sizing on Foundation Framework etc. */
.main-nav {
    background-color: transparent;
}

.main-nav nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.main-nav nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
}

.main-nav nav .navbar-nav .nav-item a {
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    color: #1d284b;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--fontFamily);
    margin-left: 14px;
    margin-right: 14px;
}

.main-nav nav .navbar-nav .nav-item a i {
    right: 0;
    top: 7px;
    font-size: 12px;
    position: absolute;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 15px;
    position: relative;
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle::after {
    content: "\F106";
    font-weight: 600;
    font-family: "flaticon";
    position: absolute;
    top: 3px;
    right: 0;
    border: 0px;
    font-size: 13px;
}

.main-nav nav .navbar-nav .nav-item a:hover {
    color: var(--mainColor);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: var(--mainColor);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    visibility: visible;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    left: 0;
    top: 65px;
    opacity: 0;
    z-index: 99;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0px;
    visibility: hidden;
    position: absolute;
    -webkit-transform: rotateX(-45deg);
    transform: rotateX(-45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: var(--whiteColor);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid var(--mainColor);
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:first-child a {
    border-top: 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    margin: 0;
    display: block;
    padding: 10px 20px;
    color: var(--blackColor);
    border-top: 1px solid #eeeeee90;
    font-size: 16px;
    font-weight: 400;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    top: 50%;
    position: absolute;
    right: 10px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    width: 100%;
    height: 0%;
    background-color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    left: 0px;
    top: unset;
    bottom: 0;
    z-index: -1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--whiteColor) !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
    height: 100%;
    top: 0;
    bottom: unset;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: 101%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    .dropdown-menu {
    top: 20px;
    left: 100%;
    position: absolute;
    opacity: 0 !important;
    visibility: hidden !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: var(--blackColor);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active {
    color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 5px !important;
}

.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    li:hover
    .dropdown-menu
    li:hover
    .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 5px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: var(--mainColor);
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-light .navbar-brand {
    color: var(--mainColor);
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-light .navbar-brand:hover {
    color: var(--mainColor);
    font-weight: bold;
    text-transform: uppercase;
}

.mean-container .mean-bar {
    position: relative;
}

.mobile-nav .menu-sidebar-small-device {
    display: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 15px;
    right: 47px;
}

.mobile-nav .menu-sidebar-small-device .uni-button {
    padding: 5px 10px;
}

.menu-sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-sidebar ul li {
    margin-left: 25px;
}

.menu-sidebar ul li:first-child {
    margin-left: 0;
}

.menu-sidebar ul li .default-button {
    margin-bottom: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-small-device {
    display: none;
    position: absolute;
    right: 80px;
    top: 14px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-small-device li {
    list-style: none;
    display: inline-block;
}

/*================================================
Extra Navbar Area CSS
=================================================*/
.navbar-area-2 {
    z-index: 9;
    position: relative;
}

.navbar-area-2 .main-nav nav .navbar-nav .nav-item a {
    color: var(--whiteColor);
}

.navbar-area-2 .main-nav nav .navbar-nav .nav-item .active {
    color: var(--mainColor);
}

.navbar-area-2.sticky {
    background-color: var(--blackColor) !important;
}

.navbar-area-2.sticky .main-nav {
    background-color: var(--blackColor);
}

.navbar-area {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sticky .main-nav {
    background-color: var(--whiteColor);
}

.sticky .main-nav nav {
    padding-left: 0;
    padding-right: 0;
}

.navbar-area-3 .main-nav nav .navbar-nav {
    margin-right: 20px;
}

/* admin alumni-list */

#alumni-list_wrapper .dt-buttons {
    margin-left: 0.8rem !important;
}


/* profile-desk */
#desk-pro{
    display: none;
}

.box-body p{
    margin-left:1rem;
}
@media only screen and (min-width: 1200px){
    #desk-pro{
        display: block;
    }
    .gap-xlg-10{
        gap: 107px !important;
    }
}

/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
    .topbar-right-side {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .topbar-left-side {
        text-align: center;
    }
    .topbar-left-side ul li {
        margin-right: 7px;
        margin-left: 7px;
    }
    .topbar-left-area ul li {
        padding-top: 5px;
    }
    .wmd-100{
        width: 100% !important;
    }
}

/* mentorshipdetails img */
.img-res{
    height: 300px;
    
}
@media (min-width: 992px) {
    .sidebar-area .latest-news-btn {
        margin-left: auto !important;
    }
    .h_300{
        height: 300px;
    }
    .img-res{
        height: 230px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar-right-side {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .topbar-left-side {
        text-align: center;
    }
}
.min-width{
    min-width: 150px;
}
@media (max-width: 420px){
.flexColumn{
    flex-direction: column;
}
}


@media (max-width: 1200px) {
    .pro-logo-exe {
        display: block;
        float: left;
        width: 90%;
        padding: 1em 5%;
        margin: 0;
        text-align: left;
        color: var(--blackColor);
        border-top: 1px solid #dbeefd;
        text-decoration: none;
        text-transform: capitalize;
    }

    .pro-logo-exe img {
        margin: 0 !important;
    }

    .pro-logo-exe .text-warning {
        position: absolute;
        display: inline-block !important  ;
        top: 15px !important;
        left: 72px !important;
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-nav nav .navbar-nav .nav-item a {
        font-size: 17px;
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media only screen and (min-width: 1550px) {
    .main-nav .dropdown-toggle::after {
        top: 3px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav {
        background-color: #ffffff;
        height: 65px;
        position: relative;
        z-index: 5;
    }
    .mobile-nav {
        display: block;
        position: relative;
    }
    .mobile-nav .logo {
        top: 2px;
        left: 0px;
        z-index: 999;
        position: absolute;
        color: black;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }
    .mobile-nav nav .navbar-nav {
        max-height: 64vh;
        overflow-y: scroll;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none;
    }
    .mobile-nav nav .navbar-nav::-webkit-scrollbar {
        width: 7px;
    }
    .mobile-nav nav .navbar-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb {
        background: #888;
    }
    .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .mean-container .mean-bar {
        background-color: #ffffff;
        padding: 0;
    }
    .mean-container a.meanmenu-reveal {
        padding: 5px 2px 0 0;
        -webkit-transition: 0s !important;
        transition: 0s !important;
    }
    .main-nav {
        display: none !important;
    }
    .menu-sidebar {
        display: none;
    }
    .menu-small-device {
        z-index: 2;
        right: 50px;
        top: 14px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .menu-small-device .default-button {
        padding: 8px;
        font-size: 13px;
        margin-left: 15px;
    }
    .menu-small-device .popup-button {
        height: 38px;
        width: 38px;
    }
    .meanclose {
        top: 60% !important;
    }
    .topbar-left-area {
        text-align: start;
    }
    .topbar-left-area ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .mobile-nav {
        top: 0;
    }
}

/*================================================
Footer Area CSS
=================================================*/
.footer-group {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/footer-bg1.jpg");
}

.footer-logo-area img {
    margin-bottom: 30px;
}

.footer-logo-area p {
    color: #eeeeee;
    margin-bottom: 25px;
}

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

.footer-social-icons ul li {
    display: inline-block;
}
.footer-social-icons ul div li {
    margin-bottom: 10px;
}

.footer-social-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0px 10px 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-social-icons ul li a:hover {
    color: var(--whiteColor);
    -webkit-animation: jello 1s infinite;
    animation: jello 1s infinite;
    background-color: var(--mainColor);
}

.footer-links h3 {
    margin-bottom: 30px;
    color: var(--whiteColor);
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

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

.footer-links ul li {
    margin-top: 14px;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.footer-links ul li i {
    color: var(--mainColor);
    margin-right: 5px;
    font-size: 12px;
}

.footer-links ul li a {
    color: #eeeeee;
}

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

.footer-contact-card {
    position: relative;
    padding-left: 60px;
    margin-top: 20px;
    min-height: 40px;
}

.footer-contact-card i {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
}

.footer-contact-card p {
    padding-top: 5px;
}

.footer-contact-card p a {
    color: var(--whiteColor);
}

.footer-contact-card p a:hover {
    color: var(--mainColor);
}

.footer-contact-card:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: var(--mainColor);
}

.flp {
    padding-left: 50px;
}

/*================================================
CopyRight Area CSS
=================================================*/
.copyright {
    text-align: center;
    position: relative;
}

.copyright p {
    color: #eeeeee;
    border-top: 1px solid #eeeeee20;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    font-family: var(--fontFamily);
}

.copyright p a {
    font-weight: 600;
    text-decoration: none;
    color: var(--mainColor);
}

.copyright p strong {
    color: var(--whiteColor);
}

/*================================================
Go Top CSS
=================================================*/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 0px 0px 30px 0px #96969696;
    box-shadow: 0px 0px 30px 0px #96969696;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "↑";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--mainColor);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    content: "↑";
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--mainColor);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@-webkit-keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes top-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

/*================================================
Default Button Area CSS
=================================================*/
.default-button {
    padding: 13px 35px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--fontFamily2);
}

.default-button::before {
    content: "";
    width: 0%;
    height: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--secondColor);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.default-button span {
    position: relative;
    z-index: 1;
}

.default-button:hover {
    color: var(--whiteColor);
    background-color: transparent;
}

.default-button:hover::before {
    width: 100%;
}

.default-button-2 {
    background-color: var(--mainColorShadow);
    color: var(--mainColor);
}

.default-button-2::before {
    background-color: var(--mainColor);
}

.default-button-2:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.default-button-3 {
    color: var(--mainColor);
    border-color: var(--mainColor);
    background-color: transparent;
}

.default-button-3:hover {
    border-color: var(--secondColor);
}

.read-more-btn {
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: var(--fontSize);
    font-weight: 500;
}

.read-more-btn:hover {
    letter-spacing: 1px;
}

.default-button-middle {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.button-groups .default-button {
    margin-top: 10px;
    margin-right: 20px;
}

.button-groups .default-button:last-child {
    margin-right: 0;
}

/*================================================
Default Section Title Area CSS
=================================================*/
.default-section-title span {
    color: var(--mainColor);
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 400;
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.default-section-title h3 {
    margin-bottom: 5px;
    line-height: 1.4;
    color: var(--blackColor);
    font-size: 42px;
    font-weight: 700;
    font-family: var(--fontFamily);
}

.default-section-title h3:last-child {
    margin-bottom: 0px;
}

.color-title h3 {
    color: var(--whiteColor);
}

.default-section-title-middle {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.shape-background-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/shape/shape-bg-2.png");
}

.shape-background-2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/shape/shape-bg-3.png");
}

/*================================================
Index 01 Banner Area CSS
=================================================*/
.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner .main-banner-slider-area {
    position: relative;
    z-index: 1;
}

.main-banner .main-banner-slider-area .active .main-banner-single-slider h6 {
    -webkit-animation: fadeInRight 1s;
    animation: fadeInRight 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-banner .main-banner-slider-area .active .main-banner-single-slider h1 {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-banner .main-banner-slider-area .active .main-banner-single-slider p {
    -webkit-animation: fadeInLeft 1s;
    animation: fadeInLeft 1s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-banner
    .main-banner-slider-area
    .active
    .main-banner-single-slider
    .default-button {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-banner .main-banner-slider-area .owl-dots {
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-banner .main-banner-slider-area .owl-dots .owl-dot {
    width: 15px;
    height: 7px;
    margin: 0px 5px;
    border-radius: 15px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #cccccc;
}

.main-banner .main-banner-slider-area .owl-dots .active {
    width: 30px;
    background-color: var(--mainColor);
}

.main-banner .shape .shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.main-banner .shape .shape2 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: none;
}

.main-banner-single-slider {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/home/slider-1.png");
    position: relative;
    height: calc(100vh - 130px);
}
.mbs2 {
    background-image: url("../images/home/slider-2.png");
}
.mbs3 {
    background-image: url("../images/home/slider-3.png");
}

.bondage-top-slider,
.bondage-top-slider2,
.bondage-top-slider3 {
    background-image: url("../images/home/bondage1.png");
    height: 412px;
}

.bondage-bottom-slider,
.bondage-bottom-slider2,
.bondage-bottom-slider3 {
    background-image: url("../images/home/bondage2.png");
    height: 382px;
}

.backbone-slider,
.backbone-slider2,
.backbone-slider3 {
    background-image: url("../images/home/backbone1.png");
    height: 398px;
}

.main-banner-single-slider .banner-text-area {
    max-width: 880px;
    position: relative;
    z-index: 3;
}

.main-banner-single-slider .banner-text-area h1 {
    color: var(--whiteColor);
}

.main-banner-single-slider .banner-text-area p {
    color: #d5d5d5;
    max-width: 750px;
    font-size: 18px;
}

.banner-text-area h6 {
    margin-bottom: 20px;
    color: var(--mainColor);
    font-size: var(--fontSize);
    font-weight: 500;
}

.banner-text-area h1 {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 80px;
    font-weight: 700;
    font-style: italic;
}

.banner-text-area .default-button {
    margin-top: 20px;
}

/*================================================
Index 01 Features Area CSS
=================================================*/
.features-card {
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--whiteColor);
}

.features-card .features-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.features-card .features-card-header i {
    width: 75px;
    height: 70px;
    font-size: 35px;
    margin-right: 20px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColorShadow);
}

.features-card .features-card-header h4 {
    margin-bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.features-card p {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.features-card:hover {
    background-color: var(--secondColor);
}

.features-card:hover .features-card-header i {
    background-color: var(--whiteColor);
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.features-card:hover .features-card-header h4 {
    color: var(--whiteColor);
}

.features-card:hover p {
    color: var(--whiteColor);
}

/*================================================
Index 01 Upcoming Area CSS
=================================================*/
.upcoming-event-img {
    position: relative;
}

.upcoming-event-img .upcoming-main-img {
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
}

.upcoming-event-img .shape1 {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-animation: top-bottom 5s infinite linear forwards;
    animation: top-bottom 5s infinite linear forwards;
}

.upcoming-event-img .event-img-text {
    width: 70px;
    height: 70px;
    padding: 10px;
    text-align: center;
    border: 3px solid var(--whiteColor);
    background-color: var(--mainColor);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 45px;
}

.upcoming-event-img .event-img-text h6 {
    margin-bottom: 0;
    line-height: 1;
    color: var(--whiteColor);
    font-size: 20px;
    font-weight: 600;
}

.upcoming-event-img .event-img-text h6 span {
    font-size: 14px;
}

.countdown-wrapper .getting-start {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background-color: var(--whiteColor);
    position: relative;
}

.countdown-wrapper .getting-start::before {
    content: ":";
    font-size: 60px;
    position: absolute;
    right: 0;
    top: 45%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.countdown-wrapper .getting-start span {
    display: block;
    font-family: var(--fontFamily);
}

.countdown-wrapper .getting-start span:first-child {
    color: var(--mainColor);
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.countdown-wrapper .getting-start span:last-child {
    color: var(--paragraphColor);
    font-size: var(--fontSize);
}

.countdown-wrapper .gst-last::before {
    display: none;
}

.upcoming-event-text-area .default-button {
    margin-top: 30px;
}

/*================================================
Index 01 Team Area CSS
=================================================*/
.team-card {
    background-color: var(--whiteColor);
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    margin-top: 60px;
}

.team-card .team-card-img {
    position: relative;
    overflow: hidden;
}

.team-card .team-card-img::before {
    content: "";
    width: 100%;
    height: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#022751c5),
        color-stop(#02275146),
        color-stop(#0227513c),
        color-stop(#02275109),
        to(#02275100)
    );
    background-image: linear-gradient(
        to top,
        #022751c5,
        #02275146,
        #0227513c,
        #02275109,
        #02275100
    );
    position: absolute;
    left: 0;
    bottom: 0;
}

.team-card .team-card-img .team-social-icons {
    width: 100%;
    z-index: 1;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 1.5;
    transition-delay: 1.5;
    opacity: 0;
}

.team-card .team-card-img .team-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-card .team-card-img .team-social-icons ul li {
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.team-card .team-card-img .team-social-icons ul li a {
    width: 35px;
    height: 35px;
    padding-top: 2px;
    margin: 0px 3px;
    font-size: 14px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: var(--whiteColor);
}

.team-card .team-card-img .team-social-icons ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.team-card .team-card-img .team-social-icons ul li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: bounceOutRight 0.5s;
    animation: bounceOutRight 0.5s;
}

.team-card .team-card-img .team-social-icons ul li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation: bounceOutRight 1.5s;
    animation: bounceOutRight 1.5s;
}

.team-card .team-card-img .team-social-icons ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation: bounceOutLeft 1s;
    animation: bounceOutLeft 1s;
}

.team-card .team-card-img .team-social-icons ul li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation: bounceOutLeft 2s;
    animation: bounceOutLeft 2s;
}

.team-card .team-card-text-area {
    padding: 25px 20px 20px;
}

.team-card .team-card-text-area h4 {
    margin-bottom: 8px;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.team-card:hover .team-card-img::before {
    height: 100%;
}

.team-card:hover .team-card-img .team-social-icons {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.team-card:hover .team-card-img .team-social-icons ul li {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.team-card:hover .team-card-img .team-social-icons ul li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: bounceInLeft 0.3s;
    animation: bounceInLeft 0.3s;
}

.team-card:hover .team-card-img .team-social-icons ul li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation: bounceInLeft 0.9s;
    animation: bounceInLeft 0.9s;
}

.team-card:hover .team-card-img .team-social-icons ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation: bounceInRight 0.6s;
    animation: bounceInRight 0.6s;
}

.team-card:hover .team-card-img .team-social-icons ul li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation: bounceInRight 1.2s;
    animation: bounceInRight 1.2s;
}

.tmt-30 {
    margin-top: 30px;
}

.team-slider-area {
    position: relative;
}

.team-slider-area .owl-nav {
    width: 105%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-slider-area .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--mainColor) !important;
    background-color: var(--mainColorShadow) !important;
}

.team-slider-area .owl-nav button:hover {
    color: var(--whiteColor) !important;
    background-color: var(--mainColor) !important;
}

.team-slider-area .owl-nav .owl-next {
    float: right;
}

/*================================================
Index 01 Events Area CSS
=================================================*/
.events-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/events/event-bg.jpg");
    position: relative;
}

.events-1::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 24, 52, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.events-1 .container {
    position: relative;
    z-index: 1;
}

.event-card {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.event-card::before {
    content: "";
    width: 100%;
    height: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#022751d3),
        color-stop(#022751b2),
        color-stop(#022751a8),
        to(#0227518f)
    );
    background-image: linear-gradient(
        to top,
        #022751d3,
        #022751b2,
        #022751a8,
        #0227518f
    );
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.event-card .event-card-text {
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    bottom: -20px;
    padding: 25px;
    opacity: 0;
    z-index: 1;
}

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

.event-card .event-card-text ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px;
    font-family: var(--fontFamily2);
    font-size: 14px;
    font-weight: 400;
    color: var(--whiteColor);
}

.event-card .event-card-text ul li:last-child {
    margin-right: 0;
}

.event-card .event-card-text ul li i {
    font-size: 15px;
    margin-right: 5px;
    color: var(--whiteColor);
    position: relative;
    top: 2px;
}

.event-card .event-card-text ul li a {
    color: var(--whiteColor);
}

.event-card .event-card-text h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.event-card .event-card-text h4 a {
    color: var(--whiteColor);
}

.event-card .event-card-text h4 a:hover {
    color: var(--mainColor);
}

.event-card:hover::before {
    height: 100%;
}

.event-card:hover .event-card-text {
    bottom: 0;
    opacity: 1;
}

/*================================================
Index 01 Pricing Area CSS
=================================================*/
.price-card {
    margin-top: 30px;
    padding: 25px 35px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.price-card h4 {
    padding-bottom: 20px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #eeeeee;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.price-card h2 {
    padding-top: 15px;
    margin-bottom: 5px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 36px;
    font-weight: 700;
}

.price-card ul {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.price-card ul li {
    margin-bottom: 15px;
    color: var(--paragraphColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.price-card ul li i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColorShadow);
    position: relative;
    top: 2px;
}

.price-card .default-button {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.price-card:hover h2 {
    color: var(--mainColor);
}

.price-card:hover ul li i {
    color: var(--whiteColor);
    -webkit-animation: jello 1s infinite;
    animation: jello 1s infinite;
    background-color: var(--mainColor);
}

.price-card:hover ul li:nth-child(odd) i {
    -webkit-animation: jello 1.5s infinite;
    animation: jello 1.5s infinite;
}

/*================================================
Index 01 Networking Area CSS
=================================================*/
.networking-img-area {
    position: relative;
}

.networking-img-area .network-main-img {
    position: relative;
    z-index: 2;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.networking-img-area .shape1 {
    position: absolute;
    left: -50px;
    top: -50px;
    z-index: 0;
}

.networking-img-area .shape2 {
    position: absolute;
    left: 20%;
    bottom: -40px;
    z-index: 0;
    -webkit-animation: left-right 5s infinite linear;
    animation: left-right 5s infinite linear;
}

.networking-img-area .shape3 {
    position: absolute;
    right: -20px;
    top: 10%;
    z-index: 0;
}

.networking-text-area .network-time {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: var(--fontFamily2);
    font-size: 18px;
    font-weight: 600;
}

.networking-text-area .network-time i {
    margin-right: 10px;
    color: var(--mainColor);
    position: relative;
    top: 2px;
}

.networking-text-area .default-button {
    margin-top: 15px;
}

/*================================================
Index 01 Newsletter Area CSS
=================================================*/
.newsletter-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/newsletter-bg.png");
}

.newsletter-1 .default-section-title span,
.newsletter-1 .default-section-title h3 {
    color: var(--whiteColor);
}

.newsletter-form-area .input-group {
    background-color: var(--whiteColor);
    border-radius: 10px;
    overflow: hidden;
}

.newsletter-form-area .form-control {
    border: 0px !important;
    padding-left: 15px;
    font-size: var(--fontSize);
    font-family: avr(--fontFamily2);
}

.newsletter-form-area .default-button {
    border: 0px;
    margin: 5px;
    border-radius: 10px !important;
}

.validation-danger {
    color: red;
    margin-top: 5px;
}

.validation-success {
    color: green;
    margin-top: 5px;
}

/*================================================
Index 01 Programs Area CSS
=================================================*/
.programs-text-area ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.programs-text-area ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    width: 40%;
    margin-right: 30px;
    border: 1px solid #eeeeee;
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
    font-style: italic;
    font-weight: 500;
}

.programs-text-area ul li i {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: var(--mainColorShadow);
}

.programs-img-area {
    position: relative;
}

.programs-img-area .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation: top-bottom 3s infinite linear forwards;
    animation: top-bottom 3s infinite linear forwards;
}

/*================================================
Index 01 Blog Area CSS
=================================================*/
.blog-card {
    margin-top: 30px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.blog-card .blog-card-img {
    position: relative;
    overflow: hidden;
}

.blog-card .blog-card-img img {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
}

.blog-card .blog-card-img .date {
    width: 60px;
    height: 60px;
    line-height: 1;
    padding: 0px 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: var(--whiteColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: rgba(0, 33, 71, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.blog-card .blog-card-text-area {
    /* padding: 30px; */
    padding: 1.5rem 1rem;
    word-wrap: break-word;
}

.blog-card .blog-card-text-area h4 {
    line-height: 1.4;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #eeeeee;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.blog-card-textarea-h4-height {
    height: 7rem;
}

@media only screen and (max-width: 767px){
    .blog-card-textarea-h4-height{
        height: fit-content;
    }
}

.blog-card .blog-card-text-area .blog-card-footer ul {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
}

.blog-card .blog-card-text-area .blog-card-footer ul li {
    display: inline-block;
    margin-right: 15px;
    color: var(--paragraphColor);
    font-size: 15px;
    font-family: var(--fontFamily2);
}

.blog-card .blog-card-text-area .blog-card-footer ul li i {
    color: var(--mainColor);
    margin-right: 3px;
}

.blog-card .blog-card-text-area .blog-card-footer ul li:last-child {
    margin-right: 0;
}

.blog-card .blog-card-text-area .blog-card-footer ul li a {
    color: var(--paragraphColor);
}

.blog-card .blog-card-text-area .blog-card-footer ul li a:hover {
    color: var(--mainColor);
}

.blog-card:hover .blog-card-img .date {
    background-color: var(--mainColor);
}

.blog-card:hover .blog-card-img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.blog-1 {
    position: relative;
}

.blog-1::before {
    content: "";
    width: 100%;
    height: 63%;
    background-color: #f9f9f9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.blog-details-category {
    margin-left: 2px;
    background-color: #e3e3e3;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 12px;
}

/*================================================
Index 02 Banner Area CSS
=================================================*/
.home-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/banner/banner-2-bg.jpg");
    position: relative;
    margin-top: -100px;
    padding-top: 280px;
    padding-bottom: 230px;
}

.home-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#0e1d3e90),
        color-stop(#0e1d3e80),
        to(#0e1d3e00)
    );
    background-image: linear-gradient(to top, #0e1d3e90, #0e1d3e80, #0e1d3e00);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.home-banner .home-banner-content {
    position: relative;
    z-index: 1;
}

.home-banner .home-banner-content .banner-text-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.home-banner .home-banner-content .banner-text-area {
    text-align: center;
    max-width: 820px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.home-banner .home-banner-content .banner-text-area h1 {
    margin-top: 0;
    line-height: 1.2;
    color: var(--whiteColor);
}

.home-banner .home-banner-content .banner-text-area p {
    max-width: 800px;
    color: #eeeeee;
}

/*================================================
Index 02 About Area CSS
=================================================*/
.about-text-area p {
    color: var(--paragraph-color-2);
}

.about-text-area .button-groups {
    margin-top: 20px;
}

/*================================================
Index 02 Schedule Area CSS
=================================================*/
.schedule-card {
    padding: 30px 30px 25px 30px;
    position: relative;
    margin-top: 30px;
    background-color: transparent;
    border-right: 10px solid #ffffff50;
    border-bottom: 10px solid #ffffff50;
}

.schedule-card::before {
    content: "";
    width: 0%;
    height: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
    right: unset;
    bottom: 0;
    z-index: 0;
}

.schedule-card::after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--secondColor);
    position: absolute;
    right: 0;
    left: unset;
    bottom: 0;
    z-index: 0;
}

.schedule-card .schedule-card-content {
    position: relative;
    z-index: 2;
}

.schedule-card .schedule-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.schedule-card .schedule-card-header img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}

.schedule-card .schedule-card-header h5 {
    margin-bottom: 0;
    color: var(--whiteColor);
    font-size: 17px;
    font-weight: 500;
}

.schedule-card h4 {
    line-height: 1.4;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.schedule-card h4 a {
    color: var(--whiteColor);
}

.schedule-card p {
    margin-top: 5px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: var(--paragraph-color-2);
}

.schedule-card p i {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: var(--mainColor);
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.schedule-card:hover::before {
    width: 100%;
    right: 0;
    left: unset;
}

.schedule-card:hover::after {
    width: 0%;
    left: 0;
    right: unset;
}

.schedule-card:hover p {
    color: var(--whiteColor);
}

.schedule-card:hover p i {
    color: var(--whiteColor);
}

/*================================================
Index 02 Speaker Area CSS
=================================================*/
.speakers-slider-area {
    margin-top: 60px;
}

.speaker-slider-img-area {
    position: relative;
}

.speaker-slider-img-area .bg-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.speaker-slider-img-area .speaker-slider-img-content {
    width: 80%;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.speaker-slider-img-area .speaker-slider-img-content img {
    border: 10px solid var(--secondColor);
}

.speaker-slider-card {
    margin-bottom: 60px;
}

.speaker-slider-card h4 {
    margin-bottom: 5px;
    color: var(--whiteColor);
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.speaker-slider-card .rank {
    display: inline-block;
    color: var(--whiteColor);
    font-family: var(--fontFamily2);
    font-size: 15px;
    font-weight: 400;
}

.speaker-slider-card p {
    margin-top: 15px;
    color: var(--paragraph-color-2);
}

.speaker-slider-card .speaker-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.speaker-slider-card .speaker-social-icons ul li {
    display: inline-block;
}

.speaker-slider-card .speaker-social-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
    margin: 0px 3px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: var(--whiteColor);
}

.speaker-slider-card .speaker-social-icons ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
    -webkit-animation: jello 1s infinite;
    animation: jello 1s infinite;
}

.speaker-slider-right-area .speaker-slider-thumb img {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    cursor: pointer;
}

.speaker-slider-right-area .speaker-slider-thumb .slick-current img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

/*================================================
Index 02 Conference Area CSS
=================================================*/
.conference-card {
    padding: 30px 25px;
    margin-top: 30px;
    background-color: rgba(0, 24, 53, 0.3);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 1px solid #eeeeee2c;
}

.conference-card .conference-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.conference-card .conference-card-header i {
    font-size: 40px;
    color: var(--mainColor);
    margin-right: 20px;
}

.conference-card .conference-card-header h4 {
    margin-bottom: 0;
    color: var(--whiteColor);
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.conference-card p {
    margin-top: 15px;
    color: var(--paragraph-color-2);
}

.conference-card:hover {
    margin-top: 30px;
    background-color: #001835;
}

/*================================================
Index 02 Networking Area CSS
=================================================*/
.networking-2 .networking-text-area .network-time {
    color: var(--whiteColor);
}

.networking-2 .networking-text-area p {
    color: var(--paragraph-color-2);
}

/*================================================
Index 02 Price Area CSS
=================================================*/
.price-card-2 {
    background-color: rgba(0, 33, 71, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.price-card-2 h4 {
    color: var(--mainColor);
    border-color: rgba(255, 255, 255, 0.4);
}

.price-card-2 h2 {
    color: var(--whiteColor);
}

.price-card-2 p {
    color: var(--paragraph-color-2);
}

.price-card-2 ul li {
    color: var(--paragraph-color-2);
}

.price-card-2:hover {
    background-color: #002147;
}

/*================================================
Index 02 Sponsors Area CSS
=================================================*/
.sponsor-card {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 30px 25px 25px;
    text-align: center;
    margin-top: 30px;
}

.sponsor-card img {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.sponsor-card h4 {
    color: var(--whiteColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.sponsor-card:hover {
    background-color: white;
}

.sponsor-card:hover h4 {
    color: var(--blackColor);
}

/*================================================
Index 02 Blog Area CSS
=================================================*/
.blog-card-2 {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}

.blog-card-2 .blog-card-img {
    position: relative;
    overflow: hidden;
}

.blog-card-2 .blog-card-img img {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 324px;
    height: 231px;
    border-radius: 5px 5px 0px 0px;
}

.blog-card-2 .blog-card-text-area-2 {
    padding: 30px 25px 25px;
}

.blog-card-2 .blog-card-text-area-2 .blog-posted-by {
    display: block;
    color: var(--paragraph-color-2);
    font-size: 16px;
    font-family: var(--fontFamily2);
}

.blog-card-2 .blog-card-text-area-2 .blog-posted-by a {
    color: var(--paragraph-color-2);
}

.blog-card-2 .blog-card-text-area-2 .blog-posted-by i {
    color: var(--mainColor);
    margin-right: 5px;
}

.blog-card-2 .blog-card-text-area-2 h4 {
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.blog-card-2 .blog-card-text-area-2 h4 a {
    color: var(--whiteColor);
}

.blog-card-2 .blog-card-text-area-2 h4 a:hover {
    color: var(--mainColor);
}

.blog-card-2:hover .blog-card-img img {
    -webkit-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1);
}

/*================================================
Index 03 Banner Area CSS
=================================================*/
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/banner/banner-bg-3.jpg");
    position: relative;
}

.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 33, 71, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner .container-fluid {
    position: relative;
    z-index: 1;
}

.banner .container-fluid .banner-text-area-3 h1 {
    color: var(--whiteColor);
}

.banner .container-fluid .banner-text-area-3 p {
    color: var(--paragraph-color-2);
    max-width: 700px;
}

/*================================================
Index 03 About Area CSS
=================================================*/
.about-img-area-3 {
    position: relative;
    padding: 30px;
}

.about-img-area-3 .shapes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-img-area-3 .shapes .shape1 {
    -webkit-animation: spin 10s infinite linear forwards;
    animation: spin 10s infinite linear forwards;
}

.about-img-area-3::before {
    content: "";
    width: 60%;
    height: 60%;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f8eaea),
        to(#deeced)
    );
    background-image: linear-gradient(to bottom, #f8eaea, #deeced);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about-img-area-3 .main-img {
    border-radius: 15px 0 15px 0;
}

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

.about-list ul li {
    display: inline-block;
    margin-top: 20px;
    width: 45%;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.about-list ul li i {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColorShadow);
    position: relative;
    top: 2px;
}

.about-list ul li:hover i {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.about-3 {
    position: relative;
}

.about-3 .shape {
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.about-3 .shape img {
    -webkit-animation: spin 7s infinite linear forwards;
    animation: spin 7s infinite linear forwards;
}

/*================================================
Index 03 Event Area CSS
=================================================*/
.event-3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/shape/shape-bg-4.jpg");
    position: relative;
}

.event-3::before {
    content: "";
    width: 100%;
    height: 21%;
    background-color: var(--whiteColor);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.event-3 .slider-card-margin {
    margin-bottom: 5px;
}

.event-card-3 {
    background-color: var(--whiteColor);
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    padding: 30px;
    margin-top: 30px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 3;
}

.event-card-3 .event-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.event-card-3 .event-card-header i {
    color: var(--mainColor);
    line-height: 1;
    font-size: 45px;
    margin-right: 15px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.event-card-3 .event-card-header h4 {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.event-card-3 p {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.event-card-3:hover {
    background-color: var(--mainColor);
}

.event-card-3:hover .event-card-header i,
.event-card-3:hover .event-card-header h4 {
    color: var(--whiteColor);
}

.event-card-3:hover p {
    color: #eeeeee;
}

.event-slider-area-3 .owl-nav {
    width: 105%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event-slider-area-3 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: var(--mainColor) !important;
    background-color: var(--whiteColor) !important;
}

.event-slider-area-3 .owl-nav button:hover {
    color: var(--whiteColor) !important;
    background-color: var(--mainColor) !important;
}

/*================================================
Index 03 Team Area CSS
=================================================*/
.team-card-3 {
    margin-top: 30px;
    text-align: center;
}

.team-card-3 .team-card-img-area {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background-color: rgba(236, 82, 81, 0.1);
}

.team-card-3 .team-card-img-area img {
    border-radius: 50%;
}

.team-card-3 .team-card-img-area .team-social-icons {
    position: absolute;
    left: 30px;
    top: 30px;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-delay: 1.5;
    transition-delay: 1.5;
}

.team-card-3 .team-card-img-area .team-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-card-3 .team-card-img-area .team-social-icons ul li {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.team-card-3 .team-card-img-area .team-social-icons ul li a {
    width: 35px;
    height: 35px;
    padding-top: 2px;
    margin: 3px 0px;
    font-size: 14px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    background-color: var(--secondColor);
}

.team-card-3 .team-card-img-area .team-social-icons ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.team-card-3 .team-card-img-area .team-social-icons ul li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: bounceOutRight 0.5s;
    animation: bounceOutRight 0.5s;
}

.team-card-3 .team-card-img-area .team-social-icons ul li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation: bounceOutRight 1.5s;
    animation: bounceOutRight 1.5s;
}

.team-card-3 .team-card-img-area .team-social-icons ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation: bounceOutLeft 1s;
    animation: bounceOutLeft 1s;
}

.team-card-3 .team-card-img-area .team-social-icons ul li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation: bounceOutLeft 2s;
    animation: bounceOutLeft 2s;
}

.team-card-3 .team-card-text-area {
    padding-top: 20px;
}

.team-card-3 .team-card-text-area h4 {
    margin-bottom: 4px;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.team-card-3 .team-card-text-area span {
    color: var(--paragraphColor);
    font-size: 15px;
    font-family: var(--fontFamily2);
}

.team-card-3:hover .team-card-img-area .team-social-icons {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.team-card-3:hover .team-card-img-area .team-social-icons ul li {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.team-card-3:hover .team-card-img-area .team-social-icons ul li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: bounceInLeft 0.3s;
    animation: bounceInLeft 0.3s;
}

.team-card-3:hover .team-card-img-area .team-social-icons ul li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation: bounceInLeft 0.9s;
    animation: bounceInLeft 0.9s;
}

.team-card-3:hover .team-card-img-area .team-social-icons ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation: bounceInRight 0.6s;
    animation: bounceInRight 0.6s;
}

.team-card-3:hover .team-card-img-area .team-social-icons ul li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation: bounceInRight 1.2s;
    animation: bounceInRight 1.2s;
}

.team-slider-area-3 .owl-nav {
    width: 105%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-slider-area-3 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: var(--mainColor) !important;
    background-color: var(--mainColorShadow) !important;
}

.team-slider-area-3 .owl-nav button:hover {
    color: var(--whiteColor) !important;
    background-color: var(--mainColor) !important;
}

.team-slider-area-3 .team-card-3 {
    margin-bottom: 0;
}

/*================================================
Index 03 Event Time Area CSS
=================================================*/
.event-time-3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/shape/shape-bg-5.jpg");
}

.event-time-3 .default-button {
    color: var(--mainColor);
    background-color: var(--whiteColor);
}

.event-time-3 .schedule-card::after {
    background-color: rgba(0, 33, 71, 0.2);
}

/*================================================
Index 03 Price Area CSS
=================================================*/
.price-card-3 {
    text-align: center;
}

/*================================================
Index 03 Sponsor Area CSS
=================================================*/
.sponsor-card-3 {
    background-color: white;
}

.sponsor-card-3 h4 {
    color: var(--blackColor);
}

/*================================================
Index 03 Newsletter Area CSS
=================================================*/
.newsletter-3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/shape/shape-bg-6.jpg");
}

.newsletter-3 .default-section-title span,
.newsletter-3 .default-section-title h3 {
    color: var(--whiteColor);
}

/*================================================
Index 03 Testimonials Area CSS
=================================================*/
.testimonial-card-3 {
    margin-top: 30px;
    padding: 30px 25px;
    position: relative;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.testimonial-card-3 .flaticon-quotation {
    font-size: 55px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    right: 5%;
    top: 10%;
    color: rgba(236, 82, 81, 0.2);
    -webkit-animation: top-bottom 5s infinite forwards;
    animation: top-bottom 5s infinite forwards;
}

.testimonial-card-3 .testimonial-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-card-3 .testimonial-card-header img {
    border-radius: 50%;
    margin-right: 20px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.testimonial-card-3 .testimonial-card-header h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-card-3 .testimonial-card-header span {
    color: var(--paragraphColor);
    font-size: 14px;
    font-family: var(--fontFamily2);
}

.testimonial-card-3 p {
    margin-bottom: 20px;
    font-size: 17px;
    font-style: italic;
}

.testimonial-card-3 .stars {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}

.testimonial-card-3:hover .flaticon-quotation {
    color: #ec5251;
}

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

.stars ul li {
    display: inline-block;
    margin: 0 3px;
    color: #f3cf11;
}

.testimonials-slider-area-3 .testimonial-card-3 {
    margin-bottom: 5px;
}

.testimonials-slider-area-3 .owl-nav {
    width: 105%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testimonials-slider-area-3 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: var(--mainColor) !important;
    background-color: var(--mainColorShadow) !important;
}

.testimonials-slider-area-3 .owl-nav button:hover {
    color: var(--whiteColor) !important;
    background-color: var(--mainColor) !important;
}

/*================================================
Index 03 Footer Area CSS
=================================================*/
.footer-group-3 {
    background-image: url("../images/shape/shape-bg-5.jpg");
}

/*================================================
Uni Banner Area CSS
=================================================*/
.uni-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/inner-images/uni-banner-bg.jpg");
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.uni-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 33, 71, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.event-uni-banner {
    background-image: url("../images/inner-images/uni-banner-bg-3.jpg");
}

.pages-uni-banner {
    background-image: url("../images/inner-images/uni-banner-bg-2.jpg");
}

.products-uni-banner {
    background-image: url("../images/inner-images/uni-banner-bg-4.jpg");
}

.uni-banner-text-area {
    position: relative;
    z-index: 1;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

/*  */
.photo-gallery-banner-description {
    width: 40vw;
    padding: 0.6rem 2rem;
    margin: 0 0 1rem 0;
    color: #fff;
    border: 1px solid rgb(120, 120, 120);
    border-radius: 5px;
    word-wrap: break-word;
    text-align: center;
}
/*  */

.uni-banner-text-area h1 {
    color: var(--whiteColor);
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 700;
}

.uni-banner-text-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uni-banner-text-area ul li {
    display: inline-block;
    color: var(--mainColor);
    position: relative;
    margin: 0px 15px;
    font-weight: 500;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.uni-banner-text-area ul li a {
    color: var(--whiteColor);
}

.uni-banner-text-area ul li::before {
    content: "|";
    position: absolute;
    right: -21px;
    font-size: 14px;
}

.uni-banner-text-area ul li:last-child {
    margin-right: 0;
}

.uni-banner-text-area ul li:last-child::before {
    display: none;
}

/*================================================
Pagination Area CSS
=================================================*/
.paginations {
    display: table;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

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

.paginations ul li {
    display: inline-block;
}

.paginations ul li a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin-right: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0px 5px 10px #cccccc;
    box-shadow: 0px 5px 10px #cccccc;
    overflow: hidden;
    position: relative;
    padding-top: 3px;
    font-family: var(--fontFamily2);
    font-size: var(--fontSize);
    font-weight: 700;
}

.paginations ul li a:hover {
    -webkit-box-shadow: 0px -5px 10px #cccccc;
    box-shadow: 0px -5px 10px #cccccc;
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.paginations ul li a:hover::before {
    height: 100%;
    bottom: 0;
    top: unset;
}

.paginations ul li a::before {
    content: "";
    width: 100%;
    height: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--secondColor);
    position: absolute;
    left: 0;
    top: 0;
    bottom: unset;
    z-index: 0;
}

.paginations ul li a span {
    position: relative;
    z-index: 1;
}

.paginations ul .active a {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.paginations ul .active a::before {
    height: 100%;
}

/*================================================
Events Area CSS
=================================================*/
.event-card-4 {
    background-color: var(--whiteColor);
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    margin-top: 30px;
}

.event-card-4 .event-card-img-4 {
    overflow: hidden;
}

.event-card-4 .event-card-img-4 img {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.event-card-4 .event-card-text-4 {
    padding: 25px 24px;
}

.event-card-4 .event-card-text-4 h4 {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.event-card-4 .event-card-text-4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-card-4 .event-card-text-4 ul li {
    margin-top: 10px;
    font-weight: 500;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.event-card-4 .event-card-text-4 ul li i {
    font-size: 15px;
    color: var(--mainColor);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.event-card-4 .event-card-footer {
    border-top: 1px solid #eeeeee;
    padding: 25px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event-card-4 .event-card-footer .event-footer-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-card-4 .event-card-footer .event-footer-intro img {
    border-radius: 50%;
    margin-right: 15px;
}

.event-card-4 .event-card-footer .event-footer-intro h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.event-card-4 .event-card-footer a {
    width: 35px;
    height: 35px;
    padding-top: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--mainColor);
    background-color: var(--mainColorShadow);
}

.event-card-4 .event-card-footer a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.event-card-4:hover .event-card-img-4 img {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
}

/*================================================
Details Page Area CSS
=================================================*/
.details-page-text-area .details-page-main-img-area {
    margin-bottom: 30px;
}

.details-page-text-area h3 {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 700;
}

.details-page-text-area h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

/*================================================
sidebar Area CSS
=================================================*/
.sidebar-card {
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
    padding: 25px 25px 30px;
}

.sidebar-card h3 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ec525120;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.search-box {
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
}

.search-box form {
    margin-bottom: 0;
}

.search-box .input-group {
    border: 0px;
    border-radius: 0px;
    margin-top: 0px;
}

.search-box .form-control {
    background-color: var(--whiteColor);
    border: 0px !important;
    padding: 15px 15px;
}

.search-box .btn {
    border: 0px !important;
    padding: 15px 20px;
    border-radius: 0px !important;
    color: var(--whiteColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColor);
}

.search-box .btn:hover {
    background-color: var(--blackColor);
}

.sidebar-register .form-control {
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.sidebar-register .default-button {
    width: 100%;
    margin-top: 15px;
}

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

.sidebar-category ul li {
    margin-top: 12px;
    position: relative;
    padding-left: 30px;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.sidebar-category ul li a {
    color: var(--paragraphColor);
}

.sidebar-category ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-category ul li:hover::before {
    background-color: var(--mainColor);
}

.sidebar-category ul li:hover a {
    color: var(--mainColor);
}

.popular-post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.popular-post-card img {
    margin-right: 15px;
    border-radius: 5px;
    max-width: 90px;
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
}

.popular-post-card h5 {
    line-height: 1.4;
    margin-top: 7px;
    font-size: 17px;
    font-weight: 600;
}

.popular-post-card p {
    margin-bottom: 2px;
    font-size: 14px;
    color: var(--mainColor);
}

.sidebar-tag h3 {
    margin-bottom: 15px;
}

.sidebar-tag ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sidebar-tag ul li {
    display: inline-block;
}

.sidebar-tag ul li a {
    padding: 7px 20px;
    border-radius: 0px;
    display: inline-block;
    color: var(--paragraphColor);
    background-color: #f9f9f9;
    font-size: 15px;
    font-family: var(--fontFamily2);
    margin-right: 5px;
    margin-top: 10px;
}

.sidebar-tag ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

/*================================================
Event Details Area CSS
=================================================*/
.details-page-main-img-area {
    position: relative;
}

.details-page-main-img-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#002147),
        color-stop(#002147ab),
        color-stop(#00214770),
        to(#00214700)
    );
    background-image: linear-gradient(
        to top,
        #002147,
        #002147ab,
        #00214770,
        #00214700
    );
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.details-page-main-img-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.details-page-main-img-area ul li {
    display: inline-block;
    margin-right: 15px;
    color: var(--whiteColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.details-page-main-img-area ul li i {
    color: var(--mainColor);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.details-page-main-img-area ul li a {
    color: var(--whiteColor);
}

.event-quote {
    padding: 50px;
    position: relative;
    margin-bottom: 30px;
}

.event-quote i {
    font-size: 55px;
    color: var(--mainColor);
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-quote p {
    color: var(--blackColor);
    max-width: 650px;
    margin-left: auto;
    font-size: 17px;
    font-style: italic;
}

.event-details-nav-tabs .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.event-details-nav-tabs .nav-tabs .nav-link {
    border: 0;
    padding: 10px;
    width: 33%;
    margin-top: 10px;
    color: var(--blackColor);
    border-radius: 0px !important;
    background-color: #f9f9f9;
    font-size: var(--fontSize);
    font-weight: 600;
    font-family: var(--fontFamily2);
}

.event-details-nav-tabs .nav-tabs .active {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.schedule-card-4 {
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
}

.schedule-card-4::before,
.schedule-card-4::after {
    width: 0% !important;
}

.schedule-card-4 .schedule-card-header h5 {
    color: var(--blackColor);
}

.schedule-card-4 h4 a {
    color: var(--blackColor);
}

.schedule-card-4 p {
    color: var(--blackColor) !important;
}

.schedule-card-4 p i {
    color: var(--mainColor) !important;
}

/*================================================
Speakers Details Area CSS
=================================================*/
.speakers-details-info-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.speakers-details-info-area h3 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
}

/* .speakers-details-info-area .rating-span {
    color: var(--mainColor);
    display: block;
    margin-bottom: 15px;
    font-family: var(--fontFamily2);
    font-size: var(--fontSize);
    font-weight: 400;
} */

.speakers-details-info-area .speakers-details-social-icons {
    margin-top: 25px;
}

.speakers-details-info-area .speakers-contact-area {
    margin-top: 30px;
}

.speakers-details-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.speakers-details-social-icons li {
    display: inline-block;
}

.speakers-details-social-icons li a {
    width: 35px;
    height: 35px;
    padding-top: 2px;
    margin: 0px 3px;
    font-size: 14px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: var(--mainColorShadow);
}

.speakers-details-social-icons li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.speakers-contact-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.speakers-contact-area ul li {
    position: relative;
    margin-top: 12px;
    min-height: 25px;
    padding-left: 35px;
    max-width: 280px;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
    font-weight: 500;
}

.speakers-contact-area ul li i {
    font-size: 20px;
    color: var(--mainColor);
    position: absolute;
    left: 0;
    top: 2px;
}

.speakers-contact-area ul li a {
    color: var(--paragraphColor);
}

.speakers-contact-area ul li a:hover {
    color: var(--mainColor);
}

.speakers-details-img-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/team/team1.jpg");
    height: 100%;
}

.speakers-details-img-area img {
    display: none;
}

.speakers-session .schedule-card-4 h4 {
    margin-top: 0;
}

/*================================================
Popular Courses Area CSS
=================================================*/
.popular-courses-card {
    padding: 30px;
    margin-top: 30px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/courses/courses-top-1.jpg");
}

.popular-courses-card::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.popular-courses-card .popular-course-card-content {
    max-width: 300px;
    margin-left: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.popular-courses-card .popular-course-card-content .course-status {
    display: inline-block;
    padding: 5px 20px;
    color: var(--whiteColor);
    background-color: var(--secondColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.popular-courses-card .popular-course-card-content .free {
    background-color: var(--mainColor);
}

.popular-courses-card .popular-course-card-content h3 {
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.pcc-2 {
    background-image: url("../images/courses/courses-top-2.jpg");
}

/*================================================
Courses Area CSS
=================================================*/
.course-card {
    margin-top: 30px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.course-card .course-card-img {
    overflow: hidden;
}

.course-card .course-card-img img {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.course-card .course-card-text {
    padding: 25px 20px;
}

.course-card .course-card-text .course-card-text-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-card .course-card-text .course-card-text-header .stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.course-card .course-card-text .course-card-text-header .stars ul li {
    margin: 0;
}

.course-card .course-card-text .course-card-text-header .stars span {
    margin-left: 10px;
    color: var(--paragraphColor);
    font-size: 15px;
    font-family: var(--fontFamily2);
}

.course-card .course-card-text .course-card-text-header .price {
    color: var(--mainColor);
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    font-family: var(--fontFamily2) l;
}

.course-card .course-card-text h4 {
    line-height: 1.4;
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.course-card .course-card-text .course-card-footer ul {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
}

.course-card .course-card-text .course-card-footer ul li {
    display: inline-block;
    margin-right: 15px;
    color: var(--paragraphColor);
    font-size: 15px;
    font-family: var(--fontFamily2);
}

.course-card .course-card-text .course-card-footer ul li i {
    color: var(--mainColor);
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.course-card .course-card-text .course-card-footer ul li:last-child {
    margin-right: 0;
}

.course-card:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.course-card:hover .course-card-img img {
    -webkit-transform: scale(1.1) translateY(-10px);
    transform: scale(1.1) translateY(-10px);
}

.course-area-header p {
    line-height: 1;
}

.course-area-header form {
    max-width: 300px;
    margin-left: auto;
    background-color: #f9f9f9;
}

.course-area-header form .form-control {
    background-color: transparent;
    border: 0px !important;
    padding: 12px 15px;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.course-area-header form .btn {
    color: var(--mainColor);
}

/*================================================
Course Details Area CSS
=================================================*/
.course-details-text-area .course-card-text-header {
    margin-top: 30px;
    margin-bottom: 10px;
}

.course-details-text-area .course-card-text-header .stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.course-details-text-area .course-card-text-header .stars ul li {
    margin: 0;
}

.course-details-text-area .course-card-text-header .stars span {
    margin-left: 10px;
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.course-details-text-area .course-card-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-details-text-area .course-card-footer ul li {
    display: inline-block;
    margin-right: 15px;
    color: var(--paragraphColor);
    font-size: 15px;
    font-family: var(--fontFamily2);
}

.course-details-text-area .course-card-footer ul li i {
    color: var(--mainColor);
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.course-details-text-area .course-card-footer ul li:last-child {
    margin-right: 0;
}

.course-details-text-area .nav-tabs {
    margin-top: 30px;
}

.course-details-text-area .nav-tabs .nav-link {
    border: 0px;
    padding: 0 0px 10px;
    margin-right: 30px;
    color: var(--blackColor);
    border-bottom: 1px solid transparent;
    font-family: var(--fontFamily2);
    font-size: 17px;
    font-weight: 600;
}

.course-details-text-area .nav-tabs .active {
    border-bottom: 1px solid var(--mainColor);
    color: var(--mainColor);
}

.course-details-sidebar {
    background-color: #f9f9f9;
}

.course-details-sidebar .course-details-sidebar-img {
    position: relative;
    overflow: hidden;
}

.course-details-sidebar .course-details-sidebar-img a {
    width: 70px;
    height: 70px;
    font-size: 25px;
    padding-left: 5px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.course-details-sidebar .course-details-sidebar-text-area .default-button {
    width: 100%;
    text-align: center;
}

.course-details-sidebar .course-details-sidebar-text-area .social-icons {
    padding: 20px 15px 30px;
    text-align: center;
}

.course-details-sidebar .course-details-sidebar-text-area .social-icons p {
    color: var(--blackColor);
}

.course-details-sidebar .course-details-sidebar-text-area .social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-details-sidebar .course-details-sidebar-text-area .social-icons ul li {
    display: inline-block;
}

.course-details-sidebar
    .course-details-sidebar-text-area
    .social-icons
    ul
    li
    a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0px 10px 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: rgba(46, 7, 105, 0.1);
}

.course-details-sidebar
    .course-details-sidebar-text-area
    .social-icons
    ul
    li
    a:hover {
    color: var(--whiteColor);
    -webkit-animation: jello 1s infinite;
    animation: jello 1s infinite;
    background-color: var(--mainColor);
}

.course-details-sidebar .course-sidebar-info-list ul {
    margin: 15px 0px;
    padding: 0;
    list-style: none;
}

.course-details-sidebar .course-sidebar-info-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px;
    border-bottom: 1px solid #eeeeee;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.course-details-sidebar .course-sidebar-info-list ul li span {
    color: var(--paragraphColor);
}

.course-details-sidebar .course-sidebar-info-list ul li .price {
    color: var(--mainColor);
}

.course-details-sidebar .course-sidebar-info-list ul li:last-child {
    border-bottom: 0px;
}

.comment-card {
    margin-top: 30px;
    position: relative;
    padding-left: 95px;
}

.comment-card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.comment-card h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
}

.comment-card span {
    color: #707070c0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--fontFamily);
}

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

.comment-card a {
    font-size: 14px;
    color: var(--mainColor);
    font-weight: 500;
}

.review-stars {
    margin-top: -20px;
    margin-bottom: 10px;
}

.review-stars input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.review-stars label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='transparent' stroke='rgba(255, 217, 0, 0.973)' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    font-size: 0;
    cursor: pointer;
}

.review-stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.review-stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.review-stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.review-stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.review-stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgba(255, 217, 0, 0.973)' stroke='rgba(255, 217, 0, 0.973)' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: var(--paragraphColor);
    width: 50px;
    height: 100%;
    line-height: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.input-counter span:hover {
    color: var(--mainColor);
}

.input-counter .minus-btn {
    left: 0;
}

.input-counter .minus-btn::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ec525190;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-counter .plus-btn {
    right: 0;
}

.input-counter .plus-btn::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ec525190;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-counter input {
    height: 45px;
    color: var(--paragraphColor);
    outline: 0;
    display: block;
    border: none;
    background-color: var(--mainColorShadow);
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}

.input-counter input::-webkit-input-placeholder {
    color: var(--paragraphColor);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.input-counter input:-ms-input-placeholder {
    color: var(--paragraphColor);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.input-counter input::-ms-input-placeholder {
    color: var(--paragraphColor);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.input-counter input::placeholder {
    color: var(--paragraphColor);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.input-counter input:focus::-webkit-input-placeholder {
    color: var(--mainColor);
}

.input-counter input:focus:-ms-input-placeholder {
    color: var(--mainColor);
}

.input-counter input:focus::-ms-input-placeholder {
    color: var(--mainColor);
}

.input-counter input:focus::placeholder {
    color: var(--mainColor);
}

.bd-form {
    margin-top: 30px;
    padding: 30px;
    background-color: #f9f9f9;
}

.bd-form h3 {
    font-size: 25px;
    font-weight: 700;
}

.bd-form .form-control {
    border: 0px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 15px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #c0c0c0 !important;
}

.bd-form .form-check label {
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.bd-form .default-button {
    margin-top: 15px;
    border: 0px;
}

/*================================================
Event Committee Area CSS
=================================================*/
.committee-list ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.committee-list ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.committee-list ul li i {
    color: var(--mainColor);
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

/*================================================
Webinar Area CSS
=================================================*/
.webinars-card {
    padding: 20px;
    margin-top: 30px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
}

.webinars-card .webinars-card-img {
    position: relative;
}

.webinars-card .webinars-card-img a {
    width: 60px;
    height: 60px;
    opacity: 0;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColor);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.webinars-card .webinars-card-text-area h4 {
    line-height: 1.4;
    border-bottom: 1px solid #eeeeee;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.webinars-card .webinars-card-text-area .webinars-card-footer {
    padding-top: 15px;
}

.webinars-card .webinars-card-text-area .webinars-card-footer p span {
    color: var(--blackColor);
}

.webinars-card .webinars-card-text-area .webinars-card-footer ul {
    text-align: end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.webinars-card .webinars-card-text-area .webinars-card-footer ul li {
    display: inline-block;
}

.webinars-card .webinars-card-text-area .webinars-card-footer ul li a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    padding-top: 2px;
    margin: 0px 3px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    background-color: var(--mainColorShadow);
}

.webinars-card .webinars-card-text-area .webinars-card-footer ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.webinars-card:hover .webinars-card-img a {
    opacity: 1;
}

/*================================================
Log In Page CSS
=================================================*/
.login-form form label {
    color: var(--blackColor);
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
    font-weight: 600;
}

/* .login-form form .form-control {
  border: 1px solid #eeeeee !important;
  padding: 12px 15px;
} */

.login-form form .form-check label {
    font-weight: 400;
    font-size: 14px;
    font-family: var(--fontFamily);
}

.login-form form .default-button {
    width: 100%;
    border: 0px;
}

.login-form form .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-form form .form-footer a {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    font-family: var(--fontFamily);
}

.login-form p {
    font-size: 14px;
    /* font-style: italic; */
    font-family: var(--fontFamily);
}

.login-form .optional-link {
    font-size: 15px;
    margin-top: 5px;
}

.login-form .optional-link a {
    color: var(--mainColor);
}

.form-check-input:checked {
    border-color: var(--mainColor);
    background-color: var(--mainColor);
}

/*================================================
Terms & Privacy area CSS
=================================================*/
.terms {
    margin-bottom: -15px;
}

.terms strong {
    color: var(--blackColor);
}

.terms a {
    color: var(--mainColor);
}

.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: var(--fontFamily);
    font-weight: 600;
}

.terms h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--fontFamily);
}

.terms h1 {
    font-size: 30px;
}

.terms h2 {
    font-size: 28px;
}

.terms h3 {
    font-size: 26px;
}

.terms h4 {
    font-size: 24px;
}

.terms h5 {
    font-size: 22px;
}

.terms p {
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

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

.terms ul li {
    margin: 10px 0px;
    font-size: var(--fontSize);
    color: var(--paragraphColor);
    font-family: var(--fontFamily);
}

.terms ul li span {
    font-weight: 700;
    margin-right: 8px;
    color: var(--blackColor);
}

.terms .payment li {
    position: relative;
    padding-left: 20px;
}

.terms .payment li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
    top: 6px;
}

/*================================================
Error Area CSS
=================================================*/
.border-b {
    border-top: 1px solid #eeeeee;
}

.error-content {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.error-content h4 {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 700;
}

.error-content .input-group {
    border-radius: 25px !important;
    background-color: #f8f8f8;
}

.error-content .input-group .form-control {
    border: 0px !important;
    border-radius: 25px;
    padding: 15px 15px;
    background-color: #f9f9f9;
}

.error-content .input-group .btn {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-right: 8px;
    border-radius: 50% !important;
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.error-content .default-button {
    margin-top: 15px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-text-area .accordion-item {
    margin-top: 20px;
    border: 0px !important;
}

.faq-text-area .accordion-item .accordion-button {
    border: 0px !important;
    background-color: #f9f9f9;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--blackColor);
    line-height: 1.4;
    font-family: var(--fontFamily);
    font-size: 18px;
    font-weight: 500;
}

.faq-text-area .accordion-item .accordion-button span {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--whiteColor);
}

.faq-text-area .accordion-button:not(.collapsed) span {
    background-color: var(--mainColor);
    color: var(--whiteColor);
}

.faq-text-area .accordion-body {
    padding: 15px 0px 0px;
}

.faq-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/inner-images/faq.jpg");
    height: 100%;
}

.faq-img img {
    display: none;
}

/*================================================
Product Page Area CSS
=================================================*/
.product-page-topbar .ppt-right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-page-topbar .ppt-right-area .input-group {
    max-width: 300px;
    margin-right: 25px;
    border-radius: 0px !important;
    background-color: #f9f9f9 !important;
}

.product-page-topbar .ppt-right-area .input-group .default-button {
    border: 0px !important;
    padding: 12px 20px !important;
    border-radius: 0px !important;
    margin: 7px;
}

.product-page-topbar .ppt-right-area .form-control {
    padding: 15px;
    background-color: #f9f9f9;
    border: 0px !important;
    font-size: 15px;
    font-family: var(--fontFamily);
}

.product-page-topbar .ppt-right-area .form-control::-webkit-input-placeholder {
    color: var(--paragraphColor);
}

.product-page-topbar .ppt-right-area .form-control:-ms-input-placeholder {
    color: var(--paragraphColor);
}

.product-page-topbar .ppt-right-area .form-control::-ms-input-placeholder {
    color: var(--paragraphColor);
}

.product-page-topbar .ppt-right-area .form-control::placeholder {
    color: var(--paragraphColor);
}

.product-page-topbar .ppt-right-area .form-select {
    padding: 15px;
    max-width: 300px;
    border-radius: 0px !important;
    background-color: #f9f9f9;
    border: 0px !important;
    font-size: 15px;
    font-family: var(--fontFamily);
}

.product-page-topbar .ppt-right-area .form-select .current {
    color: var(--paragraphColor);
}

.product-page-topbar .ppt-right-area .form-select::after {
    display: none;
}

.product-card {
    background-color: #f9f9f9;
    padding: 30px 25px;
    overflow: hidden;
    margin-top: 30px;
}

.product-card .product-card-img-area {
    text-align: center;
    position: relative;
}

.product-card .product-card-img-area img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.product-card .product-card-img-area ul {
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
}

.product-card .product-card-img-area ul li {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-card .product-card-img-area ul li a {
    width: 45px;
    height: 45px;
    margin: 5px 0;
    padding-top: 6px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.product-card .product-card-img-area ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.product-card .product-card-img-area ul li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: bounceOutRight 0.5s;
    animation: bounceOutRight 0.5s;
}

.product-card .product-card-img-area ul li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation: bounceOutRight 1.5s;
    animation: bounceOutRight 1.5s;
}

.product-card .product-card-img-area ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation: bounceOutLeft 1s;
    animation: bounceOutLeft 1s;
}

.product-card .product-card-img-area ul li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation: bounceOutLeft 2s;
    animation: bounceOutLeft 2s;
}

.product-card .product-card-text {
    padding-top: 40px;
}

.product-card .product-card-text h4 {
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.product-card .product-card-text p {
    color: var(--mainColor);
}

.product-card .product-card-text p del {
    color: var(--paragraphColor);
    margin-right: 5px;
}

.product-card .product-card-text .stars {
    margin-top: 15px;
}

.product-card .product-card-text .stars ul li {
    margin: 0;
}

.product-card:hover .product-card-img-area ul {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.product-card:hover .product-card-img-area ul li {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-card:hover .product-card-img-area ul li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation: bounceInLeft 0.3s;
    animation: bounceInLeft 0.3s;
}

.product-card:hover .product-card-img-area ul li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation: bounceInLeft 0.9s;
    animation: bounceInLeft 0.9s;
}

.product-card:hover .product-card-img-area ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation: bounceInRight 0.6s;
    animation: bounceInRight 0.6s;
}

.product-card:hover .product-card-img-area ul li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation: bounceInRight 1.2s;
    animation: bounceInRight 1.2s;
}

.mfp-img {
    background-color: var(--whiteColor) !important;
}

.mfp-close {
    color: red !important;
    right: 0 !important;
}

/*================================================
Product Details Page Area CSS
=================================================*/
.product-details-info-area .product-details-info-img {
    /* background-color: #f9f9f9; */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/products/product-1.png");
    height: 100%;
}

.product-details-info-area .product-details-info-img img {
    display: none;
}

.product-details-info-area .product-details-info-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-details-info-area .product-details-info-text h3 {
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
}

.product-details-info-area .product-details-info-text .price {
    margin-bottom: 20px;
    display: inline-block;
    color: var(--mainColor);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--fontFamily2);
}

.product-details-info-area .product-details-info-text .price del {
    margin-left: 15px;
    font-size: 16px;
    color: var(--paragraphColor);
}

.product-details-info-area .product-details-info-text .pdit-list ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.product-details-info-area .product-details-info-text .pdit-list ul li {
    margin-top: 12px;
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.product-details-info-area .product-details-info-text .pdit-list ul li span {
    font-weight: 600;
    width: 120px;
    display: inline-block;
    color: var(--blackColor);
}

.product-details-info-area .product-details-info-text .input-count-area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-info-area
    .product-details-info-text
    .input-count-area
    .default-button {
    margin-left: 20px;
}

.product-description-area .nav-tabs {
    border-bottom: 1px solid #f9f9f9;
}

.product-description-area .nav-tabs .nav-link {
    margin-right: 15px;
    padding: 12px 25px;
    margin-top: 10px;
    border: 0px;
    border-radius: 5px;
    color: var(--mainColor);
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--fontFamily);
}

.product-description-area .nav-tabs .active {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.product-description-area .tab-content {
    margin-top: 30px;
}

.product-description-area .pd-description .pd-description-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-description-area .pd-description .pd-description-list li {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.product-description-area .pd-description .pd-description-list li i {
    margin-right: 10px;
    color: var(--mainColor);
}

.product-description-area .comment-card h5 {
    margin-bottom: 12px;
}

/*================================================
Cart Page Area CSS
=================================================*/
.cart-table-area .table {
    margin-bottom: 0;
}

.cart-table-area thead th {
    border-bottom: 0px !important;
    color: var(--blackColor);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--fontFamily);
}

.cart-table-area .table-light {
    border-bottom: 0px !important;
}

.cart-table-area tbody {
    border-top: 0px !important;
}

.cart-table-area tbody tr {
    padding: 15px 0px;
}

.cart-table-area tbody th {
    padding: 20px 0px;
}

.cart-table-area tr {
    text-align: center;
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.cart-table-area tr .input-counter input {
    border-radius: 25px;
}

.cart-table-area .fa-trash-alt {
    color: red;
}

.cart-footer-area {
    padding: 10px 15px 10px;
}

.cart-footer-area .input-group {
    max-width: 500px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 0px !important;
    background-color: #f9f9f9;
}

.cart-footer-area .input-group .form-control {
    background-color: #f9f9f9;
    border-radius: 0px !important;
    border: 0px !important;
    padding: 12px 15px;
}

.cart-footer-area .input-group .default-button {
    padding: 12px 15px;
    border: 0px;
    margin: 10px;
    border-radius: 0px !important;
}

.cart-footer-area .default-button {
    margin-left: auto;
    margin-top: 10px;
    display: table;
}

.total-cart-box {
    padding: 30px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.total-cart-box h4 {
    margin-bottom: 20px;
    font-size: var(--card-title-fontSize);
    font-weight: 600;
}

.total-cart-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #eeeeee;
}

.total-cart-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}

.total-cart-box ul li span {
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.total-cart-box ul li span strong {
    color: var(--blackColor);
}

.total-cart-box .default-button {
    margin-top: 30px;
}

/*=================================
Checkout Area
===================================*/
.checkout-user {
    color: var(--blackColor);
    font-size: var(--fontSize);
    margin-bottom: 30px;
    padding: 15px 25px;
    background-color: #f9f9f9;
}

.checkout-user span {
    color: var(--paragraphColor);
    font-size: var(--fontSize);
}

.checkout-user span a {
    color: var(--mainColor);
}

.checkout-user span a:hover {
    color: var(--blackColor);
}

.billing-details {
    margin-bottom: 30px;
}

.billing-details h3 {
    font-size: var(--card-title-fontSize);
    color: var(--blackColor);
    margin-bottom: 25px;
    font-weight: 600;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

.billing-details .form-group label {
    color: var(--blackColor);
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.billing-details .form-group label span {
    color: var(--mainColor);
}

.billing-details .form-group .form-control {
    height: 50px;
    color: var(--paragraphColor);
    border: none;
    background-color: #f9f8f8;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%;
}

.billing-details .form-group .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.billing-details .form-group .form-control:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.billing-details .form-group .form-message {
    font-size: 16px;
    border: none;
    background-color: #f9f8f8;
    padding: 18px 18px;
    font-weight: 400;
    width: 100%;
}

.billing-details .form-group .form-message:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.billing-details .form-group .form-message:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.billing-details .form-check {
    margin-bottom: 15px;
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.billing-details .form-check .form-check-input {
    width: 15px;
    height: 15px;
}

.billing-details .form-check .form-check-label {
    color: var(--blackColor);
    margin-left: 3px;
    font-weight: 500;
}

.billing-totals {
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.billing-totals h3 {
    font-size: var(--card-title-fontSize);
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mainColor);
}

.billing-totals ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.billing-totals ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #eeeeee;
    color: var(--paragraphColor);
    overflow: hidden;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: var(--fontSize2);
    font-family: var(--fontFamily);
}

.billing-totals ul li strong {
    color: var(--blackColor);
    font-weight: 500;
}

.billing-totals ul li:first-child {
    padding-top: 10px;
}

.billing-totals ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.payment-box {
    -webkit-box-shadow: var(--boxShadow);
    box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

.payment-box .payment-method h3 {
    font-size: var(--card-title-fontSize);
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--mainColor);
}

.payment-box .payment-method p [type="radio"]:checked {
    display: none;
}

.payment-box .payment-method p [type="radio"]:checked + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: var(--blackColor);
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-method p [type="radio"]:checked + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.payment-box .payment-method p [type="radio"]:checked + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--mainColor);
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.payment-box .payment-method p [type="radio"]:not(:checked) + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #172541;
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--mainColor);
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment-box .default-btn {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

/*=================================
Blog Details Area
===================================*/
.blog-details-text-area h3 {
    margin-top: 25px;
}

.blog-details-text-area .blog-card-footer ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.blog-details-text-area .blog-card-footer ul li {
    display: inline-block;
    margin-right: 15px;
    color: var(--paragraphColor);
    font-size: 15px;
    font-family: var(--fontFamily2);
}

.blog-details-text-area .blog-card-footer ul li i {
    color: var(--mainColor);
    margin-right: 3px;
}

.blog-details-text-area .blog-card-footer ul li:last-child {
    margin-right: 0;
}

.blog-details-text-area .blog-card-footer ul li a {
    color: var(--paragraphColor);
}

.blog-details-text-area .blog-card-footer ul li a:hover {
    color: var(--mainColor);
}

.blog-details-text-area .blog-quote {
    padding: 30px 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
}

.blog-details-text-area .blog-quote i {
    font-size: 35px;
    color: var(--mainColor);
}

.blog-details-text-area .blog-quote p {
    color: var(--blackColor);
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    font-style: italic;
}

.blog-details-text-area .blog-quote h6 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

.blog-details-text-area .blog-quote h6::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-text-area .bd-inner-img {
    margin-top: 20px;
}

.blog-details-text-area .bd-inner-img img {
    margin-bottom: 20px;
}

.blog-text-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #eeeeee;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0px;
    padding: 0px 15px 15px;
}

.blog-text-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blog-text-footer ul li {
    display: inline-block;
}

.blog-text-footer ul li span {
    font-weight: 600;
    margin-right: 10px;
    padding: 0px !important;
    background-color: transparent !important;
}

.blog-text-footer .tag-area {
    margin-top: 15px;
}

.blog-text-footer .tag-area ul li {
    margin-right: 5px;
    cursor: pointer;
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.blog-text-footer .tag-area ul li i {
    color: var(--paragraphColor);
}

.blog-text-footer .tag-area ul li span {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fontFamily);
}

.blog-text-footer .tag-area ul li:hover {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.blog-text-footer .tag-area ul li:hover a {
    color: var(--mainColor);
}

.blog-text-footer .tag-area ul li:first-child {
    padding: 0px;
}

.blog-text-footer .social-icons {
    margin-top: 15px;
}

.blog-text-footer .social-icons ul li {
    display: inline-block;
}

.blog-text-footer .social-icons ul li span {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fontFamily);
}

.blog-text-footer .social-icons ul li a {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 0px 3px;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColorShadow);
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.blog-text-footer .social-icons ul li a::before {
    content: "";
    width: 100%;
    height: 0%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.blog-text-footer .social-icons ul li a i {
    position: relative;
    z-index: 1;
}

.blog-text-footer .social-icons ul li a:hover {
    color: var(--whiteColor);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.blog-text-footer .social-icons ul li a:hover::before {
    height: 100%;
}

.bd-form {
    margin-top: 30px;
    padding: 30px;
    background-color: #f9f9f9;
}

.bd-form h3 {
    font-size: 25px;
    font-weight: 700;
}

.bd-form .default-button {
    margin-top: 15px;
    border: 0px;
}

.comment-card-margin-left {
    margin-left: 50px;
}

/*=================================
Contact Area CSS
===================================*/
.contact-card {
    position: relative;
    padding-left: 60px;
    margin-top: 20px;
    min-height: 40px;
}

.contact-card i {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--mainColor);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--mainColorShadow);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-card p {
    padding-top: 5px;
}

.contact-card:hover i {
    -webkit-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.contact-form-area {
    background-color: #f9f9f9;
    padding: 30px 30px 25px;
}

.contact-form-area h3 {
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.contact-form-area form .form-control {
    padding: 15px 15px;
    margin-bottom: 20px;
    border-radius: 0px !important;
    background-color: var(--whiteColor);
}

.contact-form-area form .default-button {
    border: 0;
    margin-top: 10px;
}

.with-errors ul li {
    color: red;
}

.text-danger {
    margin-top: 10px;
}

.contact-google-map {
    width: 100%;
    height: 400px;
}

.contact-google-map .g-map {
    width: 100%;
    height: 100%;
}

/*================================================
Custom Animation Area CSS
=================================================*/
@-webkit-keyframes left-right {
    50% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}
@keyframes left-right {
    50% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

@-webkit-keyframes breathe {
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(243, 205, 188, 0.466);
        box-shadow: 0 0 0 15px rgba(243, 205, 188, 0.466);
    }
}

@keyframes breathe {
    50% {
        -webkit-box-shadow: 0 0 0 15px rgba(243, 205, 188, 0.466);
        box-shadow: 0 0 0 15px rgba(243, 205, 188, 0.466);
    }
}

@keyframes top-bottom {
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

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

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}
/*# sourceMappingURL=style.css.map */

/* Start */
.heading-text {
    font-size: 48px;
    line-height: 1;
    color: var(--blackColor);
    margin-bottom: 30px;
}
.sub-heading-text {
    color: var(--blackColor);
    margin-bottom: 0;
}
p {
    margin-bottom: 0;
}
.default-button {
    padding: 0;
    font-size: 16px;
    line-height: 1;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.default-button.articles-button {
    width: 100px;
    /* height: 32px; */
    border-radius: 4px;
    font-weight: 400;
}

.navbar-brand span {
    font-weight: 500;
    font-size: 14px;
    color: var(--blackColor);
    text-transform: capitalize;
}

/* Topbar Section */
.topbar {
    background-color: var(--secondColor);
    height: 56px;
    padding-right: 60px;
}
.topbar .topbar-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topbar .form-select {
    border: 1px solid var(--whiteColor);
    border-radius: 4px;
    color: var(--whiteColor);
    width: 110px;
    padding: 10px 0 10px 16px;
    font-size: 14px;
    line-height: 1;
    background-image: none;
}
.topbar .nice-select:after {
    border-bottom: 2px solid var(--whiteColor);
    border-right: 2px solid var(--whiteColor);
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 14px;
}
.topbar input[type="text"] {
    border: 1px solid var(--whiteColor);
    background-color: transparent;
    border-radius: 4px;
    width: 170px;
    height: 36px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1;
    color: var(--whiteColor);
    margin-left: 17px;
}
.topbar input[type="text"]::placeholder {
    color: var(--whiteColor);
}
.topbar .search-button {
    border: none;
    background: #fdeded;
    border-radius: 4px;
    padding: 0;
    width: 44px;
    height: 36px;
    margin-left: 27px;
    margin-right: 37px;
    font-size: 20px;
    padding-top: 4px;
}
.topbar .advanced-search {
    font-size: 14px;
    line-height: 1;
    color: #fdeded;
}
@media screen and (max-width: 600px) {
    /* .topbar {
    height: auto;
    padding: 20px 0;
  }
  .topbar .topbar-section {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .topbar .form-select {
    width: 100%;
  }
  .topbar .d-flex {
    width: 100%;
  }
  .topbar input[type="text"] {
    width: 100%;
    margin-left: 0;
  }
  .topbar .search-button {
    margin: 0;
    margin-left: 10px;
  } */
    .topbar {
        display: none;
    }
}

/* Header Section */
.main-nav nav {
    height: 80px;
    padding: 0 8px 0 28px;
}
.main-nav nav .navbar-nav .nav-item {
    padding: 0;
}
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 16px;
    margin: 0 12px;
}
.main-nav nav .navbar-nav .nav-item a.active {
    font-weight: 500;
}
.main-nav .menu-sidebar {
    height: 36px;
}
.main-nav nav .navbar-nav {
    align-items: center;
    margin-right: inherit;
}
.main-nav .menu-sidebar ul li .default-button {
    width: 120px;
    height: 36px;
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 14px;
}
.main-nav nav .navbar-nav .navbar-dropdown-btn a.dropdown-toggle {
    border: 1px solid #eb4741;
    border-radius: 4px;
    font-size: 14px;
    color: var(--mainColor);
    width: 130px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-nav nav .navbar-nav .navbar-dropdown-btn a.dropdown-toggle::after {
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
@media screen and (max-width: 280px) {
    .footer-contact-card i {
        width: 35px;
        height: 35px;
    }

    .footer-contact-card {
        padding-left: 40px;
    }

    .footer-contact-card p a {
        font-size: 13px;
    }

    .btn-member {
        padding: 8px 2px !important;
    }

    /* disc */
    .btn-auto-dis {
        width: auto !important;
    }
    .min-w-250{
        max-width: 100% !important;
    }
}
@media screen and (max-width: 502px) {
    .btn-member {
        font-size: 14px !important;
    }


    .latest-news-btn{
        width: 150px !important;
    }

    .uni-banner-text-area h1{
        font-size: 24px;
    }

    .withd_wings_50{
        flex-basis: 100%;
    }
}


@media screen and (max-width: 600px) {
    .mean-container a.meanmenu-reveal {
        width: 30px;
    }
    .main-responsive-nav .logo {
        top: 8px;
    }
    .main-responsive-nav .logo img {
        width: 50px;
    }
    .main-responsive-nav .logo span {
        font-weight: 500;
        font-size: 12px;
        color: var(--blackColor);
        text-transform: capitalize;
    }
    .main-responsive-nav .menu-small-device .default-button {
        width: 100px;
        height: 32px;
        margin-top: 4px;
    }

    .fpx-10{
      padding: 0 10px;
    }
    .fgx-1{
      flex-grow: 1;
    }
}

@media screen and (max-width: 450px) {
    .img-exec {
        width: 80% !important;

    }
    .fpx-10{
      padding: 0 2rem !important;
      margin-bottom: 0 !important;
    }

    .fgx-1{
        flex-grow: 0;
      }

      

  }


@media screen and (max-width: 375px) {

    .withd_wings_50{
        flex-basis: 100%;
    }
}

/* font-weight 700 */
.fw-700{
    font-weight: 700 !important;
}
/* Slider Section */
.banner-content-box {
    padding: 0 50px 0 80px;
}
.banner-content-box h2 {
    font-weight: 700;
    font-style: italic;
    font-size: 56px;
    color: var(--whiteColor);
    line-height: 1.4;
}
.banner-content-box img {
    width: 90% !important;
    margin-left: auto;
}
@media screen and (max-width: 600px) {
    .main-banner-single-slider {
        padding: 0 !important;
    }
    .banner-content-box {
        padding: 0 12px;
        gap: 30px;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .banner-content-box img {
        width: 100% !important;
    }
    .banner-content-box h2 {
        font-size: 42px;
    }
}

/* About Section */
.total-alumni-head {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}
.total-alumni-head p {
    font-weight: 500;
    font-size: 20px;
    color: var(--blackColor);
}
.view-alumni-directory {
    background-color: #faeae9;
    padding: 20px;
    text-align: center;
    margin: 30px 0;
}
.view-alumni-directory p {
    font-weight: 500;
    font-size: 20px;
    color: var(--mainColor);
}
.about-section {
    background-color: var(--mainColor);
    padding: 60px 0;
}
.about-middle-box {
    margin: 60px 0;
}
.about-section h3 {
    color: var(--whiteColor);
}
.about-section p {
    color: var(--whiteColor);
    line-height: 2;
}
@media screen and (max-width: 600px) {
    .about-section .d-flex {
        flex-wrap: wrap;
        gap: 30px;
    }
    .about-section .d-flex:nth-of-type(2) {
        flex-direction: column-reverse;
        margin: 60px 0;
    }
    .about-section .d-flex > div > img {
        width: 100% !important;
    }
}

/* Generations Section */
.generations-section {
    padding: 60px 0;
    background-color: #fff4f3;
}
.generations-section h3 {
    line-height: 1.25;
}
.generations-section p {
    margin-bottom: 30px;
    line-height: 2;
}
.generations-section .heading-text {
    word-break: keep-all;
}
@media screen and (max-width: 600px) {
    .generations-section .d-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .generations-section .d-flex > div > img {
        width: 100% !important;
    }
}

/* Avenues Section */
.avenues-section {
    background-color: var(--secondColor);
    padding: 60px 0;
}
.avenues-section h3 {
    color: var(--whiteColor);
    line-height: 1.25;
}
.avenues-section p {
    margin-bottom: 30px;
    color: var(--whiteColor);
    line-height: 2;
}
@media screen and (max-width: 600px) {
    .avenues-section .d-flex {
        flex-wrap: wrap;
        gap: 30px;
    }
    .avenues-section .d-flex > div > img {
        width: 100% !important;
    }
}

/* Bondage Section */
.bondage-section {
    padding: 60px 0;
}
.bondage-section p {
    margin-bottom: 30px;
    line-height: 2;
}
@media screen and (max-width: 600px) {
    .bondage-section .d-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .bondage-section .d-flex > div > img {
        width: 100% !important;
    }

    .speakers-search-box {
        max-width: 100% !important;
    }
}

/* Blow Wind Section */
.blow-wind-section {
    background: url(../images/home/blow-wind.png) no-repeat center/cover;
    padding: 60px 0;
}
.blow-wind-section h3 {
    color: var(--whiteColor);
}
.blow-wind-section p {
    color: var(--whiteColor);
    line-height: 2;
}
@media screen and (max-width: 600px) {
    .blow-wind-section .d-flex {
        flex-wrap: wrap;
    }
    .blow-wind-section .d-flex img {
        margin-bottom: 30px;
    }
    .blow-wind-section .d-flex > div > img {
        width: 100% !important;
    }
}

/* Proud Giver Section */
.proud-giver-section {
    background: url(../images/home/proud-giver.png) no-repeat center/cover;
    height: 400px;
}
.proud-giver-section h3 {
    padding-top: 126px;
    color: var(--whiteColor);
}
@media screen and (max-width: 600px) {
    .proud-giver-section {
        height: 300px;
    }
    .proud-giver-section h3 {
        padding: 102px 0;
    }
}

/* Proud Cards Section */
.proud-cards-section {
    margin-top: -100px;
}
.proud-cards-section .container > div {
    gap: 24px;
}
.proud-card {
    width: 100%;
    background-color: var(--whiteColor);
    box-shadow: 2px 4px 4px 2px rgba(170, 170, 170, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}
.proud-card .img-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--whiteColor);
    display: flex;
    justify-content: center;
    align-items: center;
}
.proud-card p {
    margin-top: 16px;
}
.proud-card:hover {
    background-color: var(--mainColor);
}
.proud-card:hover h4,
.proud-card:hover p {
    color: var(--whiteColor);
}
@media screen and (max-width: 768px) {
    .proud-cards-section {
        margin-top: 0;
        background-color: var(--secondColor);
        padding: 12px 0;
    }
    .proud-cards-section .container > div {
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* Vision Section */
.vision-section {
    padding: 60px 0;
}
.vision-section p {
    margin-bottom: 30px;
    line-height: 2;
}
@media screen and (max-width: 600px) {
    .vision-section .d-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .vision-section .d-flex > div {
        text-align: start !important;
    }
    .vision-section .d-flex > div > img {
        width: 100% !important;
    }
}

/* Footer */
.footer-group .footer-content {
    padding: 60px 0 40px;
}
.copyright {
    text-align: inherit;
}
.copyright .copyright-box {
    border-top: 1px solid #eeeeee80;
    padding: 40px 0;
}
.copyright .copyright-box p {
    padding: 0;
    padding-left: 24px;
    font-size: 16px;
    border: none;
}
.copyright .copyright-box .footer-social-icons {
    color: var(--whiteColor);
}
.copyright-box .footer-social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.copyright-box .footer-social-icons ul li:first-child {
    font-weight: 500;
    color: #eeeeee;
    text-decoration: underline;
    /* margin-right: 40px; */
}
.copyright-box .footer-social-icons ul li a {
    background-color: inherit;
    display: inherit;
    width: inherit;
    height: inherit;
    margin-right: 16px;
}
.copyright-box .footer-social-icons ul li a i {
    color: var(--whiteColor);
    font-size: 24px;
}
@media screen and (max-width: 600px) {
    .copyright-box {
        flex-wrap: wrap;
    }
    .copyright .copyright-box p {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .copyright-box .footer-social-icons ul {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 360px) {
    .copyright-box .footer-social-icons ul {
        flex-direction: column;
    }
}

/* Login */
.login-heading {
    font-size: 20px;
    color: var(--blackColor);
    margin-bottom: 40px;
}
.login-form .form-label {
    font-weight: 400;
    margin-bottom: 16px;
}
.login-form form .form-control {
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px;
    height: 40px;
}
.login-form .optional-link {
    font-weight: 500;
    font-size: 16px;
    color: #324b50;
    font-style: normal;
    margin: 30px 0 20px;
}
.login-form form .form-footer a {
    font-weight: 500;
    font-size: 16px;
    color: var(--mainColor);
    text-align: center;
    margin: auto;
}

/* Register */
.register-section-details .form-label {
    font-size: 14px;
}
.register-section-details .note {
    font-style: normal;
    color: var(--blackColor);
}
.register-section-details .recaptcha {
    margin: 20px 0 50px;
}
.register-section-details .agree-terms {
    margin-bottom: 20px;
    padding-left: 35px;
}
.register-section-details .agree-terms span {
    color: var(--mainColor);
}
.mb-25 {
    margin-bottom: 25px;
}

/* Speakers */
.speakers-search-box {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    max-width: 430px;
    height: 40px;
}
.speakers-search-box input {
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 12px;
    border-radius: 4px;
}
.speakers-search-box input::placeholder {
    color: #a2a2a4;
}
.speakers-search-box .icon-box {
    background: #fdeded;
    border-radius: 2px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.speakers .container > .d-flex {
    gap: 60px;
}
.filters-box {
    background: var(--whiteColor);
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 30px;
    width: 30%;
    height: fit-content;
    margin-top: 70px;
}
.clear-all-filters {
    margin-bottom: 40px;
}
.clear-all-filters h5 {
    font-size: 18px;
    line-height: 1;
}
.clear-all-filters p {
    font-size: 14px;
    color: #316be7;
    line-height: 1;
}
.speakers .paginations {
    /* margin-top: 70px; */
}
.alumni-directory-filters .alumni-directory-inner {
    padding: 30px;
}
.speakers .filters-head-box {
    background: #f2f2f2;
    border-radius: 3px 3px 0px 0px;
    text-align: center;
}
.speakers .filters-head-box p {
    font-weight: 500;
    font-size: 18px;
    color: var(--blackColor);
}

/* Articles Right Section */
.articles-text-section h3 {
    font-size: 32px;
    color: var(--blackColor);
    line-height: 1;
    margin: 45px 0 25px;
}
.text-color-main h1,h2,h3,h4,h5,h6{
    color: #eb4741;
}
.articles-text-section h3 + span {
    font-weight: 500;
    font-size: 20px;
    color: #686868;
    line-height: 1;
}
.articles-text-section h3 + span + p {
    margin-top: 25px;
}
.articles-text-section p {
    font-size: 14px;
    color: #5c5c5c;
}
.articles-text-section p strong {
    font-weight: 500;
}
.articles-text-section h5 {
    color: #5c5c5c;
    margin: 28px 0 16px;
}
.speakers-details-info-area {
    padding: 0;
}
.speakers-details-info-area .speakers-details-social-icons {
    margin-top: 0;
}
.speakers-details-social-icons li {
    margin-right: 28px;
}
.speakers-details-social-icons li a {
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    font-size: 24px;
}
.speakers-details-info-area .speakers-contact-area {
    margin-top: 35px;
}
.speakers-contact-area ul li {
    margin-top: 20px;
    min-height: inherit;
    padding-left: 44px;
    max-width: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 20px;
}
.speakers-contact-area ul li i {
    top: 0;
}
.speakers-contact-area ul li a {
    padding-top: 3px;
}
.sidebar-card h3 {
    font-weight: 600;
    font-size: 24px;
    color: var(--blackColor);
}
.popular-post-card h5 {
    font-weight: 400;
    font-size: 16px;
    color: var(--blackColor);
}
.foresight-points {
    padding-left: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #5c5c5c;
}
.birthday-today-box .popular-post-card .pcsc-card h5 {
    font-weight: 500;
    color: #232323;
    line-height: 20px;
    margin: 0;
}
.birthday-today-box .popular-post-card .pcsc-card p {
    color: #5c5c5c;
    line-height: 20px;
    margin: 0;
}

/* Presence Worldwide */
.course-details-text-area.presence-worldwide-tabs .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 6px 24px;
    margin-right: 40px;
}
.course-details-text-area.presence-worldwide-tabs .nav-tabs .active {
    font-weight: 500;
    border-width: 2px;
}
.presence-overview-box h4 {
    font-weight: 500;
    font-size: 24px;
    color: var(--blackColor);
    margin: 35px 0 45px;
}
.presence-overview-box h5 {
    color: var(--blackColor);
    margin: 28px 0 12px;
}
.presence-overview-box .articles-button {
    margin-top: 12px;
    font-size: 14px;
    border-radius: 0;
    width: 140px;
}
.birds-eye-section > h4 {
    font-weight: 500;
    font-size: 32px;
    color: var(--blackColor);
    margin: 50px 0;
}
.birds-eye-section p {
    font-size: 14px;
}
.birds-eye-section .default-button {
    border-radius: 0;
    width: 140px;
    font-weight: 500;
    font-size: 14px;
}
.birds-eye-section h2 {
    font-size: 48px;
    color: #232323;
    text-align: center;
    margin: 90px 0 30px;
}
.form-select.winds-name-select {
    background-color: var(--mainColor);
    border-radius: inherit;
    color: var(--whiteColor);
    width: 200px;
    padding: 9px 0 9px 16px;
    font-size: 14px;
    line-height: 1;
    background-image: none;
    margin-bottom: 32px;
}
.winds-name-select:after {
    border-bottom: 2px solid var(--whiteColor);
    border-right: 2px solid var(--whiteColor);
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 14px;
}
.course-details.presence-section {
    padding-top: 50px;
}
.winds-left-box h4 {
    font-weight: 500;
    font-size: 32px;
    color: var(--mainColor);
    margin: 40px 0 30px;
}
@media only screen and (max-width: 767px) {
    .course-details-text-area.presence-worldwide-tabs .nav-tabs {
        flex-direction: column;
    }
    .course-details-text-area.presence-worldwide-tabs .nav-tabs .nav-link {
        padding: 0 0 8px;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: left;
        width: fit-content;
    }
    .presence-overview-box h4 {
        margin: 35px 0 15px;
    }
    .birds-eye-section h2 {
        margin: 40px 0 10px;
    }
}

/* Alumni Store */
.products-topbar .form-select {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: transparent;
    color: #a2a2a4;
    width: 200px;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    background-image: none;
}
.products-topbar .form-select:after {
    border-bottom: 1.5px solid #a2a2a4;
    border-right: 1.5px solid #a2a2a4;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    right: 16px;
}
.product-card {
    height: 350px;
}
.product-card .product-card-text h4 {
    font-weight: 500;
    font-size: 14px;
}
.product-card .product-card-text p,
.product-card .product-card-text p del {
    font-size: 14px;
}
.product-card .product-card-text .stars {
    margin-top: 0;
}
.product-card .product-card-text .stars ul {
    display: flex;
    gap: 2px;
}
.product-card .product-card-text .stars ul li {
    color: #ff7642;
    font-size: 11px;
}
.product-card .product-card-text .stars-box {
    justify-content: flex-end;
}
.product-card .product-card-text .stars-box span {
    font-size: 11px;
    color: #000a14;
}

/* Product Details */
.product-details-info-area .product-details-info-img {
    background-image: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-details-info-area .product-details-info-img img {
    display: inherit;
}
.product-details-info-area .product-details-info-text h3 {
    font-weight: 500;
    font-size: 16px;
    color: var(--blackColor);
    margin-bottom: 16px;
}
.product-details-info-area .product-details-info-text .price {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
}
.product-details-info-area .product-details-info-text .price del {
    font-size: 12px;
    color: var(--blackColor);
}
.product-details-info-area .product-details-info-text p {
    font-size: 15px;
    color: #55555a;
}
.product-details-info-area .product-details-info-text .input-count-area {
    margin-top: 24px;
}
.product-details-info-area
    .product-details-info-text
    .input-count-area
    .default-button {
    margin: 0 25px 0 0;
}
.input-counter .minus-btn::before,
.input-counter .plus-btn::before {
    background-color: var(--whiteColor);
}
.product-details-info-area .stars ul {
    display: flex;
    gap: 2px;
}
.product-details-info-area .stars ul li {
    color: #ff7642;
    font-size: 11px;
    margin: 0;
}
.product-details-info-area .stars-box {
    margin: 20px 0;
}
.product-details-info-area .stars-box span {
    font-weight: 600;
    font-size: 11px;
    color: #000a14;
}
.product-details .course-details-text-area .nav-tabs .nav-link {
    padding: 0 40px 16px 40px;
    margin-right: 90px;
    border-width: 2px;
    font-weight: 400;
    font-size: 16px;
}
.product-details .product-information h5 {
    color: #132841;
    margin: 40px 0 16px;
}
.product-details .product-information p {
    color: #595959;
}
.related-products .default-section-title h3 {
    font-weight: 500;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .product-details .course-details-text-area .nav-tabs .nav-link {
        padding: 0;
        margin: 0;
        margin-right: 25px;
        padding: 10px;
    }
}

/* Sell Your Product */
.sell-your-product textarea {
    width: 100%;
    border: 1px solid #eeeeee !important;
    resize: none;
    padding: 12px 15px;
    border-radius: 0.25rem;
    height: 200px;
}
.sell-your-product .file-size {
    font-size: 12px;
    color: #324b50;
    font-style: normal;
    margin-top: 20px;
}

/* Make a Gift */
.make-gift-red-box {
    background: #fdeded;
    width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
    text-align: center;
}
.make-gift-red-box p {
    font-size: 16px;
    color: var(--blackColor);
}

/* Educational Assistance */
.education-assistance-section .blog-card-2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.education-assistance-section .blog-card-2 .blog-card-text-area-2 {
    border: 1px solid #f0f0f0;
}
.education-assistance-section .blog-card-2 .blog-card-text-area-2 h4 {
    margin-top: 0;
    margin-bottom: 8px;
}
.education-assistance-section .blog-card-2 .blog-card-text-area-2 h4 a {
    font-weight: 500;
    font-size: 18px;
    color: var(--blackColor);
}
@media only screen and (max-width: 767px) {
    .education-assistance-section {
        margin-top: 20px !important;
    }
    .edu-ass .paginations {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 530px) {
    .wm-21{width: 200px !important;}
}

@media only screen and (max-width: 530px) {
    .wm-21{width: 250px !important;}
}

/* Batch Ambassadors */
.batch-ambassadors-btn {
    width: 250px;
    margin-top: 32px;
}

/* Post Your Needs */
.post-needs .blog-card-text-area h4 {
    font-weight: 500;
    font-size: 20px;
    color: var(--blackColor);
    border: none;
}
.post-needs .blog-card-text-area p {
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 14px;
}
.post-needs .blog-card-text-area ul {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.post-needs .blog-card .blog-card-text-area .blog-card-footer ul li {
    font-weight: 500;
    font-size: 12px;
    color: #959595;
}
.attach-file {
    width: 107px;
    height: 28px;
    border: 1px solid #0f0f0f;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.attach-file p {
    color: #555555;
    margin-left: 8px;
}
.attach-file i {
    font-weight: 600;
}
.post-your-need-comments > h5 {
    color: var(--blackColor);
    margin-bottom: 28px;
}
.post-your-need-comments > p {
    font-size: 14px;
    color: #686868;
    margin-bottom: 40px;
}
.post-your-need-comments .comments-box label {
    font-weight: 500;
    color: #324b50;
    margin-bottom: 23px;
    display: block;
}
.post-your-need-comments .comments-box input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
}
.post-your-need-comments .comments-box .default-button {
    width: 168px;
    margin-bottom: 30px;
}
.post-your-need-comments .comment-card {
    padding-left: 55px;
}
.post-your-need-comments .comment-card img {
    width: inherit;
    height: inherit;
}
.post-your-need-comments .comment-card h5 {
    font-weight: 500;
    font-size: 14px;
    color: var(--blackColor);
    margin-bottom: 0;
}
.post-your-need-comments .comment-card span {
    font-size: 12px;
    color: #959595;
    margin-left: 5px;
    margin-bottom: 0;
}
.post-your-need-comments .comment-card p {
    font-size: 14px;
    color: var(--blackColor);
}
.post-your-need-comments .thumbs-up-down {
    font-size: 14px;
    color: var(--blackColor);
}
.thumbs-up-down .fa-thumbs-up {
    font-size: 14px;
    color: var(--blackColor);
    margin-right: 25px;
}
.thumbs-up-down .fa-thumbs-up span {
    font-size: 14px;
    color: var(--blackColor);
}
@media screen and (max-width: 767px) {
    .post-needs .blog-card-text-area ul {
        width: 100%;
    }
    .post-need-sec {
        padding-top: 20px !important;
    }
    .post-need-sec .paginations {
        margin-top: 0 !important;
        margin-bottom: 50px;
    }
}

/* Collective Intelligence */
.collective-button {
    width: 267px;
    height: 40px;
    border-radius: 4px;
    justify-content: flex-start;
    padding-left: 18px;
}
.collective-button span {
    margin-left: 18px;
}
.select-your-idea-section label {
    font-weight: 500 !important;
    color: #5c5c5c !important;
    margin-bottom: 20px;
}
.select-your-idea-section input,
textarea {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.select-your-idea-section input[type="text"] {
    height: 40px;
}
.select-your-idea-section .form-select {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: transparent;
    color: #959595;
    width: 100%;
    padding: 11px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background-image: none;
    margin-bottom: 20px;
}
.select-your-idea-section .form-select:after {
    border-bottom: 1.5px solid #b8bcbf;
    border-right: 1.5px solid #b8bcbf;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    right: 24px;
}
.mb-20 {
    margin-bottom: 20px;
}
.intelligence-radio-section p {
    font-size: 16px;
    font-style: normal;
    color: #828588;
    line-height: 1;
    margin-bottom: 20px;
}

/* Discussion */
.discussion-heading {
    margin-bottom: 25px;
}
.discussion-heading h6 {
    font-size: 20px;
    color: var(--blackColor);
    margin-bottom: 25px;
    line-height: 1;
}
.discussion-heading p span {
    color: var(--mainColor);
}
.discussion-mute {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.discussion-mute p {
    font-size: 14px;
    color: #686868;
}
.discussion-mute p:first-child {
    font-weight: 500;
    color: #eb4741;
}
.discussion-comment-box textarea {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 16px 24px;
    width: 100%;
    height: 100px;
    resize: none;
    /* margin-bottom: 20px; */
}
.discussion-comment-box .default-button span {
    color: var(--whiteColor);
}
.post-your-need-comments .comment-card .thumbs-up-down p {
    font-weight: 500;
    font-size: 12px;
    color: #959595;
    margin: 0;
}
.discussion-top-contri h6 {
    margin: 0 8px 0 24px;
    color: var(--blackColor);
}
.discussion-top-contri p {
    color: var(--blackColor);
}
.unanswered-texts p {
    font-size: 14px;
    color: #eb4741;
    margin-left: 8px;
}
.unanswered-texts h5 {
    margin: 8px 0 20px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.discussion-comment-title {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 10px 20px;
}

.discussion-comment-card-header {
    background-color: #f1f1f1;
    padding: 5px 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
}

.discussion-comment-card-description {
    padding: 10px 20px;
}

.discussion-comment-card-description img {
    margin: 1rem 0;
    height: 300px;
    max-width: 100%;
}

/* Helping Hands */

@media only screen and (min-width:1200px) {
    .helping-hand-card-container {
        width: 270px;
    }
    .blog-card-text-area-2 h4 {
        height: 85px;
    }

    .alumni-store-d .owl-item{
        width: 272px !important;
    }
}
@media only screen and (max-width:1200px) {
    .helping-hand-card-container {
        width: 300px;
    }

    .mx_w_216{
        width: 216px;
    }
}
@media only screen and (max-width:990px) {
    .helping-hand-card-container {
        width: 400px;
    }
}


.helping-hands-select .form-select {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: transparent;
    color: #a2a2a4;
    width: 200px;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    background-image: none;
}
.helping-hands-select .form-select:after {
    border-bottom: 1.5px solid #a2a2a4;
    border-right: 1.5px solid #a2a2a4;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    right: 16px;
}
.helping-hands-section .blog-card-img {
    position: relative;
}
.days-left-card {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
}
.days-left-card h6 {
    font-size: 12px;
    color: var(--whiteColor);
    background-color: #001736;
    padding: 10px 12px;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 1;
}
.days-left-card .icon-box {
    background-color: var(--mainColor);
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blue-border-line {
    width: 100%;
    height: 6px;
    background-color: #e6e6e6;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.blue-line-box {
    width: 50%;
    height: 100%;
    border-radius: 3px;
    background-color: green;
}
.raised-of {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: 15px;
    height: 25px;
}
.raised-of h6 {
    font-size: 12px;
    color: #001736;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 1;
}
.raised-of h6 span {
    color: #a2a2a4;
}
.raised-of p {
    font-weight: 500;
    font-size: 12px;
    color: #959595;
    line-height: 1;
}
.helping-head {
    margin-top: 82px;
    margin-bottom: 24px;
    font-size: 32px;
    color: var(--blackColor);
}
.user-text h6 {
    font-size: 14px;
    color: #5c5c5c;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.user-text h6 span {
    font-weight: 400;
    margin-left: 4px;
}
.user-text h6 img {
    margin-right: 12px;
}
.donate-rupee p {
    color: var(--blackColor);
    border: 1px solid #e6e6e6;
    width: 90px;
    height: 32px;
    text-align: center;
}
.donate-rupee {
    margin-bottom: 20px;
}
.enter-amount-input label {
    font-weight: 500;
    color: var(--blackColor);
    margin-bottom: 20px;
}
.enter-amount-input input {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 36px;
    height: 40px;
}
.tax-benefit-section {
    margin-bottom: 32px;
}
.tax-benefit-section p {
    font-weight: 500;
    font-size: 14px;
    color: var(--whiteColor);
    background-color: #00d3ad;
    margin-right: 10px;
    padding: 10px 12px;
    line-height: 1;
}
.tax-benefit-section p:nth-child(2) {
    background-color: #ff9090;
}
.tax-benefit-section p:nth-child(3) {
    background-color: #9747ff;
}
.donors-section p {
    font-weight: 500;
    font-size: 14px;
    color: var(--blackColor);
    background-color: #e6e6e6;
    margin-right: 8px;
    padding: 10px 12px;
    line-height: 1;
}
.share-text-icon {
    font-weight: 500;
    font-size: 14px;
    color: #55555a;
}
.share-text-icon img {
    margin-left: 8px;
}
.tax-benefit-assured .raised-of {
    border: none;
    margin: 0;
    padding: 0;
}
.tax-benefit-assured .raised-of h6 {
    font-weight: 600;
    font-size: 20px;
}
.tax-benefit-assured .raised-of h6 span {
    font-weight: 500;
}
.tax-benefit-assured .raised-of p {
    font-size: 20px;
}
.top-contributors-head {
    font-weight: 700;
    font-size: 40px;
    color: var(--blackColor);
    margin: 80px 0 50px;
}
.rec-top-contri .col-md-2 {
    width: 20%;
}
@media only screen and (max-width: 767px) {
    .rec-top-contri .col-md-2 {
        width: 100%;
    }
    .top-contributors-head {
        margin: 30px 0 0;
    }
    .helping-head {
        margin-top: 30px;
    }
}



.h--auto{
    height: auto;
}
/* Latest News */
.latest-news-blog-text .blog-card-text-area h4 {
    font-weight: 500;
    font-size: 18px;
    color: var(--blackColor);
    padding-bottom: 14px;
    margin: 0;
}
.latest-news-blog-text .blog-card-footer ul {
    display: flex;
    justify-content: space-between;
}
.latest-news-blog-text .blog-card-footer ul li {
    font-size: 12px !important;
}
.latest-news-btn {
    border-radius: 4px;

    width: 180px;
}

.jlp-10{
    justify-content: center;align-items: center;row-gap: 10px;
}

.mt-13{
    margin-top: -4px;
}

.nwdp{
    display: inline-block;
    border: 1px solid;
    padding: 0.4rem;
    border-radius: 0.3rem;
}

/* Events */
.events-textarea > nav {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.35);
    height: 80px;
}
.events-textarea > nav .nav.nav-tabs {
    border: none;
    height: 100%;
    justify-content: space-between;
}
.events-textarea .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.events-textarea .nav-tabs .nav-link img {
    margin-right: 16px;
}
.events-textarea .nav-tabs .active {
    border-bottom: 2px solid #eb4741;
    color: inherit;
}
.trending-upcoming-text {
    margin: 40px 0 60px;
}
.trending-upcoming-text h5 {
    color: #959595;
    padding: 0 1px 10px;
}
.trending-upcoming-text .trending-text {
    color: var(--blackColor);
    border-bottom: 2px solid #eb4741;
}
.trending-events-card {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    padding: 15px;
}
.trending-events-card .seminar {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: var(--mainColor);
    background-color: #fdeded;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 10px;
}
.trending-events-card .seminar + h5 {
    font-size: 18px;
    color: var(--blackColor);
    line-height: 1.4;
}
.trending-events-card p {
    font-size: 14px;
    color: #959595;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.trending-events-card p img {
    width: 16px;
    margin-right: 12px;
}
.trending-events-card .share-icon-box {
    background-color: var(--mainColor);
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.event-details-section .helping-head {
    margin: 68px 0 34px;
}
.event-details-section h6 {
    color: #001736;
    line-height: 1.5;
}
.register-event-details img {
    width: 16px;
    margin-right: 12px;
}
.register-event-details h6 {
    color: var(--blackColor);
    margin-bottom: 16px;
}
.register-event-details p {
    font-size: 14px;
    line-height: 1;
}
.events-open p {
    font-weight: 500;
    color: var(--whiteColor);
    background-color: #00d3ad;
    padding: 10px 12px;
    margin-right: 16px;
    margin-bottom: 16px;
    min-width: 80px;
    text-align: center;
}
.register-event-details .visit-website {
    font-weight: 500;
    font-size: 14px;
    color: #316be7;
    line-height: 1;
}

.ptb-36-100{
    padding-top: 36px;
    padding-bottom: 100px;
}

.w_75{
    width: 75%;
}

.btn-link-un{
    text-decoration: none;
}

@media screen and (max-width: 575px) {

    #mc-10{
        padding: 0 20px !important;
    }

    .center-575{
        justify-content: center !important;
    }

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

    .jcs{
        justify-content: start !important;
    }

    .news-arch a{
        flex-grow: 1;
    }

    .w-96{
        width: 96%;
    }

    .pdl-0{
        padding-left: 0;
    }

    .pdlr{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .w__260{
        width: 260px;;
    }

    .plxs-2{
        padding-left: 1.5rem;
    }
    .w_100_575{
        width: 100%;
    }
    .mla575
    {
        margin: auto !important;
    }

    
}

@media screen and (max-width: 767px) {
    .events-textarea > nav {
        height: inherit;
    }
    .events-textarea > nav .nav.nav-tabs {
        justify-content: inherit;
        flex-direction: column;
        width: fit-content;
    }
    .events-textarea .nav-tabs .nav-link {
        margin: 0 !important;
        padding: 10px !important;
        margin: 5px 0 !important;
    }
    .events-textarea .nav-tabs .nav-link img {
        margin-right: 10px;
    }
    .trending-upcoming-text {
        margin: 30px 0;
    }
    .course-details-text-area .trending-events-card {
        flex-wrap: wrap;
    }
    .course-details-text-area .trending-events-card .me-4 img {
        margin-bottom: 30px;
    }
    .course-details-text-area .paginations {
        margin-bottom: 40px;
    }
    .event-details-section .helping-head {
        margin: 30px 0;
    }
}

/* Job */
.job-details-box h6 {
    color: #324b50;
    margin-bottom: 16px;
}
.job-details-box p {
    color: #a2a2a4;
    line-height: 1.3;
}
.jobs-whitebox {
    height: 25rem;
    padding: 1.5rem 1rem;
    background: #ffffff;
    /* box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 8px;
    display: block;
    /* padding: 16px 16px 30px 30px; */
}
.jobs-whitebox h6 {
    color: #324b50;
    margin-bottom: 30px;
    line-height: 1;
}
.jobs-whitebox .p1 {
    width: 5rem;
    font-weight: 700;
    font-size: 14px;
    color: #324b50;
    line-height: 1;
    min-width: 61px;
}
@media only screen and (max-width: 1404px){
    .jobs-whitebox{
        height: 25.5rem;
    }
}
@media only screen and (max-width: 1191px) {
    .jobs-whitebox {
        height: 23.5rem;
    }
}
@media only screen and (max-width: 990px){
    .jobs-whitebox{
        height: 26.5rem;
    }
}
@media only screen and (max-width: 768px){
    .jobs-whitebox{
        height: 25.5rem;
    }
}
@media only screen and (max-width: 575px){
    .jobs-whitebox{
        height: 21rem;
    }

    .mx_wid{
        max-width: 290px;
    }
}
@media only screen and (max-width: 520px){

.w__260{
    width: 100%;
}
}
@media only screen and (max-width: 390px){
    .jobs-whitebox{
        height: 23rem;
    }
}
.jobs-whitebox .p2 {
    font-size: 14px;
    color: #324b50;
    line-height: 1;
}
.jobs-whitebox .view-detail {
    font-size: 14px;
    line-height: 1;
    color: var(--mainColor);
}
.archieve-box {
    margin-bottom: 18px;
}
.archieve-box p {
    font-size: 14px;
    color: var(--mainColor);
}
.archieve-icon-box {
    background: rgba(235, 71, 65, 0.11);
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* Alumni Directory Details */
.directory-details-section .basic-information {
    background: #ffffff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 32px;
}
.basic-information .basic-information-top {
    height: 64px;
    border-bottom: 1px solid rgba(50, 75, 80, 0.15);
    padding: 0 30px;
}
.basic-information .basic-information-top h6 {
    font-size: 18px;
    color: var(--blackColor);
    margin-bottom: 0;
}
.basic-information .basic-information-top .default-button {
    font-size: 14px;
    border-radius: 4px;
    width: 110px;
    height: 32px;
}
.basic-information .basic-information-bottom {
    padding: 30px;
}
.alex-joseph-left img {
    margin-right: 15px;
}
.alex-joseph-left h6 {
    color: var(--blackColor);
    margin-bottom: 10px;
    line-height: 1;
}
.alex-joseph-left p {
    font-size: 14px;
    line-height: 1;
}
.alex-joseph-center p {
    line-height: 1;
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.alex-joseph-center p img {
    margin-right: 12px;
}
.basic-information .speakers-details-social-icons li {
    margin-right: 20px;
}
.basic-information .speakers-details-social-icons li a {
    width: 36px;
    height: 36px;
}
.basic-information .speakers-details-social-icons li a i {
    font-size: 18px;
}
.directory-details-section .accordion-item {
    margin-bottom: 32px;
    border: none;
    box-shadow: 0px 4px 24px rgba(16, 16, 16, 0.1);
    border-radius: 8px;
}
.directory-details-section .accordion-button {
    height: 64px;
    border-radius: 8px !important;
    font-weight: 500;
    font-size: 18px;
    color: var(--blackColor);
    padding: 0 30px;
}
.directory-details-section .accordion-button::after {
    background-size: 1rem;
}
.directory-details-section .accordion-button:not(.collapsed) {
    background-color: var(--whiteColor);
    border-bottom: 1px solid rgba(50, 75, 80, 0.15);
    border-radius: 0 !important;
}
.directory-details-section .accordion-body {
    padding: 30px;
}
.directory-details-section .accordion-body .accordion-body-text h6 {
    color: var(--blackColor);
    margin-bottom: 0;
    line-height: 1;
}
.accordion-body-text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
}
.accordion-body-text p strong {
    font-weight: 500;
    font-size: 16px;
}
.directory-details-section .accordion-body .border-line {
    width: 100%;
    height: 1px;
    background-color: rgba(50, 75, 80, 0.1);
    margin: 20px 0;
}

/* Blog */
.blog-section
    .course-details-text-area.presence-worldwide-tabs
    .nav-tabs
    .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: #959595;
    padding: 0 15px 25px;
}
.blog-section
    .course-details-text-area.presence-worldwide-tabs
    .nav-tabs
    .active {
    font-weight: 500;
    color: #000000;
}
.blog-section .blog-selects {
    margin: 38px 0 26px;
    gap: 40px;
}
.blog-section .blog-box {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.35);
    padding: 30px;
    margin-top: 30px;
}
.blog-box .blog-top-texts {
    margin-left: 20px;
}
.blog-box .blog-top-texts h6 {
    font-size: 14px;
    color: var(--blackColor);
    margin-bottom: 0;
}
.blog-box .blog-top-texts h6 span {
    font-weight: 400;
    color: #868686;
    margin-left: 20px;
}
.blog-box .blog-top-texts p {
    font-size: 14px;
    color: #868686;
}
.blog-box h5 {
    font-size: 18px;
    color: #232323;
}
.blog-box h5 + p {
    font-size: 14px;
    color: #595959;
    margin-bottom: 10px;
}
.java-development p {
    font-size: 12px;
    color: #eb4741;
    background-color: #fdeded;
    margin-right: 15px;
    padding: 4px 16px;
}
.blog-box-left {
    width: 60%;
}
.blog-categories-text p {
    color: var(--blackColor);
    margin-top: 15px;
}
.blog-categories-text p:first-child {
    color: var(--mainColor);
}

/* Chat Page */
.type-your-msg {
    background: #f5f5f5;
    /* border: 1px solid #e0e0e0; */
    padding: 20px;
    padding-bottom: 15px;
}
.type-your-msg input {
    background-color: transparent;
    width: 75%;
    border: none;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.type-your-msg input::placeholder {
    color: #303030;
}
.yesterday {
    position: relative;
    margin: 30px 0 50px;
}
.yesterday p {
    font-size: 15px;
    color: #d9d9d9;
    text-align: center;
    background-color: var(--whiteColor);
    z-index: 2;
    padding: 0 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yesterday .grey-border {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}
.chat-left-side img {
    margin-right: 6px;
}
.chat-right-side img {
    margin-right: 0;
    margin-left: 6px;
}
.chat-left-side p {
    word-wrap: break-word;
    font-size: 14px;
    color: var(--blackColor);
    padding: 8px 16px;
    background-color: #e9effd;
    border-radius: 10px 10px 10px 0px;
    max-width: 450px;
}
.chat-right-side p {
    word-wrap: break-word;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-radius: 10px 10px 0px 10px;
}
.chat-left-side span {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #999999;
}
.document-chat p {
    border-radius: 0 0 10px 0;
}
.chat-profile-top {
    padding: 8px 24px 8px 16px;
    border-bottom: 1px solid #e0e0e0;
}
.chat-profile-top h6 {
    color: #011627;
    margin-bottom: 0;
}
.chat-profile-top h6 + p {
    font-size: 14px;
    color: #707991;
}
.search-chats {
    padding: 8px 16px;
    position: relative;
    margin-bottom: 8px;
}
.search-chats img {
    position: absolute;
    left: 32px;
    top: 16px;
}
.search-chats input {
    background: #f5f5f5;
    border-radius: 22px;
    border: none;
    width: 100%;
    height: 40px;
    padding-left: 56px;
}
.search-chats input::placeholder {
    color: #707991;
}
.chat-search-data {
    height: 72px;
    padding: 0 16px;
}
.chat-search-data h6 {
    font-weight: 600;
    color: #011627;
    margin-bottom: 0;
}
.chat-search-data h6 + p {
    font-size: 14px;
    color: #707991;
}
.chat-numbers p {
    font-size: 12px;
    color: #707991;
}
.chat-numbers span {
    background: #78e378;
    border-radius: 100px;
    color: var(--whiteColor);
    font-size: 12px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-profile h6 {
    color: #011627;
    margin: 5px 0 16px;
    text-align: center;
}
.chat-profile .software-eng {
    color: #55555a;
    text-align: center;
}
.chat-profile .batch-branch {
    /* gap: 10px; */
    justify-content: center;
    margin: 20px 0 16px;
}
.chat-profile .batch-branch p {
    font-size: 14px;
    color: #55555a;
}
.java-python {
    gap: 12px;
    justify-content: center;
}
.java-python p {
    font-size: 14px;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    border-radius: 16px;
    width: 66px;
    text-align: center;
}
.chat-profile{

    /* margin-left: 18rem !important; */
}
.chat-profile .add-to-fav {
    margin: 30px 0;
}
.chat-profile .add-to-fav span {
    font-size: 11px;
    color: var(--blackColor);
    margin-left: 10px;
}
.chat-profile .attachments {
    font-weight: 500;
    font-size: 11px;
    color: var(--blackColor);
}
.ent-btns {
    display: flex;
    /* margin: 25px 0 40px; */
}
.ent-btns > div {
    background: #eff0f7;
    border-radius: 4px;
    margin-right: 16px;
    width: 52px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.ent-btns > div > span {
    font-size: 10px;
    color: var(--mainColor);
}
.chat-profile .view-all {
    font-size: 10px;
    color: var(--mainColor);
    border: 1px solid #eb4741;
    border-radius: 27px;
    width: 100px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

/* Photo Gallery */
.photo-gallery-texts {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.35);
    margin: 12px 0;
}
.photo-text-box {
    padding: 16px 24px;
    display: block;
    position: relative;
    z-index: 99;
}
.photo-text-box h5 {
    color: var(--blackColor);
    /* text-decoration: underline; */
}
.photo-text-box p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
}
.photo-text-box p span {
    font-weight: 500;
}
.add-photos-gallery {
    width: 120px;
}


/* Life at NITR */
.nitr-life .blog-card-footer ul {
    flex-direction: column;
}
.nitr-life .blog-card-footer ul li:last-child {
    margin-top: 16px;
}
.nitr-life .blog-card-footer p {
    font-size: 14px;
}

/* Mentorship */
.mentorship-box .top-mentor-box {
    position: relative;
}
.mentorship-box .top-mentor-box p {
    font-weight: 500;
    font-size: 12px;
    color: var(--whiteColor);
    background-color: #02dfb7;
    border-radius: 24px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 12px;
}
.mentorship-box .team-card-text-area h4 {
    font-weight: 500;
    font-size: 20px;
    color: var(--blackColor);
    margin-bottom: 8px;
}
.mentorship-box .team-card-text-area h4 ~ p {
    font-size: 14px;
}
.mentorship-box .team-card-text-area .java-python-box {
    gap: 12px;
    margin-top: 12px;
}
.mentorship-box .team-card-text-area .java-python-box p {
    background: #f0f0f0;
    border-radius: 16px;
    font-size: 14px;
    color: #55555a;
    padding: 0 12px;
    height: 24px;
    text-align: center;
}
.mentorship-box .team-card-text-area .chat-call {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 16px 0;
    padding: 12px 0;
}
.mentorship-box .team-card-text-area .chat-call p {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.mentorship-box .team-card-text-area .default-button {
    font-size: 14px;
    width: 125px;
}
.mentorship-box .team-card-text-area .stars ul {
    display: flex;
    gap: 2px;
}
.mentorship-box .team-card-text-area .stars ul li {
    color: #ff7642;
    font-size: 11px;
    margin: 0;
    line-height: 1;
}
.mentorship-box .team-card-text-area .stars-box span {
    font-size: 11px;
    color: #000a14;
    line-height: 1;
}
.mentorship-details .speakers-details-info-area h2 {
    font-size: 32px;
    color: var(--blackColor);
    margin-bottom: 12px;
}
.mentorship-details .speakers-details-info-area h6 {
    color: var(--blackColor);
    color: rgb(116, 116, 116);
    /* margin-bottom: 20px; */
}
.mentorship-details .speakers-details-info-area .mentorship-about p {
    display: flex;
    align-items: center;
    /* font-size: 20px; */
}
.mentorship-details .speakers-details-info-area .mentorship-about p img {
    margin-right: 16px;
}

.mentorship-details .speakers-details-info-area span {
    color: var(--mainColor);

}

.mentorship-about-details {
    margin-top: 40px;
}
.mentorship-about-details h4 {
    color: var(--blackColor);
    margin-bottom: 0;
}
.mentorship-about-details .social-platforms-icons {
    gap: 20px;
    margin: 20px 0 30px;
}
.mentorship-skills-box {
    margin: 20px 0 30px;
}
.mentorship-skills-box p {
    font-size: 14px;
    background-color: #55555a;
    background: #f0f0f0;
    border-radius: 16px;
    padding: 0 16px;
    margin-right: 12px;
}
.mentorship-topics {
    margin: 15px 0 30px;
    gap: 24px;
    color: var(--paragraphColor)
}
.mentorship-about-details h5 {
    color: var(--blackColor);
    padding-bottom: 10px;
}
.mentorship-about-details .mentorship-texts {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.mentorship-modal .modal-dialog {
    max-width: 840px !important;
}
.mentorship-modal .modal-body {
    width: 100% !important;
    padding: 30px;
    padding-top: 14px;
    margin-bottom: 15px !important;
}
.mentorship-modal .modal-body .btn-close {
    position: absolute;
    right: 30px;
    top: 0;
    width: 2%;
    padding: 0;
}
.mentorship-modal .modal-body input[type="text"] {
    height: 50px;
}
.mentorship-modal .modal-body textarea {
    height: 250px !important;
    padding: 16px !important;
}
.mentorship-modal .modal-footer {
    padding: 15px 30px;
}
.mentorship-modal .modal-footer .attach-file {
    margin: 0;
}
.mentorship-modal .modal-footer .attach-file p {
    font-size: 14px;
}
.mentorship-send-email {
    background-color: var(--mainColor);
    width: 137px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--whiteColor);
}
.mentorship-send-email:hover {
    color: var(--whiteColor);
}

.mentorship-top-container {
    display: flex;
    justify-content: space-between;
}

.mentorship-cards-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.mentorship-cards {
    border-radius: 15px;
    margin: 1rem 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mentorship-cards .mentorship-cards-img-container img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 210px;
}

.mentorship-cards .mentorship-cards-content-container {
    padding: 20px;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.mentorship-cards .mentorship-cards-content-container h5 {
    height: 50px;
}

.mentorship-cards .mentorship-cards-content-container .mentorship-cards-content-title {
    font-weight: bold;
}

.mentorship-cards-content-container .mentor-branch {
    height: 55px;
    /* line-height: 15px; */
    margin-top: 3px;
}

.mentorship-cards-content-container .mentor-branch p {
    line-height: 20px;
    font-size: 15px;
}

.mentorship-cards-content-container .stars-box {
    padding: 0 0 5px 0;
}

.mentorship-cards-content-container .stars-box span {
    font-size: 12px;
    color: #777777;
    line-height: 1;
}

.mentor-skills {
    height: 20px;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    overflow-x: auto;
}

.mentor-skills p {
    margin: 0 1px;
    padding: 0 5px;
    background-color: #d2d2d2;
    font-size: 12px;
    border-radius: 10px;
    /* overflow-x: auto; */
}

.mentorship-cards-content-container button {
    border: none;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 7px;
}

.mentorship-cards-content-container .send-email {
    border: 1px solid rgb(200, 200, 200);
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mentorship-card {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

@media only screen and (min-width: 1400px){
    .mentorship-cards{
        width: 300px;
    }
}

@media only screen and (max-width: 1400px){
    .mentorship-cards{
        width: 250px;
    }
}

@media only screen and (max-width: 1200px){
    .mentorship-cards{
        width: 320px;
    }
}

@media only screen and (max-width: 991px){
    .mentorship-cards{
        width: 400px;
    }
    .mentorship-cards-container {
        justify-content: center;
    }
    .mentorship-cards .mentorship-cards-content-container h5 {
        height: auto;
    }
    .mentorship-cards-content-container .mentor-branch {
        height: auto;
    }
    .you-are-a-mentor {
        margin: 5px 15px;
        width: 100%;
    }
    .mentorship-top-container {
        display: block;
    }
}

/* My Profile Details */
.directory-details-section .accordion-body {
    padding: 30px;
}
.directory-details-section .accordion-body .accordion-body-text h6 {
    color: var(--blackColor);
    margin-bottom: 0;
    line-height: 1;
}
.accordion-body-text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
}
.accordion-body-text p strong {
    font-weight: 500;
    font-size: 16px;
}
.directory-details-section .accordion-body .border-line {
    width: 100%;
    height: 1px;
    background-color: rgba(50, 75, 80, 0.1);
    margin: 20px 0;
}
.profile-complete-percent h6 {
    color: var(--blackColor);
    margin-bottom: 0;
}
.profile-complete-percent span {
    font-weight: 600;
    color: #324b50;
}
.profile-complete-percent .profile-percentage {
    width: 100%;
    height: 8px;
    background-color: #ececec;
    border-radius: 4px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.profile-complete-percent .profile-percentage-inner {
    width: 50%;
    height: 100%;
    background-color: var(--mainColor);
    border-radius: 4px;
}

#basicInfoFormSubmit {
    overflow-y: auto;
}

.my-basic-profile .modal-content {
    border-radius: 17px;
    border: 0;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
}

.modal-content {
    overflow-y: hidden !important;
}

#addEducationFormSubmit {
    overflow-y: auto;
}
.my-basic-profile .modal-lg {
    max-width: 644px;
}
.my-basic-profile .modal-header {
    justify-content: center;
    border-bottom: 3px solid #efefef;
    padding: 30px 0;
}
.my-basic-profile .modal-header h4 {
    font-weight: 700;
    color: var(--blackColor);
    margin-bottom: 0;
}
.my-basic-profile .modal-body {
    width: 80%;
    margin: 0 auto 41px;
}
.my-basic-profile .modal-body .profile-avatar {
    width: 120px;
    position: relative;
    margin: auto;
    margin-bottom: 24px;
}
.my-basic-profile .modal-body .profile-avatar .camera-icon {
    position: absolute;
    right: -10px;
    bottom: 10px;
}
.my-basic-profile .modal-body label {
    font-weight: 500;
    color: var(--blackColor);
    margin-bottom: 11px;
}
.my-basic-profile .modal-body input {
    width: 100%;
    height: 46px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    padding: 0 14px;
    margin-bottom: 25px;
}
.my-basic-profile .modal-body button {
    font-weight: 500;
    font-size: 18px;
    height: 48px;
    width: 50%;
    margin-top: 11px;
    border-radius: 4px;
}
.my-basic-profile .modal-body button.btn-primary {
    color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}
.my-basic-profile .modal-body button.btn-secondary {
    color: var(--whiteColor);
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}
.my-basic-profile .modal-body .form-select {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background-color: transparent;
    color: #a4a2a2;
    height: 46px;
    padding: 0 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background-image: none;
}
.my-basic-profile .modal-body .form-select span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.my-basic-profile .modal-body .form-select:after {
    border-bottom: 1.5px solid #a2a2a4;
    border-right: 1.5px solid #a2a2a4;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    right: 16px;
}

.profile-mh-none{
max-height: none !important;
}

.add-education .modal-body textarea {
    width: 100%;
    resize: none;
    font-size: 14px;
    color: #a4a2a2;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    padding: 16px 8px;
    height: 152px;
}
.add-education .modal-body label {
    margin-top: 16px;
}
.add-education .modal-body input {
    margin: 0;
}

/* Banners */
.uni-banner::before {
    display: none;
}
.login-banner,
.past-executive-committee-banner {
    background: url(../images/home/login-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.executive-committee-banner,
.fame-banner {
    background: url(../images/home/executive-committee.png) no-repeat
        center/cover;
    background-color: inherit;
}
.gold-medalists-banner {
    background: url(../images/home/gold-medalist.png) no-repeat center/cover;
    background-color: inherit;
}
.faculties-banner {
    background: url(../images/home/faculties.png) no-repeat center/cover;
    background-color: inherit;
}
.batch-ambassadors-banner {
    background: url(../images/home/batch-ambassdors.png) no-repeat center/cover;
    background-color: inherit;
}
.backbone-banner {
    background: url(../images/home/backbone.png) no-repeat center/cover;
    background-color: inherit;
}
.springs-banner {
    background: url(../images/home/springs.png) no-repeat center/cover;
    background-color: inherit;
}
.foresight-banner {
    background: url(../images/home/foresight.png) no-repeat center/cover;
    background-color: inherit;
}
.presence-banner {
    background: url(../images/home/presence-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.alumni-banner {
    background: url(../images/home/alumni-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.product-details-banner {
    background: url(../images/home/product-details-banner.png) no-repeat
        center/cover;
    background-color: inherit;
}
.naming-rights-banner {
    background: url(../images/home/naming-rights-banner.png) no-repeat
        center/cover;
    background-color: inherit;
}
.ambassadors-banner {
    background: url(../images/home/ambassadors-banner.png) no-repeat
        center/cover;
    background-color: inherit;
}
.collective-banner {
    background: url(../images/home/collective-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.discussion-banner {
    background: url(../images/home/discussion-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.helping-banner {
    background: url(../images/home/helping-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.latest-news-banner {
    background: url(../images/home/latest-news-banner.png) no-repeat
        center/cover;
    background-color: inherit;
}
.events-banner {
    background: url(../images/home/events-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.blog-banner {
    background: url(../images/home/blog-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.job-details-banner {
    background: url(../images/home/job-details-banner.png) no-repeat
        center/cover;
    background-color: inherit;
}
.jobs-banner {
    background: url(../images/home/jobs-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.map-view-banner {
    background: url(../images/home/map-view-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.chat-banner {
    background: url(../images/home/chat-banner.png) no-repeat center/cover;
    background-color: inherit;
}
.photo-gallery-banner {
    background: url(../images/home/photo-gallery-banner.png) no-repeat
        center/cover;
    background-color: inherit;
}
.life-nitr-banner {
    background: url(../images/home/life-nitr-banner.png) no-repeat center/cover;
    background-color: inherit;
}

.news-arch{
    display: flex;
    margin-bottom: 1.5rem;
    row-gap: 1rem;
}

@media only screen and (max-width: 767px) {
    .filter-responsive .container > .d-flex {
        flex-wrap: wrap;
        gap: 30px;
    }
    .filter-responsive .container .d-flex .filters-box {
        width: 75%;
        margin-top: 0;
    }
    .filter-responsive .container .default-button {
        margin-top: 15px;
    }
    .helping-select-responsive {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .mentorship-avatar-responsive {
        width: 75%;
        margin-top: 30px;
    }
    .blog-section .blog-box {
        flex-wrap: wrap;
        gap: 30px;
    }
    .blog-box-left {
        width: 100%;
    }
    .blog-section .blog-selects {
        flex-wrap: wrap;
        gap: 20px;
    }
    .blog-section
        .course-details-text-area.presence-worldwide-tabs
        .nav-tabs
        .nav-link {
        margin: 0;
        padding: 10px;
        margin-bottom: 10px;
    }
    .basic-information .basic-information-bottom .alex-joseph-center {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .basic-information .basic-information-bottom .alex-joseph-center p {
        margin-left: 0 !important;
        word-wrap: break-word;
    }
    .my-basic-profile .modal-body {
        width: 100%;
    }
}

.like-share-comment p {
    font-size: 14px;
    color: var(--blackColor);
    line-height: 1;
}
.multiple-images-box {
    z-index: 100;
}
.events-modal-close .modal-body {
    width: 100%;
    padding: 32px;
    padding-top: 0;
    margin: 0;
}

.events-modal-close .modal-body button.btn-close {
    width: 2%;
}
.event-details-heading {
    margin: 1rem 0;
    font-size: 32px;
    color: var(--blackColor);
}

.event-details-tags {
    display: flex;
    margin: 5px 0 10px 0;
}

.event-details-tags p {
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #eb4741;
    background-color: #ffdddd;
}

.event-details-heading + p {
    font-size: 12px;
    color: #55555a;
    margin-bottom: 16px;
}
.multiple-images-sec {
    position: absolute;
    bottom: -5px;
    left: 30%;
}

.alert .close {
    background-color: transparent;
    border: none;
    float: right;
}

/* profile basic info*/
.pro-data {
    flex-grow: 1;
    /* justify-content: space-around; */
}

.info-basic {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding-top: 0.3rem;
}

.d-column {
    flex-direction: column;
}

/* become a member */
.modal-body {
    overflow-y: auto;
    /* padding: 2rem !important; */
}

.btn-member {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    will-change: box-shadow, transform;
    height: 60px;
    padding: 0 32px;
    font-size: 18px;
    border-radius: 6px;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 16px 48px 0px;
}

.d-column p span {
    word-break: break-all;
}

/* hide number type field arrow start here*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* hide number type field arrow end here*/

.avatars {
    display: inline-block;
    /* transform: scale(-1, 1); */
}

.avatar {
    position: relative;
    display: inline-block;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 42px;
    height: 42px;
}

/*  */
.avatars .avatar button {
    height: 100%;
    width: 100%
}

.avatars .avatar button img {
    height: 100%;
}
/*  */

.avatar:not(:first-child) {
    margin-left: -20px;
}

.avatar img {
    width: 100%;
    display: block;
    transform: scale(-1, 1);
}

.avatar:nth-child(n + 5):last-child,
.button_avatar {
    height: 42px;
    background-color: lightgray !important;
    padding-bottom: 13px;
    /* padding-right: 6px; */
    font-size: 10px;
}

.avatars_event {
    display: inline-block;
    /* transform: scale(-1, 1); */
    margin-left: 10px;
}

.avatar_event {
    position: relative;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 32px;
    height: 32px;
}

.avatar_event button {
    height: 100%;
    width: 100%;
}

.avatar_event button img {
    height: 100%;
}

.avatar_event:not(:first-child) {
    margin-left: -13px;
}

.avatar_event img {
    width: 100%;
    display: block;
    transform: scale(-1, 1);
}

.avatar_event:nth-child(n + 5):last-child,
.button_avatar_event {
    height: 42px;
    background-color: lightgray !important;
    padding-bottom: 13px;
    /* padding-right: 6px; */
    font-size: 10px;
}

.student_round_profile_home {
    height: 54px !important;
    width: 54px !important;
    border-radius: 50% !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #e3e3e3 !important;
}
.comment_profile {
    height: 32px !important;
    width: 32px !important;
    border-radius: 50% !important;
}

.spring-div p:first-of-type {
    width: 500ch !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    display: block !important;
}

.spring-div p {
    display: none;
}

.spring-div a {
    color: #eb4741;
    /* text-decoration: none; */
    font-size: 15px;
}
.spring-div a:hover {
    color: #011e3f;
}

.blog-listing-image {
    width: 216px;
    height: 158px;
    border-radius: 8px;
}

.blog-listing-div p:first-of-type {
    width: 45ch !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    display: block !important;
}

.blog-listing-div p {
    display: none;
}

.blog-listing-div img {
    display: none;
}

.blog_listing_profile {
    height: 56px !important;
    width: 56px !important;
    border-radius: 50% !important;
}

.top_author_profile {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
}

.description-div p {
    word-wrap: break-word !important;
}

.url {
    color: var(--mainColor);
}

.url:hover {
    color: var(--secondColor);
}

/* mobile profile  */

.mobile-dropdown-menu {
    position: absolute;
    flex-direction: column;
    top: 60px;
    left: -100px;
    background: var(--whiteColor);
    align-items: start !important;
    cursor: pointer;
    padding: 0%;
    border-bottom: 2px solid var(--mainColor);
    display: none;
}

.menu-small-device {
    cursor: pointer;
}

.mobile-dropdown-menu .nav-item {
    flex-grow: 1;
    text-align: start;
    padding: 0;
    margin: 0;
    width: 200px;
}

.mobile-dropdown-menu .nav-item a {
    margin: 0;
    padding: 10px 20px;
    color: black;
    border-top: 1px solid #eeeeee90;
    font-size: 16px;
    font-weight: 400;
}
.mobile-dropdown-menu li:hover a {
    color: #eb4741;
}


.ra{
       border-radius: 0.5rem;
   }
   .ra-10{
    border-radius: 10px ;
}
.ra-img{
    border-radius: 10px 10px 0px 0px ;
}
/* shadow and radius */
.sh{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    overflow: hidden;
   }
.shfa{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}  
/* ;overflow:hidden;border-radius:10px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
/* box-shadow: 0 9px 11px rgba(0,0,0,0.30), 0 9px 9px rgba(0,0,0,0.22); */

.shwro{
    overflow:hidden;
    border-radius:10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.shwings{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    overflow:hidden;
    border-radius:10px;
    border: 1px solid black;
}
    

.withd_wings_50{
    width: 50%;
    border: 1px sold black;
}

/* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
.objcon{
    /* object-fit: contain !important; */
}

.objcontain{
    object-fit: cover;
}
.objfil{
    object-fit: fill;
}

.objcov{
    object-fit: cover;
}

.btn-tac{
    background-color: #eb4741 !important;
}

.text_col_main{
    color: #eb4741;
}

.btn-color{
    color: white !important;
    font-weight: bolder !important;

}

#showFiltersBtn{
    background-color: #eb4741 !important;
    color: white !important;
    font-weight: bolder;
}

.w_b{
    word-break: break-all;
}
.w_wrap p{
    word-wrap: break-word;
}

.w_b_blog p{
    word-break: break-all;
    width: 100% !important;
}

.color_black{
    color: black;
}


.d-flexgap{
    display: flex !important;
    gap: 0.7rem !important;
}
/* hall of fame  */
.hof-m-30{
    margin-top: -4rem;
}
.max-he-250{
    max-height: 250px;
}

.al-flexbasic{
    flex-basis: 100%;
}
.al-width-h{
    width:180px;
    height:180px;
}

@media only screen and (max-width: 575px) {
    .al-width-h{
        width:88px;
        height:88px;
    }    
    
}

@media only screen and (max-width: 460px) {
    .hof-w{
        /* max-width: 50% !important; */
        width: 100%;
        /* margin: 0 auto; */
        padding: 0 16%;
    }

}

@media screen and (max-width: 375px) {
    .hof-w{
        padding: 0 8%;
    }

}

.photogallery-ho{
    height: 90%;
    object-fit: contain;
}
.full-image{
    max-width: 100% !important;
    max-height: 100% !important;
}
@media only screen and (max-width: 560px){
    .latest-news-blog-text a div h4{
        height: auto !important;
    }

}

/* home  */
.h_auto_mb_10_min_W{
    height:auto;
    margin-bottom:10px;
    min-width:260px;
}

/** ckeditor table css start here*/
figure.table table {
    width: 100%;
}
figure.table table td {
    border: 1px solid #AEAEAE;
    padding: 8px;
}
/** ckeditor table css end here*/

.go-to-profile{
    cursor:pointer;
}

/* read more starts here */
.read-more {
    font-size: 11px;
    color:rgb(120, 120, 120)
}
/* read more ends here */

/* Search Border Starts here */
.search-border {
    border: 1px solid #EEEDE7;
    border-radius: 5px;
    margin: 0 0 5px 0;
}
/* Search Border Ends here */

/* clear all button starts here */

.clear-all-button {
    border-radius: 3px;
    padding: 0.4rem 1rem;
    background-color: #eb4741;
    color: white;
}

.clear-all-button:hover {
    background-color: rgb(255, 201, 201);
}

.color{
    color: rgb(17, 195, 195);
}

/* clear all button ends here */

/* Executive Committee Starts here */

.executive-committee-detail-container {
    display: flex;
}

.executive-committee-detail-image {
    width: 250px;
    height: 250px;
}

.executive-committee-detail-image img {
    object-fit: cover;
    width:100%;
    height: 100%;
}

.executive-committee-contact-details {
    /* height: 100%; */
}

.executive-committee-contact-details ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.executive-committee-contact-details ul li,a {
    list-style-type: none;
    padding: 0 0 12px 0;
    color: rgb(85, 85, 85)
}

.executive-committee-contact-details ul li i {
    width: 2rem;
}

.executive-committee-details-social {
    /* margin: 1rem 0; */
    padding: 0;
    display: flex;
    list-style: none;
}

.executive-committee-details-social li {
    margin-right: 1rem;
}

/* .executive-committee-details-social li a{
    height: 30px;
    width: 30px;
} */

.min-w-250{
    min-width: 80px;
    max-width: 120px;
}
.py-11{
    padding-top: 11px;
    padding-bottom: 11px;
}
@media only screen and (max-width: 769px){
    .executive-committee-detail-container {
        flex-direction: column;
    }
    .executive-committee-detail-image {
        margin: 0 0 2rem 0;
        width: 100%;
        height: 100%;
    }
    .executive-committee-contact-details ul {
        padding: 0;
    }
}

/* Executive Committe Ends here */

/* Chat Profile  Starts here */

.chat-box-main-container {
    margin: 2rem 0;
    /* padding-bottom: 100px; */
    width: 100%;
}
.chat-box-chat-list {
    width: 25vw;
    border-right: 1px solid #E0E0E0;
    padding-left: 12px;
}

.chat-box-chats {
    padding: 0;
    width: 74vw;
}

.chat-box-chats-chat {
    height:495px;
    width: 50vw;
    display:none;
    /* margin-bottom: 4%; */
    border-right: 1px solid #E0E0E0;
}

.chat-box-chats-chat-header {
    display: flex ;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    border-bottom :1px solid #e0e0e0;
}

.chat-box-chats-profile {
    width: 24vw;
    background-color: #FDFCFC;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chat-box-chats-profile .batch-branch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.chat-box-chats-profile .batch-branch span {
    /* font-size: 12px; */
    font-weight: 700 ;
}

.chat-box-chats-profile .chat-box-chats-profile-name {
    margin: 1rem 0 0 0;
    font-weight: 500;
    font-size: 1.3rem;
}

.chat-box-chats .chat-box-chats-profile .attachments {
    font-weight: 700;
    font-size: 12px;
    color:rgb(85, 85, 85);
    text-align: center;
}

.chat-box-chats-chat-msg-container {
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid #e0e0e0;
    border-bottom :1px solid #e0e0e0; */
    border :1px solid #e0e0e0;
}

.chat-box-chat-attachments {
    margin: 0 0 0 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 90%;
    height: 110px;
    overflow-y: scroll;
}

.chat-box-chat-attachments > div {
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 1px;
}

@media only screen and (max-width: 764px){
    .chat-box-chat-list {
        width:30vw;
    }

    .chat-box-chats {
        width: 68vw;
    }

    .chat-box-chats-chat {
        width: 100%;
    }

    .chat-box-chats-profile {
        display: none;
    }
}

@media only screen and (max-width: 650px){
    .chat-box-chat-list {
        width:40vw;
    }

    .chat-box-chats {
        width: 58vw;
    }
}

@media screen and (max-width: 1200px){
    .owl-item{
        margin-right: 2px !important;
    }
}

/* Chat profile Ends here */
/* image pupup */
#imageModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

#imageModal img {
    max-width: 100%;
    max-height: 80vh; /* Adjust as needed */
}

#imageModal span {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}
