/* GLOBAL_CSS_CHANGES_START_FROM_HERE */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: 'Syne', sans-serif;
  background: #F0F0F0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea,
label {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
button,
input,
textarea,
select {
  outline: none !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
select.minimal {
  background-image: url(../images/selectArrow.png);
  background-position: calc(100% - 15px) calc(1em + 7px);
  background-repeat: no-repeat;
}
/* GLOBAL_CSS_CHANGES_END_HERE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Chrome, Safari, Edge, Opera */

/* GLOBAL_VAR_CSS_START_FROM_HERE */
:root {
  --white: #ffffff;
  --black: #000000;
  --main-color: #5f3c8c;
    --color-3 : #232323;	
  --visbycf-bold: "Visbycf-Bold";
  --visbycf-extrabold: "Visbycf-Extrabold";
  --visbycf-regular: "Visbycf-Regular";
  --visbycf-medium: "Visbycf-Medium";
}
/* GLOBAL_VAR_CSS_CSS_HERE */

/* FONT_CSS_START_FROM_HERE */
@font-face {
  font-family: "Visbycf-Bold";
  src: url("../webfonts/Visbycf-Bold.otf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Visbycf-Extrabold";
  src: url("../webfonts/Visbycf-Extrabold.otf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Visbycf-Regular";
  src: url("../webfonts/Visbycf-Regular.otf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Visbycf-Medium";
  src: url("../webfonts/Visbycf-Medium.otf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
	font-family: 'visby-medium';
	src: url(../fonts/Fontspring-DEMO-visbycf-demibold.otf);
}
@font-face {
	font-family: 'visby-bold';
	src: url(../fonts/Fontspring-DEMO-visbycf-bold.otf);
}
@font-face {
	font-family: 'visby-thin';
	src: url(../fonts/Fontspring-DEMO-visbycf-thin.otf);
}
/* FONT_CSS_END_HERE */

     #dropdownMenuButton1 {
      cursor: pointer;  
    }
   .dashboard_header_author_pro {
     position: relative;
    }
   .custome_drop_down {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 40px;
    right: -20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
   .dropdown-item {
        font-size: 16px;
        font-family: var(--visbycf-regular);
        display: block;
        padding: 3px 0px;
    }
/* ONCLICK-TOP */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  font-size: 16px;
  color: var(--black);
  mix-blend-mode: difference;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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;
  font-family: "unicons";
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  font-size: 16px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--white), var(--black));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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(--black);
  stroke-width: 4;
  mix-blend-mode: difference;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* ONCLICK-TOP */

/* SCROLL-CSS */
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: var(--white);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
/* SCROLL-CSS */

/* LOADER-CSS */
/* LOADER-CSS */

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

/* INDEX-CSS */
/* INDEX-CSS */

/* INNER-CSS */
/* INNER-CSS */

/* FOOTER-CSS */
/* FOOTER-CSS */

/* SIGNUP-PAGE-START */

.indes-signin-wrapper {
  background-image: url(../images/login-banner.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.signin-wrap-form {
  background-color: var(--white);
  width: 90%;
  min-height: 100vh;
  padding: 30px 50px 30px 50px;
  border-radius: 0px 40px 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signin-wrap-th h6 {
  font-family: var(--visbycf-extrabold);
  font-size: 45px;
  color: var(--black);
  margin: 0px 0px 30px 0px;
  text-transform: capitalize;
}
.signin-form-main {
  margin: 0px 0px 30px 0px;
}
.signin-form-h h5 {
  font-family: var(--visbycf-bold);
  font-size: 38px;
  text-transform: capitalize;
  color: var(--black);
  margin: 0px 0px 20px 0px;
}
.sign-form-f {
  margin: 0px 0px 30px 0px;
  position: relative;
}
.sign-form-f label {
  font-family: var(--visbycf-bold);
  font-size: 18px;
  text-transform: capitalize;
  color: var(--black);
}
.sign-form-f input {
    font-family: sans-serif;
    font-size: 14px;
    color: #040404;
    padding: 0px 20px 0px 50px;
    width: 100%;
    height: 65px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 10px;
}
.sign-form-f select {
  font-family: sans-serif;
  font-size: 14px;
  color: #040404;
  padding: 0px 20px 0px 50px;
  width: 100%;
  height: 65px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 10px;
}
.signin-form p {
  font-family: var(--visbycf-regular);
  font-size: 16px;
  color: var(--black);
}
.signin-form p a {
  color: var(--main-color);
  font-weight: 600;
}
.main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 55px;
  border: 1px solid transparent;
  outline: none;
  background-color: #7cc059;
  border-radius: 8px;
  font-size: 18px;
  font-family: var(--visbycf-bold);
  color: var(--white);
  transition: 0.25s ease;
}
.main-btn:hover {
  background-color: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}
.signin-wrap-btn p {
  font-family: var(--visbycf-regular);
  font-size: 16px;
  color: var(--black);
  margin: 10px 0px 0px 0px;
}
.signin-wrap-btn p a {
  color: var(--main-color);
  font-weight: 600;
}
.signin_form_bottom_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signin_form_bottom_text_forgot a {
  font-size: 16px;
  font-family: var(--visbycf-medium);
  color: var(--black);
  text-decoration: underline;
}
.signin_form_bottom_text_checkbox {
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.signin_form_bottom_text_checkbox label {
  font-size: 15px;
  font-family: var(--visbycf-regular);
  color: var(--black);
}
.signin_form_bottom_text_checkbox label a {
  font-family: var(--visbycf-medium);
  color: var(--main-color);
}
.signin_form_bottom_text_checkbox input {
  accent-color: var(--main-color);
}
.sign-form-f img {
  position: absolute;
  bottom: 26px;
  left: 20px;
}
/* SIGNUP-PAGE-END */

/* ANIMATIONS */
/* ANIMATIONS */

/*ADDITIONAL CSS*/
.dashboard_sidebar {
  width: 300px;
  background-color: var(--main-color);
}
.dashboard_sidebar {
  width: 250px;
  height: 100vh;
  background-color: var(--main-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.dashboard_sidebar_logo {
  text-align: center;
  padding: 30px 0px 30px 0px;
}
.dashboard_sidebar_nav ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  gap: 10px;
  padding: 0px 20px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  font-family: var(--visbycf-regular);
  color: var(--white);
  border-radius: 0px 8px 8px 0px;
  background: transparent;
  transition: 0.25s ease;
}
.dashboard_sidebar_nav ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.dashboard_sidebar_nav ul li a img {
  max-width: 40px;
}
.dashboard_header {
  display: flex;
  justify-content: end;
  align-items: center;
  background: linear-gradient(
    126deg,
    #5f3c8c -6.5%,
    #7b4fa6 17.41%,
    #6a419e 42.3%
  );
  padding: 15px 50px 10px 0px;
  gap: 40px;
  width: calc(100vw - 250px);
  margin: 0 0 0 auto;
  height: 10vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.dashboard_header_noti_icon {
  position: relative;
}
.dashboard_header_noti_icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  background-color: #d71201;
  color: var(--white);
  font-size: 12px;
}
.dashboard_header_author_pro {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
.dashboard_header_author_pro_img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
}
.dashboard_header_author_pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dashboard_header_author_pro_text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dashboard_header_author_pro_text p {
  font-size: 14px;
  font-family: var(--visbycf-medium);
  color: var(--white);
}
.dashboard_header_author_pro_text i {
  font-size: 14px;
  color: var(--white);
}
.dashboard_first_wrapper {
  background: #e9e9e9;
}
.dashboard_main {
  margin: 10vh 0px 0px 250px;
  min-height: 90vh;
  padding: 30px;
}
.dashboard_heading {
  font-size: 30px;
  font-family: var(--visbycf-bold);
  color: var(--black);
}
.dashboard_main_top {
  border-radius: 14px;
  background: #fff;
  padding: 40px 30px 30px 30px;
}
.dashboard_main_top_boxes {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboard_main_top_box {
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  width: 25%;
}
.dashboard_main_top_box:nth-child(1) {
  background: #eeebff;
}
.dashboard_main_top_box:nth-child(2) {
  background: #ffe9e7;
}
.dashboard_main_top_box:nth-child(3) {
  background: #f8fdc3;
}
.dashboard_main_top_box:nth-child(4) {
  background: #bcf1f9;
}
.dashboard_main_top_box_text h4 {
  font-size: 18px;
  font-family: var(--visbycf-medium);
  color: #081735;
}
.dashboard_main_top_box_text h6 {
  font-size: 38px;
  color: #081735;
}
.dashboard_main_mid {
  border-radius: 14px;
  background: #fff;
  padding: 40px 30px 30px 30px;
}
.dashboard_main_mid_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
}
.dashboard_main_mid_text select {
  border-radius: 14px;
  background-color: #e9e9e999;
  width: 150px;
  height: 50px;
  padding: 0px 10px;
  font-size: 14px;
  font-family: var(--visbycf-medium);
  color: #777777;
  border: 1px solid #efefef;
}
.home-page-data-table-text {
  margin: 0px 0px 20px 0px;
}
.home-page-data-table {
  border: 1px solid #e6edff;
  border-radius: 8px;
  padding: 40px 40px;
  margin: 0px 0px 0px 0px;
  background-color: var(--white);
}
.home-page-data-table table th span {
  font-family: sans-serif;
}
.table-bar-detail-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #f0fffa;
  padding: 20px 20px;
  margin: 0px 0px 40px 0px;
  justify-content: space-between;
}
.table-bar-separate-flex {
  gap: 40px;
}
.table-bar-sort-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-bar-sort-text {
  color: #778ca2;
}
.table-bar-sort-text i {
  font-size: 12px;
}
.table-bar-sort-select select {
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: var(--visbycf-bold);
  color: #252631;
}
.table-bar-sort-select option {
  background-color: transparent;
  border: none;
}
.table-bar-show-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-bar-show-text span {
  font-size: 14px;
  font-weight: 600;
  color: #778ca2;
}
.table-bar-show-select select {
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: var(--visbycf-bold);
  color: #252631;
}
.table-bar-show-select option {
  background-color: transparent;
  border: none;
}
.table-bar-search {
  position: relative;
}
.table-bar-sort-search-icon {
  position: absolute;
  right: 4%;
  top: 15%;
}
.table-bar-sort-search-icon i {
  font-size: 16px;
  color: #3e843c;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.table-bar-sort-search-icon button{
    background: transparent;
    border: none;
}
.table-bar-sort-search-input input {
  background-color: #ffffff;
  font-size: 14px;
  font-family: var(--visbycf-regular);
  color: #000;
  outline: none;
  border: none;
  height: 35px;
  width: 300px;
  padding: 0px 50px 0px 15px;
  border-radius: 8px;
}
.table-bar-add-btn a,
.custom-btn {
  width: 155px;
  height: 37px;
  font-size: 14px;
  background-color: #3e843c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  gap: 10px;
  transition: 0.5s;
}
.table-bar-sort-text span {
  font-size: 14px;
  font-family: var(--visbycf-bold);
}
.home-page-data-table table thead,
tr,
th{
  font-size: 14px;
  color: #000;
  transition: 0.5s;
}
.table-dropdown-show {
  position: absolute;
  background: #fff;
  width: max-content;
  display: none;
  z-index: 9;
  top: 80%;
}
.table-dropdown-show ul {
  padding: 0px;
  margin: 0px;
  border: 1px solid #cacaca;
  width: max-content;
}
.table-dropdown-show ul li {
  border-bottom: 1px solid #cacaca;
  list-style: none;
  padding: 5px 12px;
  font-size: 13px;
  width: -webkit-fill-available;
  transition: 0.5s;
  background: transparent;
}
.table-dropdown {
  position: relative;
}
.material-request-box {
  border: 1px solid #e6edff;
  border-radius: 10px;
  padding: 40px 40px;
  background-color: var(--white);
}
.material-request-box.type1 {
  padding: 30px 20px 20px 20px;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
}
.material-request-box-feild {
  position: relative;
  margin: 0px 0px 35px 0px;
}
.material-request-box-feild label {
  font-size: 14px;
  font-weight: 400 !important;
  color: #3e843c;
  background-color: #fff;
  margin: 0px !important;
  padding: 4px 10px;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 999;
}
.material-request-box-feild label {
  font-size: 14px;
  font-family: sans-serif;
  color: var(--main-color);
  background-color: #fff;
  margin: 0px !important;
  padding: 4px 10px;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 999;
}
.material-request-box-feild input {
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  height: 55px;
  font-size: 14px;
  color: #212529;
  outline: none;
  padding: 5px 40px;
}
.material-request-box-btn button {
    background-color: #3e843c;
    border: none;
    font-size: 14px;
    font-family: var(--visbycf-medium);
    color: #fff;
    min-width: 143px;
    height: 45px;
    width: 185px;
    border-radius: 50px;
    transition: 0.5s;
    padding: 0px 20px;
}
.material-request-box-feild textarea {
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  height: 126px;
  font-size: 14px;
  color: #212529;
  outline: none;
  padding: 20px 40px;
  resize: none;
}
.material-request-box-feild select {
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  height: 58px;
  font-size: 14px;
  color: #212529;
  outline: none;
  padding: 5px 40px;
}
.students_enrolled_list_box {
  border-radius: 14px;
  background-color: var(--white);
  padding: 30px;
}
.students_enrolled_list_box_list {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eee;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
}
.students_enrolled_list_box_list:last-child {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 0;
}
.students_enrolled_list_box_list_profile_img {
  width: 50px;
}
.students_enrolled_list_box_list_profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.students_enrolled_list_box_list_text {
  width: calc(100% - 65px);
}
.students_enrolled_list_box_heading .dashboard_heading {
  font-size: 24px;
  margin: 0px 0px 30px 0px;
}
.students_enrolled_list_box_list_text h6 {
  font-size: 18px;
  font-family: var(--visbycf-bold);
  color: var(--main-color);
  margin: 0px 0px 3px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.students_enrolled_list_box_list_text h6 span {
  color: #7a7a7a;
  font-size: 14px;
  font-family: serif;
  font-weight: 800;
  margin: 0px 0px 3px 0px;
}
.students_payment_list_box {
  border-radius: 14px;
  background-color: var(--white);
  padding: 30px 30px 10px 30px;
}
.table.payment_table tr th {
  background-color: transparent;
}
.table.payment_table tr td {
  border-bottom: 0;
  background-color: transparent;
}
.table.payment_table tr td span {
  font-family: none;
}
table.table-bordered tr td a i {
    color: black;
}
.status_show {
  padding: 7px;
  font-size: 12px;
  font-family: var(--visbycf-regular) !important;
}
.status_show_green {
  background-color: #e9faf4;
  color: #4ddda7;
}
.status_show_red {
  background-color: #fff0ed;
  color: #ff735e;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  top: 10px !important;
  right: -30px !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: var(--black);
}
.dropdown-item {
  font-size: 16px;
  font-family: var(--visbycf-regular);
}
.user_dashboard_box {
  border: 1px solid #d7d7d7;
  padding: 50px 50px;
  border-radius: 30px;
  background-color: var(--white);
}
.user_dashboard_box_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_dashboard_box {
  border: 1px solid #d7d7d7;
  padding: 50px 50px 40px 50px;
  border-radius: 30px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 250px;
}
.user_dashboard_box_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 20px 0px;
}
.user_dashboard_box_text h6 {
  font-size: 18px;
  font-family: var(--visbycf-medium);
  color: var(--black);
  line-height: 1;
}
.user_dashboard_box_text h3 {
  font-size: 34px;
  font-family: var(--visbycf-bold);
  color: var(--main-color);
  line-height: 1;
  margin: 0px 0px 5px 0px;
}
.user_dashboard_box_text p {
  font-size: 14px;
  font-family: sans-serif;
  color: var(--black);
}
.user_dashboard_box_btn a {
  font-size: 16px;
  color: var(--main-color);
}
.user_dashboard_box_btn2 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  background-color: var(--main-color);
  font-size: 14px;
  font-family: var(--visbycf-medium);
  color: var(--white);
  border-radius: 50px;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
.user_dashboard_box_btn2 button:hover {
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.user_dashboard_box_btn_pas a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  background-color: var(--main-color);
  font-size: 14px;
  font-family: var(--visbycf-medium);
  color: var(--white);
  border-radius: 50px;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
.user_dashboard_box_btn_pas a:hover {
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.user_dashboard_wrapper {
  background-color: #e9e9e9;
}
/*ADDITIONAL CSS*/

.welcome_text_box {
  margin-bottom: 30px;
}
.welcome_text_box .heading {
  font-size: 50px;
  font-family: var(--visbycf-bold);
  color: var(--black);
  margin: 0px 0px 10px 0px;
  line-height: 1;
}
.welcome_text_box .desc {
  font-size: 18px;
  font-family: var(--visbycf-medium);
  color: var(--black);
  line-height: 1;
}
.courses_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.courses_row .genCard {
  max-width: 23.5%;
}
.genCard {
  display: block;
  /*max-width: 25%;*/
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  background: var(--white);
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 370px;
}
.courses_card_wrap {
    max-width: 23.5%;
    width: 100%;
    position: relative;
}
.courses_row .courses_card_wrap .genCard {
    max-width: 100%;
    height: 395px;
}
.courses_card_wrap .c_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: var(--main-color);
    font-size: 14px;
    font-family: var(--visbycf-medium);
    color: var(--white);
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s ease;
    margin-top: 10px;
    position: absolute;
    bottom: 22px;
    left: 15px;
    z-index: 9999;
}
.courses_card_wrap .c_btn:hover {
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
.genCard .imgBox {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.genCard .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}
.genCard:hover .imgBox img {
  transform: scale(1.1);
}
.genCard .textBox {
  padding-top: 10px;
}
.genCard .title {
  font-family: var(--visbycf-bold);
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.genCard .desc {
  font-family: var(--visbycf-medium);
  font-size: 14px;
  color: #000;
}
.genCard .desc span {
  font-weight: 600;
}
.genCard .c_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: var(--main-color);
  font-size: 14px;
  font-family: var(--visbycf-medium);
  color: var(--white);
  border-radius: 50px;
  border: 1px solid transparent;
  transition: 0.5s ease;
  margin-top: 10px;
}
.genCard .price {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.genCard .price span {
  font-size: 18px;
  font-weight: 600;
  color: #837373;
  text-decoration: line-through;
}
.course_video {
  width: 100%;
  height: 600px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.course_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.course_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.course_text_box .title {
  font-family: var(--visbycf-bold);
  font-size: 30px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}
.course_text_box .desc {
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
}
.course_text_box .category {
  font-family: var(--visbycf-medium);
  font-size: 15px;
  color: #000;
}
.course_text_box .category span {
  font-weight: 600;
}
.course_text_box ul li {
  list-style: disc;
  margin-left: 30px;
}
.rating_start {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.rating_start li {
  font-size: 13px;
  color: #f3b20a;
  list-style: none !important;
  margin-left: 0px !important;
}
.rating_start li p {
  font-weight: 600;
  color: #000;
}
.success {
  background-color: #e6ffe6;
  border: none;
}
.error {
  background-color: #ff7f7f;
  border: none;
}
.strong {
  color: black;
}
.courses_card_wrap .title {
    font-size: 16px;
    white-space: unset;
    width: auto;
    text-overflow: unset;
}
.table.payment_table tr td a i {
    color: var(--black);
    display: flex;
    justify-content: center;
}
.custom_table_wrap {
    background-color: var(--white);
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    margin: 20px 0px 0px 0px;
}
.custom_table_wrap tr th{
    font-size: 20px;
    font-weight: 600;
}
.custom_table_wrap tr,
.custom_table_wrap tr a{
    font-family: sans-serif;
    color: var(--black);
    font-weight: 500;
}
.custom_table_wrap tr a{
    color: var(--main-color);
}
.auth_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9e9e9;
}
.students_payment_list_box_table {
    height: 430px;
    overflow-y: scroll;
}
.students_payment_list_box_table::-webkit-scrollbar {
  width: 5px;
}
.students_payment_list_box_table::-webkit-scrollbar-track {
  background: var(--white);
}
.students_payment_list_box_table::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
.courses_accordian .accordion-item{
    margin: 0px 0px 10px 0px;
}
.courses_accordian .accordion-item .accordion-header button {
    background-color: var(--main-color);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    box-shadow: none !important;
}
.courses_accordian .accordion-item .accordion-header button::after{
    filter: brightness(0) invert(1);
}
.courses_accordian .accordion-item .accordion-body p{
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
.courses_accordian .accordion-item .accordion-body .accordion_body_video{
    width: 500px;
    height: 300px;
}
.courses_accordian .accordion-item .accordion-body .accordion_body_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.update-modal-main-wrap {
    text-align: center;
    padding: 70px 0px;
}
.update-modal-main-wrap h6{
    font-family: var(--visbycf-medium);
    font-size: 32px;
    color: var(--black);
    margin: 0px 0px 10px 0px;
}
.update-modal-main-wrap h6 span{
    font-family: none;
}
.update-modal-main-wrap p{
    font-family: var(--visbycf-regular);
    font-size: 18px;
    color: #333333;
    width: 60%;
    margin: 0 auto 20px auto;
}
.update-modal-main-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background-color: var(--main-color);
    border: 0;
    color: var(--white)!important;
    font-family: var(--visbycf-medium);
    font-size: 18px;
    transition: 0.4s ease;
    border-radius: 50px;
    cursor: pointer;
}
.update-modal-main-wrap button:hover{
    background-color: var(--black);
    color: var(--white);
}
.modal {
    z-index: 9999999999999;
}
.modal-backdrop {
    z-index: 999999999;
}
.update-modal-main-wrap-flex {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.update-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 50px;
    background-color: var(--main-color);
    font-size: 14px;
    font-family: var(--visbycf-medium);
    color: var(--white);
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.5s ease;
}
.relClass {
	position: relative;
}
.absClass {
	position: absolute;
}
.xy-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.xy-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.boxRadius {
	border-radius: 5px;
}
.marginAuto {
	margin: 0 auto;
}
:root {
	--black : #000;
	--white : #fff;
	--color-3 : #232323;	
}
.genBtn {
	font-size: 18px;
	font-weight: 700;
	width: 245px;
	height: 65px;
	border-radius: 13px;
	background: var(--white);
	color: var(--black);
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid transparent;
}
.genBtn:hover {
	border-color: var(--white);
	background: transparent;
	color: var(--white);
}
/*HEDAER START*/
.header-wrapper {
    padding: 25px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.headerBar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 13px;
	padding: 20px 50px 20px 30px;
	background: var(--white);
}
.headerBar.sticky {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.logoBox {
	max-width: max-content;
	width: 100%;
}
.navBar {
	width: fit-content;
}
.navBar ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 25px;
}
.navItem {
	font-size: 18px;
	font-weight: 700;
	color: var(--black);
	display: block;
	text-align: center;
	border-bottom: 2px solid transparent;
	transition: all 0.25s;
}
.navItem:hover {
	color: #6A419E;
	border-color: #6A419E;
}
.navBtn {
	font-size: 18px;
	font-weight: 700;
	color: var(--black);
	border: 1px solid #979797;
	padding: 22px 45px;
	border-radius: 13px;
	text-align: center;
	display: block;
	line-height: 1;
	transition: all 0.25s;
}
.navBtn:hover {
	background: #6A419E;
	color: var(--white); 
	border-color: #6A419E; 
}
.signup_wrap {
	position: relative;
}
.signup_wrap:hover .signup_dropdown {
	opacity: 1;
	transform: scale(1);
}
.signup_dropdown {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 75px;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transform-origin: top;
	transition: all 0.5s;

}
.signup_dropdown .navBtn {
    font-size: 15px;
    white-space: nowrap;
    padding: 22px 18px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5.5px);
}
.signup_dropdown .navBtn:hover {
	backdrop-filter: blur(0);
	background: #6A419E;
	color: var(--white);
	border-color: #fff; 
}
.toggle_password {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #9FA2B4;
    cursor: pointer;
}
/*HEADER END*/
/*BANNER START*/
.index-banner {
	margin-top: 170px;
}
.bannerRow {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.bannerCol-1 {
    border-radius: 13px;
    background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
    padding: 80px 40px 80px 40px;
    position: relative;
    height: 655px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 35% !important;
}
.bannerCol-2 {
	width: 400px; 
	height: 655px;
	position: relative;
	border-radius: 13px;
	overflow: hidden;
}
.bannerCol-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}
.bannerCol {
	transition: all 0.8s;
	width: 33.3333%;
	position: relative;
}
.bannerCol-2 img {
	object-fit: cover;
	object-position: bottom;
	width: 100%;
	height: 100%;
}
.bannerCol-2 video {
	object-fit: cover;
	object-position: 0px 0px;
	width: 100%;
	height: 100%;
}
.bannerColActive2.bannerCol-2 video,
.bannerColActive3.bannerCol-2 video{
	object-position: 0px 0px;
}
.bannerCol-2 .text_box {
	position: absolute;
	bottom: -30px;
	left: 30px;
	transition: all 0.8s;
}
.bannerCol-2.bannerColActive2 .text_box ,
.bannerCol-2.bannerColActive3 .text_box {
	bottom: 30px;
}
.bannerCol-2 .text_box .title {
	font-size: 25px;
	font-weight: 700;
	color: var(--white);
	line-height: 100.5%;
	padding-bottom: 10px;
}
.bannerCol-2 .text_box .genBtn {
	width: 220px;
	height: 65px;
	background: rgba(161, 35, 49, 1);
	color: var(--white);
	transform: translateY(50px);
	transform-origin: bottom right;
	opacity: 0;
	transition: all 0.8s;
	font-size: 18px;
}
.bannerCol-2.bannerColActive2 .text_box .genBtn ,
.bannerCol-2.bannerColActive3 .text_box .genBtn {
	transform: translateY(0px);
	opacity: 1;
}
.bannerColActive1{
	width: 50% !important;
}
.bannerColActive2,
.bannerColActive3{
	width: 40%;
}
.bannerColInactive{
	width: 25%;
}
.bannerDesc {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    max-width: 600px;
}
.bannerHeading {
    font-size: 50px;
    font-weight: 700;
    color: var(--white);
    margin: 0px 0px 10px 0px;
    width: 80%;
}
.bannerColInactive .bannerHeading {
    width: 80%;
}
.bannerColInactive .bannerDesc {
    width: 90%;
}
.bannerColInactive .studentList {
    transform: translateY(80px);
    opacity: 0;
}
.bannerBtnFlex{
	transition: .5s ease;
}
.bannerColInactive .bannerBtnFlex {
    transform: translateY(160px);
}
.newBannerBtn{
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid var(--white);
	color: var(--white);
}
.newBannerBtn:hover{
	color: var(--white);
}
.studentList {
	display: flex;
	align-items: center;
	margin-top: 60px;
	transition: .5s ease;
}
.studentItem {
	width: 48px;
	height: 48px;
	border: 1px solid var(--white);
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.studentItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.studenImg-2 {
	left: -20px;
}
.studenImg-3 {
	left: -40px;
}
.studenImg-4 {
	left: -60px;
}
.studenImg-5 {
	left: -80px;
}
.studenImg-6 {
	left: -100px;
}
.studenImg-7 {
	left: -120px;
}
.studenImg-7 p {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	line-height: 1;
}
.studentDesc {
	font-size: 15px;
	font-weight: 500;
	color: var(--white);
	position: relative;
	left: -105px;
}
.studentDesc span {
	font-family: sans-serif;
}
.scrollBtn, 
.boxAbs {
	position: absolute;
	bottom: 0;
	right: 0;
}
.circle_txt {
    position: absolute;
    top: 10px;
    left: 10px;
    filter: brightness(9) invert(1);
    animation: rotateCircles 8s linear infinite;
}
.scrollBtn {
	z-index: 1;
}
.boxAbs {
    max-width: 204px;
    z-index: -1;
}
@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}
/*BANNER END*/
/*SEC 2 START*/
.index-sec-2 {
	padding: 100px 0px;
}
.counterRow {
	border-radius: 13px;
	background: linear-gradient(135deg, #232323 0%, #3E4042 100%);
	overflow: hidden;
	justify-content: space-between;
	background: linear-gradient(113deg, #232323 8.26%, #3E4042 77.41%);
}
.counterRow {
	padding: 40px 10px; 
}
.counter {
	text-align: center;
}
.counter .title {
	font-family: 'visby-medium';
	font-size: 60px;
	color: var(--white);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter .title i {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}
.counter .desc {
	font-size: 25px;
	font-weight: 500;
	color: var(--white);
	line-height: 1;
}
/*SEC 2 END*/
.heading {
	font-size: 50px;
	font-weight: 700;
	color: var(--color-3);
	line-height: 1.2;
}
.genCard {
	width: 100%;
	height: 670px;
	border-radius: 13px;
	overflow: hidden;
	position: relative;
	display: block;
	overflow: hidden;
}
.genCard .imgMain {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
    object-position: center;
}
.genCard:hover .imgMain {
	transform: scale(1.2);
}
.cardDetails {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 50px 30px 30px 30px;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
	backdrop-filter: blur(7.5px);
	transition: all 0.5s;
	height: 200px;
}
.genCard:hover .cardDetails {
	height: 300px;
}
.cardRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cardDetails .title  {
	font-size: 25px;
	font-weight: 700;
	color: var(--white);
	line-height: 1.2;
	margin-bottom: 20px;
}
.cardDetails .tName {
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	display: flex;
	align-items: center;
}
.cardDetails .desc {
	font-size: 18px;
	color: var(--white);
	padding: 0px 30px;
	position: absolute;
	bottom: 90px;
	left: 0;
	opacity: 0;
	transition: .5s ease;
}
.genCard:hover .cardDetails .desc {
    opacity: 1;
}
.ratingStars {
	display: flex;
	align-items: center;
}
.ratingStars i {
	color: #EEAB00;
}
.actionBtn {
	display: flex;
	align-items: center;
	gap: 12px;
}
.slider-movers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.slider-movers .arrows {
	transition: all 0.25s;
}
.slider-movers .arrows:hover {
	filter: opacity(0.5);
}
.discoverBtn {
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrowLeft {
	transform: rotate(180deg);
}
.bookBtn {
	font-size: 20px;
	font-weight: 700;
	color: var(--white);
	text-decoration: underline;
	padding: 0px 30px;
	position: absolute;
	bottom: 60px;
	left: 0;
	opacity: 0;
	transition: .5s ease;
}
.genCard:hover .cardDetails .bookBtn {
    opacity: 1;
}
.index-sec-3 {
	position: relative;
}
.index-sec-4 {
	padding: 95px 0px;
	position: relative;
	z-index: 1;
}
.index-sec-6 .abs_text p,
.index-sec-4 .abs_text p ,
.index-sec-3 .abs_text p {
	font-size: 287.325px;
	color: #DCDCE5;
	font-weight: 700;
	white-space: nowrap;
	position: absolute;
	top: -10px;
	left: -100px;
	z-index: -1;
	transition: all 1s;
	line-height: 1;
}
.subDesc {
	font-size: 20px;
	color: #555;
	max-width: 830px;
}
.genCard2 {
	padding: 30px 30px 30px 30px;
	border-radius: 13px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 645px;
	margin-bottom: 20px;
	background-color: var(--white);
}
.genCard2:last-of-type {
	margin-bottom: 0;
}
.genCard2 .iconBox {
	max-width: 80px;
	width: 100%;
}
.genCard2 .iconBox img {
	width: 100%;
}
.genCard2 .textBox {
	width: calc(100% - 110px);
}
.genCard2 .title {
	font-size: 26px;
	font-weight: 700;
	color: var(--black);
	line-height: 1.2;
	padding-bottom: 10px;
}
.genCard2 .desc {
	font-size: 16px;
	color: #555;
}
.sec-4-img-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.sec-4-img-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 13px;
	overflow: hidden;
}
.index-sec-4 .genText {
	margin-bottom: 90px;
}
.infoBox {
	border-radius: 13px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 610px;
	width: 100%;
	padding: 30px 60px;
	background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
}
.infoBox .num1 {
	font-size: 50px;
	font-family: 'visby-bold';
	color: var(--white);
}
.infoBox .desc {
	font-size: 20px;
	font-family: 'visby-thin';
	color: var(--white);
	padding-left: 15px;
}
.bRight {
	border-right: 1px solid var(--white);
}
.index-sec-5 {
	padding-bottom: 95px;
}
.genCard3 {
    border-radius: 13px;
    position: relative;
    height: 450px;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.genCard3 .title {
	font-size: 45px;
	font-weight: 700;
	color: var(--white);
	line-height: 1.3;
	padding-bottom: 20px;
}
.genCard3 .desc {
	font-size: 22px;
	color: var(--white);
	padding-bottom: 30px;
	width: 55%;
	margin: 0 auto;
}
.genCard3 .strtBtn {
	border: 1px solid var(--white);
	max-width: 260px;
	color: var(--white);
	transition: all 0.5s;
}
.genCard3:hover .strtBtn {
	background: var(--white);
	color: var(--black);
}
.circle1 {
	position: absolute;
	bottom: 25px;
	right: 110px;
	transition: all 0.5s;
	z-index: -1;
	mix-blend-mode: overlay;
}
.circle2 {
	position: absolute;
	bottom: 180px;
	right: 405px;
	transition: all 0.5s;
	z-index: -1;
}
.genCard3:hover .circle1 {
	transform: translateY(-60px) translateX(50px) rotate(-28deg);
} 
.genCard3:hover .circle2 {
	transform:  translateY(-60px) translateX(40px);
} 
.circle3 {
	position: absolute;
	bottom: 25px;
	left: 110px;
	transition: all 0.5s;
	z-index: -1;
	mix-blend-mode: overlay;
}
.circle4 {
	position: absolute;
	bottom: 180px;
	left: 405px;
	transition: all 0.5s;
	z-index: -1;
}
.genCard3:hover .circle3 {
	transform: translateY(-60px) translateX(-50px) rotate(28deg);
} 
.genCard3:hover .circle4 {
	transform:  translateY(-60px) translateX(-40px);
} 
.genCard3.type2 {
	border-radius: 12.435px;
	background: #7CC059;
}
.index-sec-6{
	padding: 100px 0px;
	position: relative;
}
.card-grid{
	--cols: 5;
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--cols), 1fr);
	gap: 20px;
}
.actionBtn .genBtn:hover {
    border-color: var(--black);
    color: var(--black);
}
.pkg-card{
	border-radius: 13.617px;
	border: 0.973px solid rgba(255, 255, 255, 0.10);
	background-color: var(--white);
	box-shadow: 0px 4px 20.4px 0px rgba(0, 0, 0, 0.05);
	padding: 30px 20px;
	width: 100%;
	height: fit-content;
}
.pkg-card-text h4{
	font-size: 26px;
	font-weight: 600;
	color: #111111;
}
.pkg-card-text h3{
	font-size: 18px;
	font-weight: 500;
	color: #555555;
}
.pkg-card-text h2{
	font-size: 16px;
	font-weight: 600;
	color: #111111;
}
.pkg-card-text p{
	font-size: 14px;
	font-weight: 500;
	color: #555555;
}
.pkg-card-list h6{
	font-size: 16px;
	font-weight: 600;
	color: #111111;
}
.pkg-card-list ul li{
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #555555;
}
.index-sec-7 {
    padding: 50px 0px 100px 0px;
}
.index-sec-7-flex{
	display: flex;
	border-radius: 12.435px;
	height: 100%;
	overflow: hidden;
}
.sec-7-left-col{
	position: relative;
	z-index: 3;
	background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
	height: auto;
	width: 850px;
	padding: 100px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sec-7-left-col-text h6{
	font-size: 45px;
	font-weight: 700;
	color: var(--white);
	margin: 0px 0px 30px 0px;
}
.sec-7-left-col-text p{
	font-size: 22px;
	font-weight: 500;
	color: var(--white);
	margin: 0px 0px 40px 0px;
	width: 82%;
}
.sec-7-left-col-btn{
	display: flex;
	align-items: center;
	gap: 20px;
}
.sec-7-left-col-btn .strtBtn{
	border: 2px solid var(--white);
	max-width: max-content;
	color: var(--white);
	transition: all 0.5s;
	padding: 22px 20px;
}
.sec-7-left-col-btn .strtBtn:hover{
	background-color: var(--white);
	color: var(--black);
}
.sec-7-left-col .circle1{
	bottom: 10px;
	right: 20px;
}
.sec-7-left-col .circle2{
	bottom: 170px;
	right: 150px;
}
.sec-7-right-col {
    width: calc(100% - 850px);
}
.sec-7-right-col-img {
    width: 100%;
    height: 100%;
}
.sec-7-right-col-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* INNER-CSS */
.common-banner-wrapper {
    background: linear-gradient(317deg, #6A419E 0%, #851723 100%);
    background-attachment: fixed;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 170px;
}
.common-banner-wrap-text h6{
	font-size: 60px;
    font-weight: 700;
    color: var(--white);
}
.signin-first-wrapper{
	padding: 100px 0px;
	margin-top: 170px;
}
.signin-first-wrap-text{
	text-align: center;
}
.signin-first-wrap-text h6 {
    font-size: 60px;
    font-weight: 700;
    color: var(--black);
    margin: 0px 0px 40px 0px;
}
.signin-first-wrap-input input {
    width: 100%;
    height: 60px;
    font-size: 18px;
    outline: none;
    font-weight: 400;
    color: var(--black);
    border: 1px solid #979797;
    padding: 0px 20px;
    background-color: transparent;
    border-radius: 13px;
    margin: 0px 0px 20px 0px;
    transition: .25s all;
}
.signin-first-wrap-input input:focus{
	border: 1px solid #6A419E;
}
.signin-first-wrap-btn button{
	background-color: transparent;
	margin-top: 20px;
}
.contact-first-wrapper{
	padding: 100px 0px;
}
.contact-first-wrap-text{
	margin: 0px 0px 30px 0px;
}
.contact-first-wrap-text h2{
	font-size: 50px;
	font-weight: 700;
	color: var(--black);
}
.contact-first-wrap-text h6 {
    font-size: 24px;
    font-weight: 700;
    color: #6A419E;
}
.contact-first-input input{
	width: 100%;
	height: 60px;
	font-size: 18px;
	outline: none;
    font-weight: 400;
    color: var(--black);
	border: 1px solid #979797;
	padding: 0px 20px;
	background-color: transparent;
	border-radius: 13px;
	margin: 0px 0px 20px 0px;
	transition: .25s all;
}
.contact-first-input input:focus{
	border: 1px solid #6A419E;
}
.contact-first-input textarea{
	width: 100%;
	height: 150px;
	font-size: 18px;
	outline: none;
	resize: none;
    font-weight: 400;
    color: var(--black);
	border: 1px solid #979797;
	padding: 20px 20px;
	background-color: transparent;
	border-radius: 13px;
	margin: 0px 0px 20px 0px;
	transition: .25s all;
}
.contact-first-input textarea:focus{
	border: 1px solid #6A419E;
}
.contact-first-input button{
	background-color: transparent;
}
/* INNER-CSS */
.footer {
	background: linear-gradient(135deg, #232323 0%, #3E4042 100%);
	padding-top: 95px; 
	position: relative;
	z-index: 1;
}
.footerCol {
	max-width: 622px;
}
.footerCol .heading {
	font-size: 30px;
	font-weight: 700;
	color: var(--white);
	padding-bottom: 60px;
}
.footerCol .desc,
.fNav,
.copyRight .desc {
	font-size: 20px;
	color: var(--white);
}
.socialLinks {
	font-size: 32px;
	color: var(--white);
	display: block;
	transition: all 0.25s;
}
.socialLinks:hover {
	color: var(--white);
	transform: scale(1.2);
}
.socialIcon ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 280px;
}
.foogterBtns {
	display: flex;
	align-items: center;
	gap: 15px;
}
.fbtn {
	max-width: 280px;
	color: var(--white);
	padding: 22px 30px;
}
.fNav {
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--white);
	display: block;
}
.fNav:hover {
	color: var(--white);
	text-decoration: underline;
}
.footerRow {
	padding-bottom: 100px;
}
.copyRight {
	padding: 26px 130px;
	border-top: 1px solid #ffffff6b;
}
.footerAbs {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 600px;
	z-index: -1;
}