/*!
 * Copyright YPA
*/

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}

.text-primary {
  color: #3195ff !important;
}

.strong {
  font-weight: 600;
}

.strongest {
  font-weight: 700;
}

input,
optgroup,
select,
textarea {
  font-size: 14px !important;
  outline: none;
}

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

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

html {
  overflow-x: hidden;
}

body {
  font-family: Poppins;
  font-size: 14px;
  overflow-x: hidden;
  margin: 0px !important;
  /* padding-top: 65px; */
  background-color: #ffffff;
}

.template-one {
  overflow-x: hidden;
}

.main-container {
  background-color: #002146;
}

.right-side-logo {
  height: 50px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}






.blogFirstPart {
  background-color: #ffffff;
}

.blogSecondPart {
  background-color: #F2F2F2;
}

.blogContainer {
  width: 1170px;
  padding: 0 15px;
  margin: auto;
}

.text-component,
.blogImg {
  margin: 40px 0;
}

.blogFirstPart .text-component {
  padding-right: calc(48.75px*2);
}

.blogSecondPart .text-component {
  padding: 0 48.75px;
}

.blogImg {
  display: block;
  max-width: 100%;
  height: auto;
  background-color: transparent;
}

.text-component p {
  font-size: 1.125rem;
  margin-bottom: 30px;
  font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
  line-height: 1.7;
  color: #2d2d2d;
}

.text-component p strong {
  font-weight: bold;
}

.text-component a {
  color: #2d2d2d;
  text-decoration: none;
  border-bottom: 1px solid #7d7d7d;
  font-weight: bold;
  transition: all .3s ease;
}

.text-component a:hover {
  color: #d93954;
}








.login-two-inputs {
  position: relative;
}

.login-two-inputs i {
  position: absolute;
  font-size: 15px;
  color: #005dbb;
  top: 13px;
  left: 13px;
}

i.eye {
  left: unset;
  right: 10px;
  font-size: 15px;
  top: 15px;
  color: #666;
  cursor: pointer;
}

.login-two-inputs input[type="text"] {
  padding: 0px 10px;
  width: 100%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  margin-left: 0px;
  border-radius: 3px;
  height: 43px;
  color: #222;
  padding-left: 40px;
}

.login-two-inputs input[type="text"]:focus {
  transition: all ease 0.2s;
}

.login-two-inputs input[type="text"]:focus+.las {
  transition: all ease 0.2s;
}

.login-two-inputs input[type="text"]::placeholder {}

.login-two-inputs input[type="password"] {
  padding: 0px 10px;
  width: 100%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  margin-left: 0px;
  border-radius: 3px;
  height: 43px;
  color: #222;
  padding-left: 40px;
}

.login-two-inputs input[type="password"]:focus {
  /* border-color: transparent; */
  transition: all ease 0.2s;
}

.login-two-inputs input[type="password"]:focus+.las {
  /* color: #ffffff !important; */
  transition: all ease 0.2s;
}

.login-two-inputs input[type="password"]::placeholder {
  /* color: darkgrey; */
}

.login-two-inputs input[type="email"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}

.login-two-inputs input[type="email"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}

.login-two-inputs input[type="email"]:focus+.las {
  color: #ffffff !important;
  transition: all ease 0.2s;
}

.login-two-inputs input[type="email"]::placeholder {
  color: #e2e1e1;
}


.login-two-inputs input[type="number"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}

.login-two-inputs input[type="number"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}

.login-two-inputs input[type="number"]:focus+.las {
  color: #ffffff !important;
  transition: all ease 0.2s;
}

.login-two-inputs input[type="number"]::placeholder {
  color: darkgrey;
}

.login-two-inputs input[type="date"] {
  padding: 0px 10px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 0px solid #d8d8d8;
  background: #273e56;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #ffffff;
}

.login-two-inputs input[type="date"]:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}

.login-two-inputs input[type="date"]:focus+.las {
  color: #ffffff !important;
  transition: all ease 0.2s;
}

.login-two-inputs input[type="date"]::placeholder {
  color: darkgrey;
}

.login-two-inputs select {
  padding: 0px 5px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  margin-left: 33px;
  border-radius: 3px;
  height: 43px;
  color: #222;
  border-left: 0px;
}

.login-two-inputs select:focus {
  border-color: transparent;
  transition: all ease 0.2s;
}

.login-two-inputs select:focus+.las {
  color: #ffffff !important;
  transition: all ease 0.2s;
}

.login-two-inputs select::placeholder {
  color: darkgrey;
}


.sc-main-bg {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom Left, #d4e3ff, white);
}

img.login-bg {
  position: absolute;
  top: 0px;
  height: 140vh;
  right: 0px;
  opacity: 1;
}

.sc-main-login-area {
  background-color: #ffffff;
  padding: 25px 0px 0px;
  border-radius: 10px;
  box-shadow: 1px 1px 20px #00000012;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  width: 450px;
  height: auto;
  transition: all ease 0.4s;
}

img.login-logo {
  height: 70px;
}

p.sc-login-title {
  width: 60%;
  text-align: center;
  margin: 20px 0px;
  color: #565656;
  font-size: 15px;
}

button.sc-login-button {
  background-color: #005dbb;
  border: 0px;
  color: #fff;
  padding: 13px 30px;
  border-radius: 8px;
  cursor: pointer;
}

p.sc-link-text {
  text-align: center;
  margin: 20px 0px;
  color: #565656;
  font-size: 15px;
}

.sc-login-bottom-wrapper {
  background-color: #005dbb;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 25px 20px;
  /* // border-top-left-radius: 30px; */
  /* // border-top-right-radius: 30px; */
}

button.sc-login-white-button {
  background-color: #ffffff;
  border: 0px;
  color: #005dbb;
  padding: 13px 30px;
  font-weight: 500;
}

p.sc-link-text span {
  font-weight: 700;
  color: #005dbb;
  cursor: pointer;
}

p.sc-text {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 22px;
}

button.sc-login-white-button span {
  font-weight: 700;
}

p.sc-1 {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0px 4px;
}

p.sc-2 {
  font-weight: 400;
  font-size: 15px;
  width: 60%;
  text-align: center;
  margin-top: 30px;
  color: #838383;
  margin-bottom: 0px;
}

.sc-lti-wrapper {
  width: 75%;
}

p.fgt {
  font-weight: 600;
  color: #005dbb;
  cursor: pointer;
  margin: 20px 0px 0px;
  text-align: right;
}

.fgt-2 {
  color: #ababab;
  font-weight: 400;
  font-size: 13px;
  margin: 40px 0px 0px;
}

p.sc-login-swiper {
  display: flex;
  align-items: center;
  margin-bottom: -5px;
}

p.sc-login-swiper span {
  height: 10px;
  width: 10px;
  background-color: #b9d2ff;
  border-radius: 50%;
  margin: 10px 5px;
}

p.sc-login-swiper span.active {
  background-color: #005dbb;
}

p.logout-btn {
  color: #005dbb;
  cursor: pointer;
}

button:disabled,
button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  transition: all ease 0.3s;
}

p.input-hint {
  font-size: 10px;
  font-weight: 500;
  color: #b5b5b5;
  margin: 7px 12px 0px 5px;
}

.sc-4 {
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  width: 80%;
}

.single-topup-plan .fas {
  display: none;
}

.single-topup-plan .far {
  display: block;
}

.single-topup-plan.active .fas {
  display: block;
}

.single-topup-plan.active .far {
  display: none;
}

.checkbox-area {
  padding: 0px 8px 0px 0px;
}

.checkbox-area i {
  color: #3f51b5;
  font-size: 18px;
}

.right-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
  font-weight: 500;
  color: #666666;
}

.right-area span {
  color: #2196f3;
  font-weight: 600;
}

.single-topup-plan {
  cursor: pointer;
  margin-bottom: 15px;
}

.sixty {
  color: #9b9b9b;
  font-size: 14px;
  margin: 15px 0px -10px;
}

.sixty span {
  font-weight: 600;
}


/* Navbar */
.top-navigation {
  z-index: 10001;
  background-color: rgb(255 255 255 / 15%);
  background-image: none;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 8%);
  margin-top: 0px;
  padding: 0px 20px;
  border-radius: 5px;
}

.top-play-icon {
  color: white;
  font-size: 45px;
  margin-right: 7px;
  padding-top: 1px;
}

.right-side-logo {
  height: 35px;
}

.top-play-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding-left: 2px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-left: 5px;
}

.top-navigation li.nav-item:first-child {
  margin-left: 10px;
}

.top-navigation li.nav-item:last-child {
  margin-right: 0px;
}

.top-navigation li.nav-item {
  margin-right: 20px;
}

.top-navigation li.nav-item a.nav-link.active {
  background-color: #ffffff30;
  border-radius: 5px;
}

.header-bar-user-area {
  padding: 0px 0px;
  cursor: pointer;
}

.dropdown-item {
  font-weight: 700;
  color: #007fff;
  font-size: 14px;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

img.header-user-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

span.header-user-name {
  font-weight: 700;
  font-size: 14px;
  color: #5f5f5f;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 7px;
}

a:hover {
  text-decoration: none;
}

.navbar-collapse {
  display: flex;
}

.top-navigation-inner {
  display: flex;
  align-items: center;
  height: 46px;
}

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

.header-logo {
  display: flex;
  align-items: center;
  width: 150px;
}

.t-btn {
  background-color: white;
  color: #074e97;
  border: 0px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 13px;
}

.t-btn-dark {
  background-color: #e2edff;
  color: #116dff;
  border: 0px;
  padding: 8px 18px;
  border-radius: 44px;
  font-size: 13px;
  transition: all ease 0.3s;
}

.t-btn-dark:hover {
  background-color: #116dff;
  color: #ffffff;
  transition: all ease 0.3s;
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

/* COMPANY USER LOGIN AREA */
.company-user-login-modal {
  width: 650px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  min-height: 340px;
}

.login-left-area {
  background-image: linear-gradient(to bottom, #236dff, #6599ff);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  width: 500px;
  position: relative;
}

.login-left-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000003b;
}

/* template ONE */
.template-one .login-left-area {
  background-image: linear-gradient(to bottom, var(--templateOnePrimary), var(--templateOnePrimary));
}

.template-one .login-right-area .login-two-inputs i,
.template-one .login-right-area .select-wrapper i {
  color: var(--templateOnePrimary);
}

.template-one .login-right-area button.login-btn {
  background-color: var(--templateOnePrimary);
}

/* template TWO */
.template-two .login-left-area {
  background-image: linear-gradient(to bottom, var(--templateTwoPrimary), var(--templateTwoPrimary));
}

.template-two .login-right-area .login-two-inputs i,
.template-two .login-right-area .select-wrapper i {
  color: var(--templateTwoPrimary);
}

.template-two .login-right-area button.login-btn {
  background-color: var(--templateTwoPrimary);
}

/* template Three */
.template-three .login-left-area {
  background-image: linear-gradient(to bottom, var(--templateThreePrimary), var(--templateThreePrimary));
}

.template-three .login-right-area .login-two-inputs i,
.template-three .login-right-area .select-wrapper i {
  color: var(--templateThreePrimary);
}

.template-three .login-right-area button.login-btn {
  background-color: var(--templateThreePrimary);
}



.login-right-area {
  background: #ffffff;
  height: 100%;
}

.login-left-area h3 {
  font-size: 27px;
  text-align: left;
  position: relative;
}

.login-left-area p {
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
  position: relative;
  font-weight: 100;
}

img.lgn-bnnr {
  width: auto;
  position: relative;
  top: 0px;
  left: 0px;
  height: 40px;
  object-fit: contain;
  position: relative;
  display: none;
}

.login-two-start {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.lts-inner {
  background-color: #ffffff;
  height: 100%;
  border-radius: 14px;
  /* padding: 18px; */
}

.main-login-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 0 0px;
}

.company-logo {
  height: 65px;
  margin-bottom: 30px;
}

p.top-msg {
  font-size: 14px;
  color: #606060;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}

.login-two-inputs {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 6px;
  width: 100%;
}

button.login-btn {
  background-color: #4886ff;
  border: 0px;
  padding: 10px 30px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 4px;
  width: 100%;
}

.login-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.company-user-login-modal .login-two-inputs input[type="text"] {
  padding: 0px 10px;
  width: 100%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  margin-left: 0px;
  border-radius: 3px;
  height: 43px;
  color: #222;
  padding-left: 40px;
}

.company-user-login-modal .login-two-inputs input[type="date"] {
  padding: 0px 10px;
  width: 100%;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  margin-left: 0px;
  border-radius: 3px;
  height: 43px;
  color: #222;
  padding-left: 40px;
}

.select-wrapper {
  padding: 0px 5px;
  width: -webkit-fill-available;
  transition: all ease 0.2s;
  outline: 0;
  border-width: 0 0 1px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  margin-left: 0px;
  border-radius: 3px;
  height: 43px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.select-wrapper select {
  width: 100%;
  padding-left: 30px;
  border: 0px;
  color: #7a7a7a;
}

.select-wrapper i {
  position: absolute;
  font-size: 16px;
  color: #056ac3;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.eye-icon {
  right: 14px;
  left: unset !important;
}

.login-two-inputs i {
  position: absolute;
  font-size: 16px;
  color: #056ac3;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.link-text {
  margin: 0px;
  font-size: 13px;
  color: #044aa9;
  cursor: pointer;
  opacity: 1;
  transition: all .2s ease;
  margin-top: 14px;
  width: fit-content;
}

.captcha h2 {
  font-size: 16px;
  color: #505050;
  ;
  cursor: pointer;
  margin: 0px 0px 0px 5px;
}

.captcha-input {
  width: 100% !important;
  margin: 0px !important;
}

.captcha {
  background-color: #f1f1f1;
  width: 100%;
  text-align: center;
  padding: 13px;
  margin-bottom: 30px;
  border: 2px dashed #c5c5c5;
}

button.c-btn {
  background-color: #2b73ff;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}

/* COMPANY USER LOGIN AREA ENDS */




/* COMPANY CREATION */
.company-creation {
  background-color: #ffffff;
  height: 100vh;
  overflow: hidden;
}

.company-creation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  background-image: linear-gradient(to left, #0763bf, #042f56);
}

.no-template {
  background: #075cb11c;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
}

.no-template img {
  height: 70px;
  opacity: 0.4;
}

.no-template p {
  margin: 10px 0px;
  font-size: 13px;
  color: #858585;
  width: 220px;
  text-align: center;
}

.cc-inner .scrollbale-area {
  height: calc(100vh - 164px);
  overflow-y: auto;
  overflow-x: hidden;
}

.cc-inner .scrollbale-area.left {
  height: calc(100vh - 217px);
  padding-right: 5px;
}

.cc-inner .scrollbale-area::-webkit-scrollbar {
  width: 10px;
}

.cc-inner .scrollbale-area.left::-webkit-scrollbar {
  width: 4px;
}

.cc-inner .scrollbale-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cc-inner .scrollbale-area::-webkit-scrollbar-thumb {
  background: #888;
}

.cc-inner .scrollbale-area::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cch-left {
  display: flex;
  align-items: center;
}

span.cch-back {
  background-color: #ffffff42;
  height: 35px;
  width: 80px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 14px;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
}

.cch-text {
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

span.cch-close,
button.cch-close {
  background-color: #ffffff42;
  height: 35px;
  width: 80px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 14px;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
}

.company-creation-body {
  padding: 0px 40px 40px;
}

.company-creation-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 10px;
}

.ccs-single-step {
  flex: 1;
}

.op-0 {
  opacity: 0;
}

.first-step,
.second-step {
  padding: 0px 40px 40px;
}


/* // STEPS */
.step-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.single-step {
  flex: 0.33;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.single-step-icon {
  background-color: #ffffff;
  border: 2px solid #d5d5d5;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3b3b3;
  font-size: 15px;
  position: relative;
  z-index: 1;
  transition: all ease 0s;
}

.single-step.active .single-step-icon {
  background-color: #28a76a;
  border: 2px solid #28a76a;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  z-index: 1;
  transition: all ease 0s;
}

.single-step.active .single-step-icon.active {
  background-color: #28a76a;
  border: 2px solid #28a76a;
  color: #ffffff;
  transition: all ease 0s;
}

.single-step-text {
  font-size: 13px;
  font-weight: 400;
  color: #b3b3b3;
  margin-bottom: 0px;
  margin-top: 9px;
  text-align: center;
}

.single-step.active .single-step-text {
  color: #28a76a;
  transition: all ease 0s;
}

.single-step-line {
  position: absolute;
  height: 2px;
  left: 0px;
  right: 0px;
  background: #d5d5d5;
  top: 22px;
  border-radius: 40px;
}

.single-step-line-colored {
  background: #d5d5d5;
  position: absolute;
  height: 2px;
  left: 0px;
  right: 0px;
  top: 22px;
  border-radius: 40px;
  width: 50%;
  transition: all ease 0s;
}

.single-step-line-colored.full {
  background: #28a76a;
  width: 100%;
  transition: all ease 0s;
}

.single-step-line-colored.half {
  background: #28a76a;
  width: 50%;
  transition: all ease 0s;
}







.step-Content {
  margin-top: 40px;
}

.single-checkout-step-Content {
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
}

.checkout-btn-wrapper {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
}

.rounded-btn {
  padding: 9px 22px !important;
  border-radius: 30px;
  font-size: 13px;
  height: unset;
}

.step-content-title {
  color: #999;
  margin-bottom: 10px;
  margin-left: 7px;
}

.step-wrapper .single-step:last-child .single-step-line,
.step-wrapper .single-step:last-child .single-step-line-colored {
  width: 50% !important;
}

.step-wrapper .single-step:first-child .single-step-line,
.step-wrapper .single-step:first-child .single-step-line-colored {
  left: 50% !important;
}

.step-wrapper .single-step:first-child .single-step-line-colored.half {
  background: #d5d5d5;
}




.upload-area {
  border: dashed 2px #005578;
  height: 175px;
  justify-content: center;
  background-color: rgb(0 85 120 / 6%);
  transition: all ease 0.4s;
  width: 100%;
  /* padding: 40px 0px; */
  margin: 10px 0px 30px;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.upload-area:hover {
  cursor: pointer;
  background-color: rgb(0 85 120 / 20%);
  transition: all ease 0.4s;
}

.upload-area .title {
  font-weight: 500;
  color: #005578;
  margin-bottom: 2px;
}

.upload-area .sub-title {
  font-weight: 500;
  color: #00557875;
  margin: 0px;
  font-size: 12px;
}

.image-file img {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.steps-input .form-control {
  min-height: 45px;
}

.steps-input .form-control:disabled {
  cursor: not-allowed;
}

.steps-input-label {
  font-size: 13px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

span.input-helper {
  background-color: #004ea12e;
  color: #07509b;
  font-size: 8px;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 5px;
}

.single-template {
  position: relative;
  top: 0px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all ease 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.single-template.active {
  border-color: #0652a1;
  cursor: default;
}

.single-template img.st-image {
  width: 100%;
  border-radius: 4px;
  height: 150px;
  object-fit: cover;
  object-position: bottom;
}

.single-template:hover {
  /* // top: -4px; */
  /* // box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 47%); */
  transition: all ease 0.3s;
}

.single-template-inner {
  position: relative;

}

.single-template-inner::after {
  content: "";
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent, black);
  opacity: 0;
  transition: all ease 0.3s;
}

.single-template:hover .single-template-inner::after {
  opacity: 1;
  transition: all ease 0.3s;
}

.single-template.active:hover {
  top: 0px;
  box-shadow: none;
  transition: all ease 0.3s;
}

.section-title {
  margin: 0px 0px 0px;
  font-size: 15px;
  font-weight: 600;
}

.single-template:hover .single-template-btns {
  bottom: 15px;
  opacity: 1;
  transition: all ease 0.3s;
}

.single-template-btns {
  position: absolute;
  bottom: -100px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 2;
}

.single-template-btn-one {
  border: 0px;
  margin: 0px 3px;
  font-size: 11px;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3px 12px;
  color: #222;
}

.selected-text {
  margin: 0px;
  font-size: 12px;
  color: #52e573;
  margin-left: 9px;
}

h2.single-workshop-listing-sub-title {
  font-size: 20px;
  color: #343434;
}

.link-modal-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.stp {
  font-size: 13px;
  margin-right: 13px;
  color: #ababab;
}

.tmp-name {
  text-align: center;
  margin: 10px 0px;
  font-size: 13px;
  font-weight: 300;
  color: darkgrey;
}



.single-feature {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 8%);
  border: 1px solid rgb(157 157 157 / 22%);
  transition: all ease 0.3s;
  position: relative;
  margin-bottom: 25px;
}

.single-feature:hover,
.single-feature.active {
  border: 1px solid #074e97;
  transition: all ease 0.3s;
  cursor: pointer;
}

.single-feature img {
  width: 100%;
}

.sf-bottom {
  padding: 13px;
}

.sf-bottom .title {
  margin: 0px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.sf-bottom .sub-title {
  margin: 6px 0px 0px;
  font-size: 13px;
}

span.checked-option {
  font-size: 17px;
  color: #07529f;
  position: absolute;
  left: 7px;
  top: 5px;
}

.datetime {
  font-size: 17px;
  color: #111;
  margin: 0;
  border: 1px solid transparent;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
}

.datetime img {
  height: 25px;
  margin-right: 15px;
}

.deadline-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #ffe8e8;
  color: #e91e43 !important;
  border: 1px solid #e91e431f !important;
  margin-top: 3px !important;
}

.deadline-wrapper::after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: slide 1s infinite;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.reg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ed-heading {
  font-weight: 600;
  line-height: normal;
  font-size: 17px !important;
  color: #111 !important;
  text-align: left;
}

.success {
  height: 140px;
}

.app-alert.success {
  height: auto;
  background-color: #28a76a !important;
  opacity: 1 !important;
}

.congrats {
  text-align: center;
  color: #116dff;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}

.con-sub {
  width: 44%;
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  color: #a1a1a1;
}

.cong-content {
  opacity: 0;
  transition: all ease 1.4s;
}

.cong-content.active {
  opacity: 1;
  transition: all ease 1.4s;
}

.single-theme-color {
  display: flex;
  align-items: center;
}

.single-theme-color p {
  margin: 0px 20px 0px 0px;
}

.theme-color-wrapper {
  padding: 15px 15px 13px;
  position: fixed;
  left: 265px;
  right: 25px;
  z-index: 3;
  background: #f7fbff;
  margin-bottom: 10px;
  box-shadow: 0px 4px 4px #0000001a;
}

.single-theme-color p {
  margin: 0px 11px 0px 0px;
  color: #0654a0;
  font-weight: 400;
  font-size: 13px;
}

.left-temp {
  width: 250px;
  padding: 20px 15px 10px;
}

.right-temp {
  flex: 1;
  padding: 0px 15px 10px;
  margin-top: 20px;
}

.tc-wrapper {
  padding: 48px 0px;
  margin-top: 20px;
}

.stc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-theme-color p span {
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #053e75a3;
  color: #ffffff;
  font-size: 11px;
  border-radius: 50%;
  margin-right: 6px;
}


input[type="color"] {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  width: 60px;
  height: 24px;
  padding: 0px;
  cursor: pointer;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

/* COMPANY CREATION ENDS */

.chapters .progress {
  height: 3px;
}

.chapters .progress .progress-bar {
  background-color: #2f8b81;
}




:root {
  --templateOnePrimary: #c94903;
  --templateOneLight: #ffffff;
  --templateOneDark: #000000;
  --templateOneSecondary: #141517;
  --templateOneBackground: #000000;


  --templateTwoPrimary: #12abdb;
  --templateTwoLight: #ffffff;
  --templateTwoDark: #000000;
  --templateTwoBackground: #141517;
  --templateTwoSecondary: #231834;


  --templateThreePrimary: #099e21;
  --templateThreeLight: #ffffff;
  --templateThreeDark: #000000;
  --templateThreeSecondary: #f4f4f4;
  --templateThreeBackground: #141517;
}



/* CHAT */
.big-chat-window {
  display: flex;
  box-shadow: 1px 1px 5px #0000003b;
  border-radius: 4px;
  overflow: hidden;
}

.big-chat-window .chat-window {
  position: unset;
  height: 500px;
  width: 100%;
}

.big-chat-window .single-user {
  display: flex;
  align-items: center;
  padding: 7px 10px 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 6px;
  border-radius: 10px;
}

.big-chat-window img.single-user-img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.big-chat-window .single-user span.name {
  margin: 0px 0px 0px 20px;
  font-weight: 600;
}

.big-chat-window .left-chat-area {
  width: 25%;
  background-color: #f3f3f3;
  padding: 14px;
}

.big-chat-window .right-chat-area {
  width: 75%;
}

.big-chat-window .chat-body {
  height: 430px;
}

.big-chat-window .chat-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #6c6c6c !important;
}

.big-chat-window .chat-content {
  padding: 20px;
}

.template-two .chat-window {
  position: fixed;
  bottom: 0px;
  z-index: 9;
  right: 0px;
  width: 320px;
  height: 47px;
  overflow: hidden;
  transition: all ease 0.3s;
  box-shadow: -4px -3px 12px #0000004f;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.chat-window {
  position: fixed;
  bottom: 0px;
  z-index: 9;
  right: 0px;
  width: 320px;
  height: 47px;
  overflow: hidden;
  transition: all ease 0.3s;
}

.chat-window.opened {
  height: 350px;
  transition: all ease 0.3s;
}

.template-one .chat-header {
  background-color: var(--templateOnePrimary);
}

.template-two .chat-header {
  background-color: var(--templateTwoPrimary);
}

.template-three .chat-header {
  background-color: var(--templateThreePrimary);
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #ffffff;
  cursor: pointer;
}

.chat-header-content-wrapper {
  display: flex;
  align-items: center;
}

.chat-header-content-wrapper p {
  margin: 0px 0px 0px 12px;
  font-size: 14px;
  font-weight: 400;
}

.chat-header .up-arrow-chat {
  background-color: #ffffff21;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  transform: rotate(0deg);
  transition: all ease 0.2s;
}

.chat-window.opened .chat-header .up-arrow-chat {
  transform: rotate(180deg);
  transition: all ease 0.2s;
}

span.chat-online {
  background: #2bd120;
  height: 7px;
  width: 7px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
}

.chat-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  height: 100%;
  height: 303px;
  position: relative;
  border: 1px solid #cfcfcf;
  border-top: 0px;
}

.chat-content {
  width: 100%;
  flex: 1;
  background-color: #ffffff;
  padding: 10px;
  height: 243px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.chat-content::-webkit-scrollbar {
  width: 4px;
}

.chat-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.chat-content::-webkit-scrollbar-thumb {
  background: #888;
}

.chat-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.chat-content .no-message {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.chat-content .no-message p {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #979797;
  padding: 0px 9px;
}




.chat-type-wrapper {
  height: 60px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
}

.chat-type-wrapper textarea {
  border: 0px;
  background-color: #efefef;
  min-height: 39px;
  flex: 1;
  padding: 5px 10px;
  font-size: 11px !important;
  border-radius: 4px;
  max-height: 50px;
}


.template-one button.send-message {
  background-color: var(--templateOnePrimary);
}

.template-two button.send-message {
  background-color: var(--templateTwoPrimary);
}

.template-three button.send-message {
  background-color: var(--templateThreePrimary);
}


.template-one .left-chat-content-container {
  background-color: var(--templateOnePrimary);
}

.template-two .left-chat-content-container {
  background-color: var(--templateTwoPrimary);
}

.template-three .left-chat-content-container {
  background-color: var(--templateThreePrimary);
}


.template-one .left-chat-content-container::before {
  border-right: 9px solid var(--templateOnePrimary);
}

.template-two .left-chat-content-container::before {
  border-right: 9px solid var(--templateTwoPrimary);
}

.template-three .left-chat-content-container::before {
  border-right: 9px solid var(--templateThreePrimary);
}

.chat-type-wrapper .chat-send {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 12px;
  color: #ffffff;
  cursor: pointer;
  border: 0px;
}

.template-one .chat-send {
  background-color: var(--templateOnePrimary);
}

.template-two .chat-send {
  background-color: var(--templateTwoPrimary);
}

.template-three .chat-send {
  background-color: var(--templateThreePrimary);
}

p.own-message-time {
  text-align: right;
  font-size: 10px;
  color: #afafaf;
}

p.other-message-time {
  text-align: left;
  font-size: 10px;
  color: #afafaf;
}

.other-message {
  width: fit-content;
  max-width: 70%;
  background-color: var(--templateOnePrimary);
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 7px;
  border-radius: 13px;
  text-align: left;
  border-top-left-radius: 0px;
  margin-bottom: 3px;
}

.template-one .other-message {
  background-color: var(--templateOnePrimary);
}

.template-two .other-message {
  background-color: var(--templateTwoPrimary);
}

.template-three .other-message {
  background-color: var(--templateThreePrimary);
}

.own-message {
  width: fit-content;
  max-width: 70%;
  background-color: #858585;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 7px;
  border-radius: 13px;
  text-align: right;
  border-bottom-right-radius: 0px;
  margin-bottom: 3px;
  margin-left: auto;
}

/* CHAT ENDS */







.template-settings-modal .right-temp {
  width: calc(100vw - 383px);
  height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}

.template-settings-modal .tc-wrapper {
  pointer-events: none;
  margin-top: 70px;
}

.template-settings-modal .theme-color-wrapper {
  padding: 15px 15px 13px;
  position: fixed;
  left: 281px;
  right: 41px;
  z-index: 9;
  background: #f7fbff;
  margin-bottom: 10px;
  box-shadow: 0px 4px 4px #0000001a;
}

.template-settings-modal .scrollbale-area.left {
  height: calc(100vh - 170px);
  padding-right: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.template-settings-modal .right-temp::-webkit-scrollbar {
  width: 10px;
}

.template-settings-modal .scrollbale-area.left::-webkit-scrollbar {
  width: 4px;
}

.template-settings-modal .scrollbale-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.template-settings-modal .scrollbale-area::-webkit-scrollbar-thumb {
  background: #888;
}

.template-settings-modal .scrollbale-area::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.template-settings-modal .right-temp .t3-menu a:nth-child(5),
.template-settings-modal .right-temp .t3-menu a:nth-child(6),
.template-settings-modal .right-temp .t3-menu a:nth-child(7) {
  display: none;
}



.save-template-settings {
  border: 0px;
  background-color: #ffffff;
  color: #238ab8;
  padding: 7px 20px;
  border-radius: 4px;
  font-size: 13px;
}

.input-color-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px;
}

.input-color-wrapper p {
  margin: 0px;
  color: #a1a1a1;
  font-size: 13px;
}

.input-color-wrapper .form-check {
  margin-left: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-left: 0px;
}

.input-color-wrapper .form-check .form-check-input {
  margin-top: 0px;
}

.input-color-wrapper .form-check input[type="color"] {
  width: 30px;
  border-radius: 4px;
  overflow: hidden;
  height: 20px;
  border: 1px solid #b7b7b7;
}


h2.con-title {
  font-size: 35px;
  font-weight: 600;
  /* color: var(--templateThreePrimary); */
  margin-bottom: 30px;
}

p.con-desc {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 60px;
  width: 60%;
}

.contact-info-wrapper {
  /* border-radius: 5px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #ffffff;
  position: relative;
  top: -70px;
  z-index: 1; */
  margin-bottom: 25px;
}


.single-contact-info-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.single-contact-info-content-icon {
  color: var(--templateThreePrimary);
  font-size: 50px;
  margin-right: 25px;
}

.template-two .single-contact-info-content-icon {
  color: var(--templateTwoPrimary);
}

.template-one .single-contact-info-content-icon {
  color: var(--templateOnePrimary);
}

p.single-contact-info-content-title {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}

p.single-contact-info-content-subtitle {
  color: #9d9d9d;
  margin: 0px;
}

.contact-info-single {
  border-right: 1px solid #dddddd;
}

.contact-info-single:last-child {
  border-color: transparent;
}

.single-contact-info-content-desc {
  font-size: 15px;
  margin: 0px auto;
  color: #222 !important;
  display: block;
  text-align: center;
  font-weight: 400;
}

.content_block .content-box .default-form {
  position: relative;
  display: block;
  background: #fff;
  padding: 56px 40px 60px 40px;
  border-radius: 5px;
  box-shadow: 0 0px 50px rgba(2, 13, 49, 0.2);
}

.content_block .content-box .default-form::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  z-index: -1;
  border-radius: 5px;
  box-shadow: 0 0px 50px rgba(2, 13, 49, 0.2);
}

.default-form .form-group {
  /* background: #e9e9e9;
  padding: 20px 0px 100px; */
  padding: 0px 0px 20px;
}

.default-form .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  color: #1d165c;
  color: #444;
  font-weight: 600;
  margin-bottom: 13px;
}

.default-form .form-group label i {
  font-size: 14px;

  margin-right: 10px;
  color: var(--templateThreePrimary);
}

.default-form .form-group input,
.default-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  /* font-style: italic; */
  transition: all 500ms ease;
}

.contact-form-wrapper {
  background: #e9e9e9;
  padding: 100px 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-form-wrapper::before {
  content: "";
  position: absolute;
  background-color: #000;
  /* background-image: linear-gradient(to top, #00000017, rgb(255 255 255 / 0%)); */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
}

.template-one .contact-form-wrapper::before {
  background-color: var(--templateOnePrimary);
}

.template-two .contact-form-wrapper::before {
  background-color: var(--templateTwoPrimary);
}

.template-three .contact-form-wrapper::before {
  background-color: var(--templateThreePrimary);
}




.contact-form-wrapper .content-column,
.contact-form-wrapper .image-column {
  position: relative;
  z-index: 1;
}

.fuh {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 100;
  position: relative;
}

.fuh::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  top: 20px;
}

.fuh::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  top: 20px;
}

.fuh span {
  font-weight: 600;
}

.iframe-wrapper {
  overflow: hidden;
  border-radius: 8px;
  height: 450px;
}


video.video {
  height: 180px;
  margin: 20px 0px 15px;
}

.banner-selected-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.uploading-stated::after {
  content: "";
  position: absolute;
  background-color: rgb(0 0 0 / 51%);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.img-upload-progress.progress {
  position: absolute;
  z-index: 1;
  height: 7px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.banner-selected-img:hover span {
  display: inline-flex;
  transition: all ease 0.3s;
}

.banner-selected-img span {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 10px;
  background-color: #ffffff;
  color: red;
  font-size: 22px;
  border-radius: 2px;
  box-shadow: 1px 1px 8px #00000021;
  transition: all ease 0.3s;
}

.banner-selected-img img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 6px;
}

p.course-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 50px;
  margin-bottom: 10px;
}

p.course-sub-heading {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin-bottom: 25px;
  margin-top: 5px;
}

.course-facts {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.course-single-fact {
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.course-single-fact img.course-single-fact-img {
  margin-right: 8px;
  height: 20px;
}

.course-single-fact span.course-single-fact-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}

.course-detail-img-container {
  cursor: pointer;
}

.course-detail-container {
  padding: 24px 24px 10px;
  min-height: 500px;
  background: #ffffff;
  border-radius: 11px;
}

.course-detail-tab ul {
  list-style: none;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  margin: 0px;
  background: #F5F5F5;
  border-radius: 5px;
}

.course-detail-tab ul li.active {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #0065d7;
  position: relative;
  cursor: default;
}

.course-detail-tab ul li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 10px;
  transition: all ease 0.2s;
  background-color: #0065d7;
}

.course-detail-tab ul li {
  padding: 20px 20px;
  background: transparent;
  color: #343434;
  margin-right: 5px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.course-detail-tab ul li:hover {
  color: #0065d7;
  transition: all ease 0.3s;
}

.course-detail-tab ul li {
  transition: all ease 0.4s;
}

.course-detail-tab-content {
  border: 1px solid #ffffff;
  padding: 10px 10px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #ffffff;
  margin-top: 30px;
}

.course-detail-tab-content .overview {
  margin-bottom: 30px;
}

.overview p.overview-heading {
  font-size: 20px;
  font-weight: 600;
  color: #343434;
  margin: 0px 0px 10px;
}

.overview p.overview-desc {
  font-size: 15px;
  font-weight: 400;
  color: #343434;
  white-space: pre-line;
}

.single-curriculum {
  padding: 15px 15px;
  background: #f5f5f5;
  display: flex;
  /* align-items: center; */
  margin-bottom: 15px;
  width: 100%;
  justify-content: space-between;
  border-radius: 7px;
}

.c-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-curriculum-icon {
  background: #ff7a7a;
  color: #ffffff;
  font-size: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 10px;
}

.course-curriculum-icon-video {
  background: #0065d7;
  color: #ffffff;
  font-size: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 10px;
}

.curriculum-container .single-curriculum .d-flex div:nth-child(2) {
  flex: 1;
}

span.video-listing-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  height: 52px;
  width: 52px;
  background-color: #00000052;
  z-index: 1;
  font-size: 24px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid;
}

a.blog-listing.video-listing h2.blog-title {
  opacity: 0;
  bottom: -100px;
  transition: all ease 0.3s;
}

a.blog-listing.video-listing:hover h2.blog-title {
  opacity: 1;
  bottom: 20px;
  transition: all ease 0.3s;
  font-size: 20px;
  left: 20px;
}

a.blog-listing.video-listing:hover::before {
  background-image: linear-gradient(to top, #000000de, rgb(255 255 255 / 0%));
}

p.course-curriculum-info {
  margin: 0px;
  font-weight: 700;
  color: #444444;
  font-size: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

p.course-curriculum-desc {
  margin: 2px 0px 0px;
  color: #666;
  font-size: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.curriculum-container .single-curriculum .content-duration {
  min-width: 75px;
  text-align: right;
}

.content-duration {
  font-weight: 500;
  font-size: 10px;
  background: #ababab;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}

.course-detail-right-area {
  padding: 25px;
  position: absolute;
  top: 120px;
  right: 0px;
  border-radius: 9px;
  overflow: hidden;
  background: #4c4c4c;
  box-shadow: 1px 3px 10px rgb(0 0 0 / 64%);
  z-index: 9;
  width: 350px;
  background-image: linear-gradient(to bottom, #3e3e3e, black);
  border: 1px solid #5a5a5a;
}

.overview-desc {
  color: #6f6b80;
  font-weight: 400;
}

.workshop-detail .tone-event-inner-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: 0px;
  left: 0px;
  width: 65%;
}

img.course-detail-course-img {
  width: 100%;
  border-radius: 9px;
}

span.course-detail-play {
  height: 45px;
  width: 45px;
  font-size: 22px;
}

span.course-detail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0065d7;
  background: white;
  font-size: 30px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  transition: all ease 0.3s;
}

.templateThreePrimaryColor {
  color: var(--templateThreePrimary) !important;
}

.templateThreePrimaryBGColor {
  background-color: var(--templateThreePrimary) !important;
}

.templateTwoPrimaryColor {
  color: var(--templateTwoPrimary) !important;
}

.templateTwoPrimaryBGColor {
  background-color: var(--templateTwoPrimary) !important;
}

.templateTwoLightColor {
  color: var(--templateTwoLight) !important;
}

.templateTwoDarkColor {
  color: var(--templateTwoDark) !important;
}


.templateOnePrimaryColor {
  color: var(--templateOnePrimary) !important;
}

.templateOnePrimaryBGColor {
  background-color: var(--templateOnePrimary) !important;
}

.templateOneLightColor {
  color: var(--templateOneLight) !important;
}

.templateOneDarkColor {
  color: var(--templateOneDark) !important;
}



.course-detail-img-container:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 22%);
  border-radius: 9px;
}

.course-detail-img-container:hover .course-detail-play {
  top: 47%;
  transition: all ease 0.3s;
}

.modal-ok-btn {
  background-color: #0065d7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 16px;
  color: #ffffff !important;
  border-color: transparent;
  text-shadow: 0px 0px 2px #8fcdff;
  font-weight: 400;
  box-shadow: none;
  min-width: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer !important;
  border-radius: 4px;
}

.modal-ok-btn2 {
  background-color: #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  font-size: 14px;
  color: #ffffff !important;
  border-color: transparent;
  text-shadow: 0px 0px 2px #8fcdff;
  font-weight: 400;
  box-shadow: none;
  min-width: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer !important;
  border-radius: 4px;
}

.include-area {
  padding: 20px 2px 10px;
  /* border-bottom: 1px solid #cecece; */
}

p.includes-text {
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  margin: 0px;
}

.single-include {
  padding: 21px 0px 0px;
  display: inline-flex;
  align-items: center;
}

.single-include i {
  width: 22px;
  margin-right: 10px;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
}

.single-include span {
  font-size: 14px;
  color: #ffffff;
}

.course-starts {
  display: flex;
  background-color: var(--templateThreePrimary);

}

.course-starts .left-area {
  background-color: var(--templateThreePrimary);
}

.course-starts .left-area {
  width: 66%;
}

.course-starts .left-area-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 18px;
  height: 56px;
  background-color: var(--templateThreePrimary);

}

.course-starts .leaft-area-heading-container {
  width: 80%;
}

.leaft-area-heading-container p {
  font-size: 20px;
  font-weight: 500;
  color: var(--templateThreeLight);
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.video-area {
  height: 463px;
  overflow: hidden;
  overflow-y: auto;
}

.video-content-area {
  border-top: 1px solid #ffffff38;
  color: var(--templateThreeLight);
}

.video-content-area {
  padding: 20px 10px;
  margin: 20px 40px;
  border-top: 1px solid #d8d8d826
}

.video-content-area p.heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--templateThreeLight);
}

.course-starts .right-area {
  background: #011c38;
}

.course-starts .right-area {
  width: 34%;
  position: fixed;
  right: 20px;
  background: #ffffff;
  flex-direction: column;
  padding: 0px;
}

.course-starts .right-area-header {
  background: var(--templateThreePrimary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 18px;
  height: 56px;
  width: 101%;
  z-index: 999;
}

.course-starts p.course-content {
  margin: 0px 0px 0px;
  color: var(--templateThreeLight);
  font-size: 20px;
  /* font-weight: 600; */
  margin-right: 17px;
}

.course-starts p.course-completion {
  margin: 10px 0px 0px;
  color: rgb(255 255 255 / 55%);
  font-size: 15px;
  font-weight: 400;
}

.course-starts span.close-section {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--templateThreeLight);
  color: var(--templateThreeDark);
  opacity: 0.6;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
}

.right-area .chapters {
  /* padding: 25px 25px 50px; */
  background: #f9f9f9 !important;
  overflow-y: auto;
  height: calc(100vh - 6.8rem) !important;
  width: 100%;
}

.m-heading {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.single-chapter-content {
  display: flex;
  justify-content: space-between;
  padding: 6px 18px;
  cursor: pointer;
  position: relative;
  transition: all .4s ease;
  /* margin: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 24px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden; */
}

.single-chapter-content:hover {
  background-color: #e5f4f3;
}

.single-chapter-content p,
.single-chapter-content p a {
  font-size: 14px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
  width: 100%;
}

.single-chapter-content.active p,
.single-chapter-content.active p a {
  color: white;
}


.single-chapter-content span {
  color: dimgrey;
  font-size: 11px;
  border-radius: 4px;
  width: fit-content;
  font-weight: 400;
}

.single-chapter-content.active {
  background: #3e3e3e;
  /* background: #075e55; */
  /* background: #e8f0ff; */
}

.single-chapter-content.active span,
.single-chapter-content.active .iconChapter {
  color: white !important;
}

.overflow-hidden {
  overflow: hidden;
}








/* Template ONE */
.tone-single-blog-wrapper {
  margin-bottom: 30px;
}

.tone-have {
  margin: 0px;
  color: var(--templateOneLight);
  font-weight: 400;
}

.tone-listing-image-wrapper {
  height: 70px;
  width: 70px;
  border: 1px solid #f1f1f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.tone-open-link {
  background-color: var(--templateOnePrimary);
  color: var(--templateOneLight) !important;
  height: 40px;
  display: inline-flex;
  padding: 0px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  transition: all ease 0.3s;
  cursor: pointer;
}

.tone-open-link:hover {
  opacity: 0.9;
  transition: all ease 0.3s;
}

.tone-jd-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.tone-jd-options span.location,
.tone-jd-options .loc i {
  color: #585858;
}

.tone-job-details .jd-header-title {
  font-weight: 600;
}

.tone-jd-options .loc {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-right: 24px;
}

.tone-job-details .tone-listing-image-wrapper {
  background-color: #ffffff;
}

.bg-3 {
  background-image: linear-gradient(to left, rgb(0 123 255 / 3%), #007bff0f);
}

.tone1-carousel {
  height: 100%;
}

.tone1-carousel .carousel-inner {
  height: 100%;
}

.text-light {
  color: var(--templateOneLight);
}

.text-dark {
  color: var(--templateOneSecondary) !important;
}

.template-one {
  background-color: var(--templateOneBackground);
  font-size: 14px;
  font-weight: 500;
}

.template-one .container-fluid {
  padding: 0px 60px;
  max-width: 1350px;
}

.tone-top-header {
  background-color: var(--templateOnePrimary);

}

.tone-top-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tone-top-header-left,
.tone-top-header-right {
  display: flex;
  align-items: center;
}

.tone-top-header-right {
  padding-right: 2px;
  height: 45px;
}

.tone-contact-us {
  background-color: var(--templateOneSecondary);
  color: var(--templateOneLight);
  padding: 12px 50px 12px 60px;
}

.tone-contact-us p {
  margin: 0px;
}

span.tone-header-sm {
  color: var(--templateOneLight);
  margin: 0px 0px 0px 20px;
  font-size: 18px;
}

.tone-c-info {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.tone-c-info i {
  color: var(--templateOneLight);
  font-size: 16px;
  margin-right: 11px;
}

.tone-c-info p {
  color: var(--templateOneLight);
  margin: 0px;
}

.tone-header {
  display: flex;
  align-items: center;
  padding: 0px 0px;
}

.tone-logo-wrapper {
  margin-right: 60px;
}

img.tone-logo {
  height: 55px;
  object-fit: contain;
  width: 55px;
}

.tone-header-menu {
  display: flex;
  align-items: center;
  top: 5px;
  right: 5px;
}

.tone-header-menu a {
  color: var(--templateOneLight);
  padding: 0px 10px;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.tone-header-menu a::after {
  content: "";
  position: absolute;
  height: 3px;
  background: var(--templateOnePrimary);
  left: 100%;
  bottom: 0px;
  right: 100%;
  border-radius: 25px;
  transition: all ease 0.3s;
}

.tone-header-menu a:hover::after,
.tone-header-menu a.active::after {
  left: 0px;
  right: 0px;
  transition: all ease 0.3s;
}

.tone-header-menu a:hover,
.tone-header-menu a.active {
  /* color: var(--templateOnePrimary) !important; */
}

.tone-header-menu a+a {
  margin-left: 20px;
}

.tone-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
}

button.tone-login {
  background: var(--templateOnePrimary);
  border: 0px;
  color: #ffffff;
  padding: 9px 17px;
  letter-spacing: 1px;
  border-radius: 4px;
  margin-left: 15px;
  font-size: 13px;
}

.tone-search {
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  width: 185px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.tone-search i,
.tone-search p {
  opacity: 0.5;
  color: #141517;
  font-size: 13px;
}

.tone-banner {
  height: 400px;
  position: relative;
  background-color: white;
  z-index: 0;
}

.tone-banner::before {
  content: "";
  position: absolute;
  background-color: var(--templateOnePrimary);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}

.tone-single-slide {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 1;
}

.tone-banner .carousel-indicators {
  position: absolute;
  bottom: 10px;
}

.tone-banner-content {
  position: absolute;
  top: 53%;
  left: 60px;
  width: 35%;
  transform: translateY(-50%);
  z-index: 1;
}

.tone-banner-image-section {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 35%;
  bottom: 30px;
}

.auth-admin.auth-admin-spcl:hover::before {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.auth-admin:hover.auth-admin-spcl .theme-content-edit {
  top: 5px;
  right: 5px;
}

.auth-admin:hover::before {
  content: "";
  left: -20px;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  border: 2px dashed #ffffff4d;
  background-color: #bee1ff2e;
}

.theme-content-edit {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 33px;
  width: 34px;
  border-radius: 30%;
  border: 0px;
  color: #007eff;
  font-size: 22px;
  background-color: #ffffff;
  box-shadow: 1px 1px 20px 2px #0000008c;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.auth-admin:hover .theme-content-edit {
  display: inline-flex;
}




p.tone-banner-title {
  color: var(--templateOneLight);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
}

p.tone-banner-subtitle {
  color: var(--templateOneLight);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

a.tone-banner-btn {
  background: var(--templateOnePrimary);
  color: #ffffff;
  padding: 11px 30px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 13px;
  margin-top: 15px;
  display: inline-flex;
  z-index: 2;
  position: relative;
}

img.tone-banner-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: right;
}

p.tone-special-text {
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--templateOneLight);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding: 0px 23px 0px 35px;
}

p.tone-special-text.center {
  width: fit-content;
  margin: 0 auto 20px;
  text-align: center;
}

p.tone-special-text::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--templateOnePrimary);
}

p.tone-special-text::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--templateOnePrimary);
}

p.tone-special-text.text-light::before,
p.tone-special-text.text-light::after {
  background: var(--templateOneLight);
}

p.tone-special-text.text-dark::before,
p.tone-special-text.text-dark::after {
  background: var(--templateOneSecondary);
}

p.tone-section-title {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 45px !important;
  color: var(--templateOneLight);
}

p.tone-section-title.center {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: var(--templateOneLight);
}

p.tone-section-subtitle {
  width: 90%;
  line-height: 26px;
  font-size: 15px;
  color: var(--templateOneLight);
}

ul.tone-section-points {
  list-style: none;
  padding: 0px;
}

li.tone-section-point {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: var(--templateOneLight);
}

li.tone-section-point span {
  font-size: 12px;
  color: var(--templateOnePrimary);
  opacity: 0.5;
  margin-right: 10px;
}

.tone-about-img-wrapper {
  text-align: center;
}

img.tone-about-image {
  height: 370px;
  width: 100%;
  object-fit: contain;
}

.tone-jobs {
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--templateOnePrimary);
  background-blend-mode: multiply;
}

.tone-single-job {
  background-color: var(--templateOneBackground);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}

.tone-single-blog {
  background-color: var(--templateOnePrimary);
  border-radius: 15px;
  padding: 10px;
  text-align: center;
}

img.tone-job-image {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

p.tone-job-title {
  text-align: left;
  font-size: 16px;
  margin: 0px 0px 15px;
  font-weight: 700;
  color: var(--templateOneLight);
}

p.tone-job-subtitle {
  text-align: left;
  margin-bottom: 8px;
  color: var(--templateOneLight);
  font-size: 14px;
  opacity: 0.6;
  font-weight: 400;
}

.max-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 105px;
}

.max-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

a.job-apply {
  color: var(--templateOnePrimary);
  margin: 0px;
  cursor: pointer;
  padding-top: 15px;
  display: inline-flex;
}

.divider {
  background-color: #e5e5e5;
  height: 1px;
  margin-top: 20px;
}

.tone-job-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

span.pagination {
  height: 10px;
  background-color: #ffffff;
  width: 10px;
  border-radius: 50%;
  margin: 0px 5px;
  opacity: 0.3;
  cursor: pointer;
}

span.pagination.active {
  opacity: 1;
}

.tone-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.tone-blog-header p {
  flex: 1;
  margin: 0px !important;
}

.tone-blog .tone-special-text {
  width: fit-content;
  padding-left: 0px;
}

.tone-blog .tone-special-text::before {
  background: transparent;
}

.tone-blog p.tone-special-text.text-dark::before {
  background: transparent;
}

img.tone-blog-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.tone-blog-indi {
  width: 30px !important;
  height: 7px !important;
  border-radius: 2px !important;
  padding: 0px !important;
  margin: 0px;
  background-clip: unset !important;
  border: 0px !important;
}

.tone-blog-indi.active {
  background: var(--templateOnePrimary) !important;
}

.tone-blog-content {
  /* position: absolute;
  bottom: 30px; */
  background: var(--templateOnePrimary);
  /* left: 10px;
  right: 10px; */
  padding: 15px 16px;
}

p.tone-blog-title {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 15px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

span.admin-online {
  height: 7px;
  width: 7px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 65px;
}

p.tone-blog-sub,
a.tone-blog-sub {
  font-weight: 400;
  color: var(--templateOneLight);
  margin-bottom: 0px;
  font-size: 13px;
}

.tone-blog-sub a {
  color: #ffffff;
  position: relative;
}

.tone-blog-sub a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #ffffff;
}

.tone-blog .swiper {
  padding-bottom: 10px;
}

.tone-blog .swiper-pagination-bullet {
  height: 6px !important;
  width: 30px !important;
  border-radius: 2px !important;
  background-color: var(--templateOneLight);
}

.tone-blog .swiper-pagination-bullet-active {
  background: var(--templateOnePrimary) !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.tone-workshop {
  background-image: linear-gradient(var(--templateOneSecondary) 60%, var(--templateOnePrimary));
  position: relative;
  padding: 40px 0px 200px;
}

.tone-single-workshop {
  border-radius: 10px;
  overflow: hidden;
}

.tone-workshop-top img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.tone-workshop-bottom {
  background-color: var(--templateOneBackground);
  padding: 15px 20px;
}

.tone-workshop-bottom p.workshop-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 7px;
  color: var(--templateOneLight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tone-workshop-bottom p.workshop-subtitle {
  font-size: 12px;
  color: var(--templateOneLight);
  opacity: 0.5;
  margin-bottom: 10px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.tone-single-event-top {
  overflow: hidden;
  border-radius: 18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

img.tone-event-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: rotate(0deg) scale(1);
  transition: all ease 0.3s;
}

.template-two .tone-single-event {
  display: flex;
  border-radius: 4px;
  margin-bottom: 15px;
}

.template-two .event-image-container .event-image {
  width: 300px !important;
  aspect-ratio: 3 / 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.template-two .event-title-detail {
  font-weight: 600;
}

.ate {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}

p.ip-deadline {
  color: #979797;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

p.ip-deadline i {
  margin-right: 5px;
}

.app-closed-heading {
  overflow: hidden;
  background-color: #ffe8e8;
  color: #e91e43 !important;
  border: 1px solid #e91e431f !important;
  font-weight: 600;
  line-height: normal;
  font-size: 20px !important;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
}

.ttwo-event-option-wrapper {
  border: 1px solid #e3e3e3;
  padding: 15px;
  margin: 30px 0px;
  border-radius: 6px;
}

.template-two .event-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-two .tone-single-event-top {
  border-radius: 0px;
  height: 100%;
}

.template-two .tone-single-event-bottom h2.listing-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
  max-height: 72px;
  overflow: hidden;
  line-height: normal;
  height: auto;
  margin-bottom: 0px;
}

.ttwo-event-option span {
  font-size: 1rem;
  color: #212529;
}

.ve-wrapper {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px;
}

.ttwo-event-option {
  margin-bottom: 7px;
  display: flex;
  /* align-items: center; */
}

.ttwo-event-option i {
  color: #212529;
  margin-right: 10px;
  font-size: 1.5rem;
}

.ttwo-event-option span strong {
  font-weight: 600;
  margin-right: 10px;
}

a.tone-single-event.inactive-entity {
  opacity: 0.6;
}

.vgm {
  font-weight: 500;
  line-height: normal;
  font-size: 17px !important;
  color: #212529;
  margin-top: 35px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.template-three .vgm {
  font-weight: 300;
  line-height: normal;
  font-size: 20px !important;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 1rem;
}

.template-one .vgm {
  font-weight: 300;
  line-height: normal;
  font-size: 20px !important;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 1rem;
}



.g-btn {
  color: #fff !important;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 19px;
  display: inline-flex;
  border: 1px solid;
}

.template-one .g-btn {
  background-color: var(--templateOnePrimary);
}

.template-two .g-btn {
  background-color: var(--templateTwoPrimary);
}

.template-three .g-btn {
  background-color: var(--templateThreePrimary);
}



.ve-wrapper {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.tone-single-event {
  border: 1px solid #e9e9e9;
  overflow: hidden;
  border-radius: 18px;
  display: block;
}

.tone-single-event:hover img.tone-event-image {
  transform: rotate(0.5deg) scale(1.1);
  transition: all ease 0.3s;
}

.tone-single-event:hover h2.listing-title {
  /* color: var(--templateOnePrimary); */
  transition: all ease 0.3s;
}

.tone-single-event-bottom {
  padding: 20px;
}

.tone-single-event-bottom .listing-desc {
  -webkit-line-clamp: 4;
  margin-left: 0px;
}

.tone-single-event-wrapper .job-edit-w,
.tone-single-blog-wrapper .job-edit-w {
  background-color: #0000003d;
  border: 1px solid #ffffff5c;
  color: #ffffff;
}

.tone-single-event-top-wrapper {
  position: relative;
}

.tone-event-date {
  position: absolute;
  bottom: -28px;
  left: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  height: 70px;
  width: 70px;
  border-radius: 12px;
  box-shadow: 0px 0px 9px #00000021;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tone-single-event-wrapper {
  margin-bottom: 30px;
}

span.tone-em {
  font-size: 15px;
  color: #444;
  font-weight: 400;
  display: block;
}

span.tone-ed {
  font-size: 21px;
  color: #444;
  font-weight: 600;
  display: block;
  line-height: 27px;
}

.tone-single-event-bottom h2.listing-title {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 51px;
  overflow: hidden;
  line-height: 24px;
}

.template-two .tone-event-inner-page-banner {
  height: 350px;
}

.tone-event-inner-page-banner {
  width: 100%;
  height: 250px;
  background-size: contain;
  position: relative;
}

.tone-event-inner-page-banner.workshop-detail {
  height: 500px;
  /* overflow: hidden; */
}

.tone-event-inner-page-banner.workshop-detail::before {
  background-image: linear-gradient(120deg, black, #00000052 100%);
}

.tone-event-inner-page-banner::before {
  content: "";
  position: absolute;
  /* background-image: linear-gradient(0deg, black, #ffffff00 70%); */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  z-index: 2;
  /* background-image: linear-gradient(120deg, black, #00000052 100%); */
  background-color: var(--templateThreePrimary);
}


.template-one .tone-event-inner-page-banner::before {
  background-color: var(--templateOnePrimary);
}

.template-three .tone-event-inner-page-banner::before {
  background-color: var(--templateThreePrimary);
}




.tone-event-inner-page-banner.workshop-detail img.course-detail-course-img {
  width: 100%;
  border-radius: 9px;
  max-height: 300px;
  height: 12rem;
  object-fit: cover;
}

img.tone-event-inner-img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

img.tone-event-inner-img.workshop-banner-detail-image {
  filter: blur(2px);
}

.tone-event-inner-title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: 0px;
  left: 0px;
}

h1.tone-event-single-title {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  /* text-shadow: 2px 2px black; */
  margin-bottom: 0px !important;
}

p.tone-event-single-option {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  /* text-shadow: 2px 2px black; */
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid;
}

p.tone-event-single-option:last-child {
  border-right: 0px;
}

.tone-event-single-option-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

video.video-detail {
  height: 400px;
  margin: 20px 0px 15px;
  border-radius: 20px;
  box-shadow: 0px 2px 4px #00000040;
  margin-top: 35px;
}

img.blog-single-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  transition: all ease 0.3s;
  aspect-ratio: 16 / 9;
}

a.blog-listing {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 2px 2px 9px #00000017;
  transform: scale(1);
  transition: all ease 0.3s;
}

a.blog-listing::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #0000007d, rgb(255 255 255 / 0%));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

a.blog-listing:hover img.blog-single-image {
  transform: scale(1.1);
  transition: all ease 0.3s;
}

h2.blog-title {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-shadow: 1px 1px black;
  z-index: 2;
  right: 15px;
  /* line-height: 28px; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin: 0px;
}

.blog-single-banner {
  width: 100%;
  height: 250px;
  background-size: cover;
  position: relative;
  background-color: #fff;
}

.blog-single-banner::before {
  content: "";
  position: absolute;
  /* background-image: linear-gradient(to top, #00000017, rgb(255 255 255 / 0%)); */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blog-single-banner p.ipb-inner-title {
  font-size: 30px;
}

.blog-single-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.inner-page-container.blog-page {
  overflow: hidden;
}

img.single-workshop-image {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

img.single-image-img {
  width: 100%;
  object-fit: cover;
}

a.single-workshop {
  display: flex;
  border-radius: 14px;
  overflow: hidden;
  background-color: whitesmoke;
  margin-bottom: 30px;
  transition: all ease 0.3s;
  cursor: pointer;
}

a.single-workshop:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  transition: all ease 0.3s;
}

h2.single-workshop-listing-title {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 23px;
  max-width: 90%;
}

.single-workshop-listing-desc {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #8f8f8f;
}


.tonefooter {
  background-color: var(--templateOnePrimary);
  padding-top: 70px;
}

img.tone-footer-logo {
  height: 90px;
  width: 200px;
  object-fit: contain;
  object-position: left;
}

p.tone-footer-text {
  color: var(--templateOneLight);
  font-weight: 100;
  margin: 40px 0px;
  font-size: 15px;
}

.tone-footer-sm-wrapper {
  display: flex;
  align-items: center;
}

.tone-footer-sm-wrapper span+span {
  margin-left: 20px;
}

.tone-footer-sm-wrapper span {
  color: var(--templateOneLight);
  font-size: 17px;
  background-color: rgb(255 255 255 / 12%);
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

p.tone-footer-headline {
  color: var(--templateOneLight);
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 70px 0px 40px;
}

p.tone-footer-line,
a.tone-footer-line {
  color: var(--templateOneLight);
  margin: 10px 0px 0px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
}

.template-two .tone-footer-menu {
  padding-left: 0px;
}

.tone-footer-menu {
  padding-left: 40px;
}

.tone-bottom-footer {
  background: var(--templateOneSecondary);
  position: relative;
}

.tone-bottom-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 8%);
}

.tone-bottom-footer p,
.tone-bottom-footer a {
  color: var(--templateOneLight);
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  margin-right: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}

.tone-bottom-footer-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 0px;
}

.tone-bottom-footer-menu-wrapper a {
  color: #ffffff;
}

.tone-bottom-footer-menu-wrapper p+p,
.tone-bottom-footer-menu-wrapper a+a {
  margin-left: 25px;
}

.tone-bottom-footer-menu-wrapper p:not(:first-child)::before .tone-bottom-footer-menu-wrapper a:not(:first-child)::before {
  position: absolute;
  content: "|";
  left: 0px;
  color: var(--templateOneLight);
}

.tone-video-gallery {
  background-color: var(--templateOnePrimary);
  padding: 30px 30% 3px 40px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  overflow: hidden;
  box-shadow: 1px 0px 20px #00000021;
  border-radius: 7px;
  max-width: 1350px;
  transform: translateX(-50%);
  width: 1200px;
}

.play-btn {
  position: absolute;
  right: 0px;
  width: 30%;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn div:first-child {
  height: 280px;
  width: 280px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  opacity: 0.2;
  box-shadow: 0px 0px 19px rgb(0 0 0 / 46%);
}

.play-btn div:nth-child(2) {
  height: 240px;
  width: 240px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  box-shadow: 0px 0px 19px rgb(0 0 0 / 46%);
}

.play-btn div:nth-child(3) {
  height: 200px;
  width: 200px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  box-shadow: 0px 0px 19px rgb(0 0 0 / 46%);
}

.play-btn div:nth-child(4) {
  height: 160px;
  width: 160px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  box-shadow: 0px 0px 19px rgb(0 0 0 / 46%);
}

.play-btn div:nth-child(5) {
  height: 120px;
  width: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.2;
  position: absolute;
  box-shadow: 0px 0px 19px rgb(0 0 0 / 46%);
}

.play-btn div:nth-child(6) {
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  box-shadow: 0px 0px 19px rgb(0 0 0 / 7%);
}

.play-btn i {
  font-size: 40px;
  color: var(--templateOnePrimary);
  z-index: 1;
}

p.tone-video-gallery-heading {
  font-size: 30px;
  color: var(--templateOneLight);
  font-weight: 700;
}

p.tone-video-gallery-subheading {
  font-weight: 400;
  color: var(--templateOneLight);
  font-size: 15px;
}



.custom-checkbox {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px 0px 0px 11px;
  color: #0654a0;
  font-weight: 400;
  font-size: 13px;
  padding-top: 1px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #007bff;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
  background-color: #2196F3;
  border: 0px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .t-inner .ttwo-header {
  background-color: #0000004f;
  padding: 5px 60px 0px;
} */
.inner-page-banner {
  /* background-image: url('../img/company-inner-banner.jpg'); */
  width: 100%;
  /* height: 400px; */
  height: 110px;
  background-size: cover;
  position: relative;
  background-color: white;
  z-index: 0;
}

.template-two .inner-page-banner {
  /* background-image: url('../img/ttwo-inner-page-banner.png'); */
  background-image: none;
  width: 100%;
  /* height: 400px; */
  height: 110px;
  background-size: cover;
  position: relative;
}

.template-three {
  /* max-width: 1360px; */
}

.template-three .inner-page-banner {
  width: 100%;
  /* height: 400px; */
  height: 154px;
  position: relative;
  overflow: hidden;
}

.template-three .inner-page-banner .inner-page-banner-img {
  /* background-image: url('../img/ttwo-inner-page-banner.png'); */
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 15s ease-in infinite;
  animation: zoomin 15s ease-in infinite;
  transition: all .5s ease-in-out;

}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.67);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.67);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom out Keyframes */





.inner-page-banner.no-before::before {
  background-image: none;
}

.ipb-inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.template-two .ipb-inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

p.ipb-inner-title {
  margin: 0px;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #002146;
  /* top: -20px; */
}

.template-two p.ipb-inner-title {
  color: var(--templateTwoPrimary);
  top: 0px;
  margin: 0px 0px 0px;
}

.template-three p.ipb-inner-title {
  color: var(--templateThreePrimary);
}

.template-one p.ipb-inner-title {
  color: var(--templateOnePrimary);
}

.template-two p.ipb-inner-sub-title {
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 17px;
}

.inner-page-container {
  background-color: #ffffff;
  /* border-top-left-radius: 40px; */
  /* border-top-right-radius: 40px; */
  /* margin-top: -35px; */
  position: relative;
  z-index: 3;
}

.template-three .inner-page-container {
  padding-bottom: 20px;
}

.template-two .inner-page-container {
  margin-top: 0px;
  border-radius: 0px;
  padding-bottom: 20px;
}

.inner-single-listing {
  padding: 24px;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 4px 10px rgba(0, 77, 255, .04);
  box-shadow: 0 4px 10px rgba(0, 77, 255, .04);
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.listing-details {
  display: flex;
  align-items: flex-start;
}

.listing-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.listing-details h2.listing-title {
  -webkit-line-clamp: 1;
  overflow: hidden;
}

h2.listing-title {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  display: -webkit-box;
  max-width: 90%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.listing-desc {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #8f8f8f;
  margin-top: 10px;
}

.listing-desc-full {
  font-size: 14px;
  color: #585858;
  font-weight: 400;
  margin-bottom: 0px;
}

button.listing-edit-btn {
  font-size: 13px;
  background-color: #ffffff;
  color: #8f8f8f;
  border: 0px;
  border-radius: 5px;
  margin: 0px 5px;
  width: 80%;
  text-align: left;
}

button.listing-delete-btn {
  /* font-size: 13px;
  background-color: #dc3545;
  color: #ffffff;
  border: 0px;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0px 5px; */

  font-size: 13px;
  background-color: #ffffff;
  color: #dc3545;
  border: 0px;
  border-radius: 5px;
  margin: 10px 5px 0px;
  width: 80%;
  text-align: left;
}

button.listing-details-btn {
  font-size: 13px;
  background-color: #002146;
  color: #ffffff;
  border: 0px;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0px 5px;
}

.add-new {
  background-color: #002146;
  color: #ffffff !important;
  border: 0px;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}

.template-two .add-new {
  background-color: var(--templateTwoPrimary);
  border-radius: 40px;
  padding: 10px;
  width: 120px;
  text-align: center;
}

.template-two button.save-btn {
  border-radius: 40px;
}

.btn-title {
  margin: 0px;
  font-size: 15px;
  color: #585858;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 20px;
}

.btn-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* MODAL starts */
.full-modal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #0000009f;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6%;
  z-index: 99;
  overflow-y: auto;
}

.login-modal {
  width: 85%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  min-height: 340px;
  margin: 0 auto;
}

.close-icon-wrapper {
  position: absolute;
  font-size: 30px;
  right: 10px;
  top: 7px;
  z-index: 9999;
  color: #000000;
  opacity: 0.5;
}

a.cr-btn {
  color: #b12b1d;
  font-size: 30px;
  margin-left: 23px;
}

.close-icon-wrapper .login-close-butn {
  font-size: 28px;
  cursor: pointer;
}

.modal-body {
  background-color: #ffffff;
}

.modal-header {
  background-image: linear-gradient(to left, #2895c6, #064c6a);
}

.modal-title-wrapper {
  display: flex;
  align-items: center;
}

.modal-title {
  color: #ffffff;
  margin: 0px;
  font-weight: 500;
  font-size: 18px;
}

.modal-subtitle {
  color: #ffffff;
  font-size: 13px;
  margin-left: 5px;
  font-weight: 400;
}

/* modal ends */
.form-control-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-control-group-title {
  width: 200px;
  margin: 0px 20px 0px 0px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #a1a1a1;
}


.upload-area {
  border: dashed 2px #2895c7;
  min-height: 90px;
  justify-content: center;
  background-color: rgb(0 85 120 / 6%);
  transition: all ease 0.4s;
  width: 100%;
  margin: 10px auto 30px 0px;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.upload-area:hover {
  cursor: pointer;
  background-color: rgb(0 85 120 / 20%);
  transition: all ease 0.4s;
}

.upload-area .title {
  font-weight: 500;
  color: #005578;
  margin-bottom: 2px;
  font-size: 13px;
}

.upload-area .sub-title {
  font-weight: 500;
  color: #00557875;
  margin: 0px;
  font-size: 12px;
}

.image-file img {
  height: 65px;
  width: auto;
  object-fit: contain;
}

button.save-btn {
  background-color: #002146;
  border: 0px;
  padding: 9px 35px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 4px;
}

.delete-modal {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 25px;
}

p.modal-title-d {
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}

.d-modal-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

button.cancel-btn {
  background-color: #afafaf;
  border: 0px;
  color: #ffffff;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 4px;
  margin: 0px 5px;
}

button.delete-btn {
  background-color: #dc3545;
  border: 0px;
  color: #ffffff;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 4px;
  margin: 0px 5px;
}

.jd-header {
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
  box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
  border-radius: 20px;
  padding: 24px;
}

.jd-header .top {
  position: relative;
}

.jd-header .jd-top-head {
  /* width: 508px;
  display: inline-block; */
}

.jd-header-title,
.text-18Bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #000;
}

.jd-header-comp-name a {
  margin-top: 4px;
  color: #474d6a;
  margin-right: 12px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.jd-header .comp-banner {
  width: 70px;
  height: 70px;
  border: 1px solid #e7e7f1;
  border-radius: 18px;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: contain;
}

.jd-header .left {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}

.jd-header .left .exp-salary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exp-salary-container .grey-separator {
  width: 1px;
  height: 14px;
  background-color: #c5c5d5;
  margin-left: 20px;
  margin-right: 20px;
}

.jd-header .exp,
.jd-header .salary {
  margin-top: 0;
}

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

span.location {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #8f8f8f;
  position: relative;
  top: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.loc {
  display: flex;
  align-items: center;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

.loc i {
  font-size: 19px;
  color: #8f8f8f;
}

.jd-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #000;
}

p.link-url {
  color: #1956d2;
  font-size: 16px;
  position: relative;
  width: fit-content;
  margin: 30px auto 10px;
  padding: 0px 12px;
  cursor: pointer;
}

p.link-url:hover::before {
  content: "";
  background-color: #1956d2;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -6px;
  left: 0px;
  right: 0px;
}

.template-three .t3-single-blog .job-edit-w {
  background-color: #323232;
  border: 0px solid #c7c7c7;
  color: #ffffff;
}

.template-three .t3-single-blog .edit-w {
  top: 12px;
  right: 10px;
}


.job-edit-w {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  height: 30px;
  width: 30px;
  border-radius: 10px;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #878787;
  position: absolute;
}

.edit-w {
  position: absolute;
  top: 21px;
  right: 30px;
  height: 30px;
  width: 30px;
  z-index: 88;
}

.edit-w .dropdown-menu {
  min-width: 9rem;
}

.inner-single-listing .exp-salary-container {
  display: flex;
  align-items: center;
  margin: 20px 0px 0px;
  justify-content: space-between;
}

ckeditor {
  width: 100%;
}

.no-content-found {
  position: relative;
  top: 150px;
  text-align: center;
  font-size: 14px;
  color: #919191;
}





/* Template TWO */
.template-two .text-light {
  color: var(--templateTwoLight);
}

.template-two .text-dark {
  /* color: var(--templateTwoBackground) !important; */
}

.template-two .text-primary {
  color: var(--templateTwoPrimary);
}

.template-two {
  background-color: var(--templateTwoLight);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.template-two .container-fluid {
  padding: 0px 60px;
  max-width: 1350px;
}

.template-two .tone-event-inner-title-wrapper {
  top: 60%;
}

.template-two .tone-open-link {
  background-color: var(--templateTwoPrimary);
  border-radius: 40px;
  padding: 10px 15px;
  min-width: 120px;
  cursor: pointer;
}

.template-two .course-detail-right-area {
  top: 160px;
}

.template-two .tone1-carousel .carousel-indicators {
  top: -50px;
  position: relative;
}

.ttwo-c-info {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.ttwo-c-info i {
  color: var(--templateTwoLight);
  font-size: 16px;
  margin-right: 11px;
}

.ttwo-c-info p {
  color: var(--templateTwoLight);
  margin: 0px;
}

.ttwo-banner-image-section {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 45%;
  bottom: 40px;
  z-index: 3;
}

.ttwo-inner-page-header .ttwo-top-header {
  position: relative;
  background-color: var(--templateTwoPrimary);
}

.template-one .inner-page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--templateOnePrimary);
  opacity: 0.1;
  background-image: none;
}

.template-two .inner-page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--templateTwoPrimary);
  opacity: 0.1;
  background-image: none;
}

.template-three .inner-page-banner::before {
  content: "";
  position: absolute;
  background-color: var(--templateThreePrimary);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}

.inner-page-banner::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #00000017, rgb(255 255 255 / 0%));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-btn {
  cursor: pointer;
  height: 35px;
  display: inline-flex;
  padding: 0px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  transition: all ease 0.3s;
  color: #ffffff !important;
  background-color: #7a7a7a;
}

.inactive-badge {
  margin: 7px 0px 0px;
  background-color: #c78815;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 0px 8px;
}

.chat-offline-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  top: 0px;
  padding: 8px 15px 9px;
  background: #fff2df;
  left: 0px;
  right: 0px;
}

.chat-offline-msg span {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9a43c;
  border-radius: 50%;
  font-size: 15px;
  color: #ffffff;
}

.chat-offline-msg p {
  text-align: left;
  font-size: 12px;
  width: 85%;
  margin: 0 auto;
  font-weight: 500;
  color: #d98911;
}

.export-btn {
  border: 0px;
  background-color: #4CAF50;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 12px;
}

.single-filter-input span {
  position: absolute;
  top: -3px;
  right: 3px;
  padding: 10px;
  color: #d30303;
}

.single-filter-input {
  position: relative;
  width: 100%;
  margin-right: 1rem;
}


.export-btn-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

a.inner-single-listing.inactive-entity {
  opacity: 0.6;
  background: #ededed;
}

.job-modal-title {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 15px;
}

.dropdown-menu-right button {
  margin-top: 7px;
}

.dropdown-menu-right button:first-child {
  margin-top: 2px;
}

img.ttwo-footer-logo {
  height: 70px;
  width: 180px;
  object-fit: contain;
}

.ttwo-inner-page-header .ttwo-top-header::after {
  background-color: rgb(0 0 0 / 25%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.ttwo-top-header {
  background-color: #ffffff;
}

.ttwo-top-header-inner {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ttwo-inner-page-header .ttwo-header {
  position: unset;
  background-color: var(--templateTwoPrimary);
}

.ttwo-top-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 10px 0px;
}

.ttwo-top-header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 10px 0px;
}

.ttwo-top-header-right a {
  color: var(--templateTwoLight) !important;
  cursor: pointer;
}

.ttwo-top-header-right a+a {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid rgb(255 255 255 / 42%);
}

span.ttwo-header-sm {
  color: var(--templateTwoLight);
  font-size: 16px;
  margin-left: 20px;
}

.ttwo-top-header-left p {
  margin: 0px;
  color: var(--templateTwoLight);
}

.ttwo-header {
  display: flex;
  align-items: center;
  padding: 0px 0px;
}

img.ttwo-logo {
  height: 40px;
  object-fit: contain;
}

.ttwo-header-menu {
  display: flex;
  align-items: center;
}

.ttwo-header-menu a {
  color: #000000;
  padding: 25px 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.ttwo-header-menu a:hover::after,
.ttwo-header-menu a.active::after {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--templateTwoPrimary);
  left: 0px;
  bottom: -1px;
  right: 0px;
}

/* .ttwo-header-menu a::after {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--templateTwoLight);
  left: 0%;
  bottom: 0px;
  right: 100%;
  border-radius: 0px;
  transition: all ease 0.3s;
} */
/* .ttwo-header-menu a.active::after {
  left: 0px;
  right: 0px;
  transition: all ease 0.3s;
} */
.ttwo-header-menu a.active {
  font-weight: 600;
  transition: all ease 0.3s;
}

.ttwo-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ttwo-header {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

.ttwo-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 0px !important;
}

.ttwo-banner {
  height: 400px;
  position: relative;
  background-color: white;
  /* background-color: var(--templateTwoPrimary); */
  /* position: relative; */
}

.ttwo-banner::before {
  content: "";
  position: absolute;
  background-color: var(--templateTwoPrimary);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}

.tthree-banner {
  height: 400px;
  /* background-color: var(--templateThreePrimary); */
  /* position: relative; */
}

.ttwo-single-slide {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.close-event-detail {
  font-size: 35px;
  color: #222222;
  cursor: pointer;
}

.single-box-wrapper {
  border: 1px solid #d3e3e9;
  padding: 15px 15px 20px;
  border-radius: 8px;
  margin: 20px 0px;
  position: relative;
}

.box-textarea {
  resize: none;
  height: 75px !important;
}

.single-box-heading {
  position: absolute;
  top: -13px;
  background-color: #ffffff;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #095271;
}

.ttwo-query {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ttwo-query img {
  height: 25px;
  margin-right: 15px;
}

.ttwo-query a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  width: 120px;
  border: 2px solid var(--templateTwoPrimary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 40px;
  color: var(--templateTwoPrimary);
  position: relative;
  z-index: 5;
}

.ttwo-query a:nth-child(2) {
  font-weight: 600;
}

.ttwo-banner-content {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 35%;
  transform: translateY(-50%);
  z-index: 2;
}

p.ttwo-banner-title {
  color: var(--templateTwoLight);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

p.ttwo-banner-subtitle {
  color: var(--templateTwoLight);
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

p.ttwo-banner-subtitle span {
  font-weight: 600;
}

a.ttwo-banner-btn {
  background: var(--templateTwoPrimary);
  color: var(--templateTwoLight);
  padding: 11px 30px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 15px;
  display: inline-flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.ttwo-job-btn {
  border: 2px solid var(--templateTwoLight);
  color: var(--templateTwoLight);
  padding: 11px 30px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 15px;
  display: inline-flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: all ease 0.4s;
}

.ttwo-job-btn:hover {
  background: var(--templateTwoPrimary) !important;
  color: var(--templateTwoLight);
  ;
  transition: all ease 0.4s;
}

a.ttwo-banner-btn-text {
  color: var(--templateTwoLight);
  padding: 11px 30px;
  border-radius: 0px;
  font-size: 14px;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

a.ttwo-banner-btn-text i {
  margin-left: 10px;
}

img.ttwo-banner-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: right;
}

p.ttwo-ex-header {
  color: var(--templateTwoLight);
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-left: 0px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
}

p.ttwo-ex-header::before {
  /* content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: var(--templateTwoLight);
  left: 0px;
  top: 50%; */
}

.ttwo-about-top {
  background-color: var(--templateTwoSecondary);
}

.ttwo-about-top .ttwo-ex-header {
  color: var(--templateTwoPrimary);
}

.ttwo-about-top .ttwo-ex-header::before {
  background-color: var(--templateTwoPrimary);
}

p.ttwo-section-title.center {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: var(--templateTwoLight);
}

p.ttwo-about-section-title {
  font-size: 34px;
  line-height: 45px;
  width: 40%;
  color: var(--templateTwoLight);
  /* color: #ffffff; */
}

.ttwo-about-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

p.ttwo-about-section-subtitle {
  width: 50%;
  line-height: 26px;
  font-size: 15px;
  color: var(--templateTwoLight);
  /* color: #ffffff; */
}

img.ttwo-about-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ttwo-about-text-wrapper {
  background-color: var(--templateTwoBackground);
  ;
  width: 85%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px 15px;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 19%);
}

p.ttwo-about-text {
  text-align: center;
  font-size: 14px;
  color: var(--templateTwoPrimary);
  margin: 0px 0px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ttwo-about-text-link {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  background-color: var(--templateTwoPrimary);
  margin: 0px auto;
  display: block;
  width: fit-content;
  padding: 8px 15px;
  color: var(--templateTwoBackground) !important;
  border-radius: 20px;
}

.ttwo-about .no-video-section {
  height: 300px;
}

.ttwo-about .no-video-section-bottom {
  padding-top: 40px;
}

.two-home-single-video {
  position: relative;
}

.two-home-single-video::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgb(0 0 0 / 17%);
}

.ttwo-about {
  /* min-height: 700px; */
}

.ttwo-about-top {
  background-color: var(--templateTwoBackground);
  height: 430px;
}

.ttwo-about-bottom {
  padding-top: 190px;
  background-color: var(--templateTwoPrimary);
  padding-bottom: 40px;
}

.ttwo-about-bottom .auth-admin:hover::before {
  background-color: #97a3ad2e;
}

p.ttwo-about-bottom-text {
  margin: 0px 0px 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 17px;
  color: var(--templateTwoBackground);
}

.ttwo-about-bottom-text a {
  color: var(--templateTwoBackground) !important;
  font-weight: 600;
  padding-left: 5px;
  cursor: pointer;
}

p.ttwo-ex-header-blog {
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-left: 0px;
  margin: 0px auto 25px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  color: var(--templateTwoPrimary);
  opacity: 0.8;
  width: fit-content;
  padding-right: 0px;
}

p.ttwo-ex-header-blog::before {
  /* content: ""; */
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: var(--templateTwoPrimary) !important;
  opacity: 0.8;
  left: 0px;
  top: 50%;
}

p.ttwo-ex-header-blog::after {
  /* content: ""; */
  position: absolute;
  height: 1px;
  width: 15px;
  background-color: var(--templateTwoPrimary) !important;
  opacity: 0.8;
  right: 0px;
  top: 50%;
}

.ttwo-blog {
  background-color: var(--templateTwoBackground)
}

p.ttwo-blog-header {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
  color: var(--templateTwoLight);
}

p.ttwo-blog-subheader {
  font-size: 15px;
  text-align: center;
  color: var(--templateTwoLight);
  width: 50%;
  margin: 0px auto 35px;
}

img.ttwo-single-blog-img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #282828;
}

.ttwo-blog-content-area {
  background-color: var(--templateTwoPrimary);
  ;
  padding: 25px;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.ttwo-blog-content-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to Bottom, #00000000, #000000cc);
  z-index: 0;
}

p.ttwo-blog-big-date {
  position: relative;
  z-index: 1;
  color: var(--templateTwoLight);
  font-size: 13px;
  opacity: 0.6;
  font-weight: 400;
}

p.ttwo-blog-big-title {
  position: relative;
  z-index: 1;
  color: var(--templateTwoLight);
  font-size: 17px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a.ttwo-blog-big-btn {
  background-color: var(--templateTwoLight);
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 40px;
  margin-top: 20px;
  color: var(--templateTwoPrimary);
}

p.ttwo-blog-big-subtitle {
  position: relative;
  z-index: 1;
  color: var(--templateTwoLight);
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

img.ttwo-single-blog-small-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

p.ttwo-blog-small-date {
  position: relative;
  z-index: 1;
  color: var(--templateTwoLight);
  font-size: 13px;
  opacity: 0.6;
  font-weight: 400;
  margin-bottom: 12px;
}

p.ttwo-blog-small-title {
  position: relative;
  z-index: 1;
  color: var(--templateTwoLight);
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a.ttwo-blog-small-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-top: 0px;
  background-color: var(--templateTwoLight);
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  color: var(--templateTwoPrimary);
  padding: 5px 13px;
}

a.ttwo-blog-small-btn::after {
  /* content: ""; */
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 0;
}

.ttwo-jobs {
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

p.ttwo-special-text {
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--templateTwoLight);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding: 0px 0px 0px 0px;
}

p.ttwo-section-title {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 45px !important;
}

p.ttwo-special-text.text-light::before,
p.ttwo-special-text.text-light::after {
  background: var(--templateTwoLight);
}

/* p.ttwo-special-text::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--templateTwoLight);
}
p.ttwo-special-text::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--templateTwoPrimary);
} */
.ttwo-single-job {
  background-color: var(--templateOneLight);
  border-radius: 0px;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ttwo-single-job-wrapper {
  position: relative;
}

.ttwo-single-job-bg {
  position: absolute;
  content: "";
  top: -10px;
  bottom: 15px;
  left: -10px;
  right: 15px;
  background-color: var(--templateTwoPrimary);
  z-index: 0;
}

p.ttwo-job-title {
  text-align: left;
  font-size: 16px;
  margin: 0px 0px 15px;
  font-weight: 700;
  color: var(--templateOneSecondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

p.ttwo-job-subtitle {
  text-align: left;
  margin-bottom: 8px;
  color: var(--templateOneSecondary);
  font-size: 14px;
  opacity: 0.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ttwo-job-subtitle i {
  font-size: 19px;
  position: relative;
  top: 2px;
  left: -2px;
}

.ttwo-single-job .job-apply {
  background-color: var(--templateTwoPrimary);
  color: var(--templateTwoLight);
  margin: 0px;
  cursor: pointer;
  padding: 10px;
  border-radius: 40px;
  display: block;
  margin-top: 20px;
}

.ttwo-job-btn {
  /* background-color: transparent;
  color: var(--templateTwoLight);
  margin: 0px;
  padding: 10px 5px;
  border-radius: 0px;
  border: 0px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all ease 0.2s; */
}

/* .ttwo-job-btn:hover {
  padding: 10px 15px;
  background-color: var(--templateTwoLight);
  color: var(--templateTwoPrimary);
  border-radius: 0px;
  transition: all ease 0.2s;
}
.ttwo-job-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: var(--templateTwoLight);
  z-index: 0;
} */
.ttwo-workshop {
  background-color: var(--templateTwoBackground);
  position: relative;
  padding: 40px 0px 40px;
}

p.ttwo-special-text.center {
  width: fit-content;
  margin: 0 auto 20px;
  text-align: center;
}

.ttwo-single-workshop {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
  background-color: var(--templateTwoPrimary);
  padding: 0px;
  border-radius: 10px;
  box-shadow: 4px 5px 13px #0000005c;
}

.ttwo-workshop-top img {
  width: 100%;
  border-radius: 10px;
  height: 190px;
  object-fit: cover;
}

.ttwo-single-workshop:hover .ttwo-workshop-bottom {
  top: 0px;
  opacity: 1;
  transition: all ease 0.5s;
}

.ttwo-workshop-bottom {
  padding: 15px 20px;
  position: absolute;
  z-index: 1;
  top: 400px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
  opacity: 0;
}

.ttwo-workshop-bottom::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: var(--templateTwoPrimary);
  opacity: 0.7;
}

.ttwo-workshop-bottom p.workshop-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--templateTwoLight);
}

.ttwo-workshop-bottom p.workshop-subtitle {
  font-size: 12px;
  color: var(--templateOneSecondary);
  opacity: 0.5;
  margin-bottom: 0px;
}

.ttwo-workshop-type {
  display: flex;
  align-items: center;
}

.ttwo-workshop-type-icon {
  background-color: var(--templateTwoLight);
  z-index: 2;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--templateTwoPrimary);
  font-size: 16px;
  box-shadow: inset -1px -1px 4px #00000045;
}

.ttwo-workshop-type span {
  background-color: var(--templateTwoLight);
  z-index: 1;
  padding: 2px 12px 2px 12px;
  margin-left: -7px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--templateTwoPrimary);
  letter-spacing: 1px;
}

.ttwo-footer {
  background-color: var(--templateTwoPrimary);
}

p.ttwo-footer-text {
  color: var(--templateTwoLight);
  font-weight: 100;
  margin: 20px 0px 40px;
  font-size: 15px;
}

.ttwo-bottom-footer {
  background: var(--templateTwoPrimary);
  position: relative;
  height: 50px;
}

.ttwo-bottom-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.4;
}

.ttwo-bottom-footer p {
  color: var(--templateOneLight);
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
}

.ttwo-bottom-footer-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 0px;
}

.ttwo-bottom-footer-menu-wrapper p+p {
  margin-left: 25px;
  padding-left: 30px;
}

.ttwo-bottom-footer-menu-wrapper p:not(:first-child)::before {
  position: absolute;
  content: "|";
  left: 0px;
  color: var(--templateTwoLight);
}

p.ttwo-footer-headline {
  color: var(--templateTwoLight);
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 70px 0px 40px;
}

a.ttwo-footer-line {
  color: var(--templateTwoLight) !important;
  margin: 10px 0px 0px;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.ttwo-footer-menu {
  padding-left: 40px;
}

.ttwo-bottom-footer p {
  color: var(--templateTwoLight);
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}

.ttwo-footer-sm-wrapper {
  display: flex;
  align-items: center;
}

.ttwo-footer-sm-wrapper span+span {
  margin-left: 20px;
}

.ttwo-footer-sm-wrapper span {
  color: var(--templateTwoLight);
  font-size: 17px;
  background-color: rgb(255 255 255 / 12%);
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

img.ttwo-event-img {
  width: 100%;
  border-radius: 12px;
  height: 240px;
  object-fit: cover;
}

.template-two .inner-single-listing .exp-salary-container {
  justify-content: flex-start;
}

/* Template TWO ENDS*/



.company-header {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 9;
  box-shadow: 0px -6px 20px 0px rgb(0 0 0 / 32%);
  border-bottom: 1px solid rgb(0 93 187 / 14%);
}

img.c-logo {
  height: 40px;
  width: 125px;
  object-fit: contain;
  object-position: left;
  margin-right: 25px;
}

.company-header-left,
.company-header-right,
.company-header-center {
  display: flex;
  align-items: center;
}

span.ch-side-menu {
  color: #005dbb;
  background-color: #ffffff;
  font-size: 30px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-right: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0px;
  right: -60px;
}

.ch-mega-menu {
  position: relative;
}

p.ch-link {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px;
  cursor: pointer;
}

button.ch-button {
  background-color: #005dbb;
  border: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 30px;
  border-radius: 35px;
}

span.ch-close-menu {
  color: #dc3545;
  background-color: rgb(220 53 69 / 7%);
  font-size: 25px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
}

.company-header-center .dropdown {
  background: #e2f1ff;
  margin: 0px 5px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #005dbb;
  border-radius: 5px;
}

.company-header-center .dropdown-item {
  font-weight: 500;
}





/* SIDE MENU */
.company-side-menu {
  position: fixed;
  width: 250px;
  background: #005dbb;
  top: 0px;
  z-index: 100;
  bottom: 0px;
  padding: 0px;
  left: -250px;
  transition: all ease 0.3s;
}

.company-side-menu.open {
  transition: all ease 0.3s;
  left: 0px;
}

.csm-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px 30px;
}

span.csm-close-menu {
  background-color: #ffffff1c;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

.csm-middle {
  height: calc(100vh - 70px) !important;
  overflow-y: auto;
}

.slm-header {
  transition: all ease 0.3s;
}

.slm-header:hover {
  background-color: #ffffff1a;
  transition: all ease 0.3s;
}

.slm-submenu {
  transition: all ease 0.3s;
}

.slm-submenu:hover {
  background-color: #ffffff1a;
  transition: all ease 0.3s;
}

.single-left-menu div[type=button] {
  padding: 13px 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.single-left-menu div.collapsed i.la-angle-down {
  transform: rotate(0deg);
  transition: all ease 0.3s;
}

.single-left-menu div i.la-angle-down {
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.slm-submenu {
  margin: 0px;
  padding: 8px 40px 8px;
  cursor: pointer;
  color: #ffffff;
  margin-top: 5px;
  font-size: 13px;
  margin-left: 0px;
  position: relative;
}

.slm-submenu::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.ch-mm {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  top: 40px;
  width: 250px;
  left: -20px;
  border: 1px solid #0000001a;
  visibility: hidden;
  transition: all ease 0.4s;
}

.ch-mm::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  top: -10px;
  left: 50px;
  filter: drop-shadow(0px -1px 0px #00000030);
}

.ch-mm p {
  margin-bottom: 0px;
  padding: 10px 0px;
}

.ch-mm p:hover {
  color: #005dbb;
  cursor: pointer;
}

.ch-mega-menu:hover .ch-mm {
  visibility: visible;
  transition: all ease 0.4s;
}

.full-screen-overlay {
  background-color: #000000b5;
  position: fixed;
  top: -70px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  cursor: pointer;
}

.company-header-center .dropdown-item {
  font-weight: 400;
  color: #212529;
}

.company-header-center .dropdown-item.active,
.company-header-center .dropdown-item:active {
  color: #212529;
  background-color: #f3f3f3;
}




/* Template Three Starts */
.template-three .container-fluid {
  padding: 0px 60px;
  max-width: 1350px;
}

.t3-address {
  width: 120px;
  margin-top: 0px !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.t3-top-header {
  background-color: var(--templateThreeBackground);
}

.template-three a {
  color: var(--templateThreePrimary);
}

.template-three .tone-open-link {
  background-color: var(--templateThreePrimary);
}

img.t3-logo-footer {
  height: 45px;
}

.template-three p.ipb-inner-title {
  /* color: var(--templateThreeLight); */
  top: -10px;
  top: 18px;
}

.t3-home-about-modal .form-control,
.t3-home-about-modal .upload-area {
  flex: 1;
}

.t3-home-about-modal .form-control-group-title {
  width: 150px;
}

.t3-top-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
}

.t3-th-title {
  color: var(--templateThreeLight);
  font-size: 13px;
  margin: 0px;
  padding: 12px 0px;
  position: relative;
  z-index: 2;
}

.t3-top-header-sm-wrapper {
  display: flex;
  align-items: center;
}

.t3-top-header-sm-wrapper a {
  margin: 0px 5px;
  font-size: 17px;
  position: relative;
  z-index: 2;
}

.t3-top-header-sm-wrapper a:last-child {
  margin-right: 0px;
}

.t3-top-header-sm-wrapper a i {
  color: var(--templateThreeLight);
}

.t3-top-separtr {
  background-color: var(--templateThreeLight);
  width: 1px;
  height: 20px;
  margin: 0px 30px;
}

a.t3-top-contact-us {
  background-color: var(--templateThreePrimary);
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 4px;
  font-size: 13px;
  position: relative;
  z-index: 2;
}

.t3-th-right {
  display: flex;
  align-items: center;
  padding: 12px 0px;
}

.t3-header-upper {
  background-color: var(--templateThreeSecondary);
  padding: 10px 0px 50px;
}

.template-three .auth-admin:hover::before {
  background-color: #6e6e6e2e;
}

.t3-header-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t3-logo {
  position: relative;
  z-index: 1;
  padding: 0px;
}

.t3-logo img {
  display: inline-block;
  max-width: 100%;
  height: 60px;
  padding: 10px 0px;
}

.t3-upper-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.t3-upper-column {
  position: relative;
  line-height: 28px;
  display: flex;
  margin-left: -25px;
  padding-left: 50px;
  padding-right: 40px;
  align-items: center;
  border-right: 2px solid #e3e3e3;
}

.t3-upper-right .t3-upper-column:last-child {
  border-right: 0px;
  padding-right: 10px;
}

.t3-upper-column i {
  color: var(--templateThreePrimary);
  font-size: 27px;
  margin-right: 15px;
}

.t3-upper-column p {
  line-height: initial;
  margin: -5px 0px 0px;
  font-weight: 500;
  font-size: 12px;
}

.t3-upper-column a {
  color: #222222;
  font-weight: 700;
  font-size: 13px;
}

.t3-menu-wrapper {
  position: relative;
  /* z-index: 2; */
}

.t3-menu-wrapper-inner {
  background-color: #2a2a2a;
  border-radius: 6px;
  position: absolute;
  top: -35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px 0px 25px;
  left: 0px;
  right: 0px;
  z-index: 9 !important;
}

.t3-login-section {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.t3-login-section i {
  color: var(--templateThreeLight);
  font-size: 35px;
  margin-right: 5px;
}

.t3-login-section-title {
  color: var(--templateThreeLight);
  margin: 0px;
}

.t3-login-section-sub {
  font-weight: 700;
  color: var(--templateThreeLight);
  margin: 0px;
}

.t3-menu a {
  color: var(--templateThreeLight);
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  height: 100%;
  display: inline-block;
  padding: 25px 15px;
  position: relative;
}

.t3-menu a.active::before,
.t3-menu a:hover::before {
  position: absolute;
  background-color: var(--templateThreeLight) !important;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.t3-menu a.active::after,
.t3-menu a:hover::after {
  position: absolute;
  background-color: var(--templateThreeLight) !important;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.t3-slider-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.t3-slider-wrapper {
  /* background-color: var(--templateThreePrimary); */
  position: relative;
  background-color: white;
}

.t3-slider-wrapper::before {
  content: "";
  position: absolute;
  background-color: var(--templateThreePrimary);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}

.t3-single-slide {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.t3-slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 600px;
  z-index: 1;
}

p.t3-sl-ti {
  color: var(--templateThreeLight);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}

p.t3-sl-sub {
  font-size: 38px;
  font-weight: 500;
  color: var(--templateThreeLight);
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
}

.t3-sl-btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 25px;
  position: relative;
}

.t3-sl-btn {
  background-color: var(--templateThreePrimary) !important;
  ;
  padding: 12px 30px;
  border-radius: 4px;
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}

.t3-sl-btn-nrml {
  color: var(--templateThreeLight) !important;
}

.t3-slider-below-wrapper {
  background-color: var(--templateThreeSecondary);
}

.t3-banner-image-section {
  position: absolute;
  top: 70px;
  right: 60px;
  width: 45%;
  bottom: 120px;
  z-index: 3;
}

.template-three .t3-single-slide .carousel-indicators {
  position: unset;
  margin: 0px;
  position: absolute;
  bottom: 100px;
}

.t3-slider-below-content {
  box-shadow: 0px 0px 17px 0px #00000030;
  border-radius: 6px;
  padding: 0px;
  background-color: var(--templateThreeSecondary);
  display: block;
  z-index: 1;
}

.t3-slider-below-content-wrapper .col-md-3:nth-child(1) .t3-slider-below-content {
  position: relative;
  margin-top: 70px;
}

.t3-slider-below-content-wrapper .col-md-3:nth-child(2) .t3-slider-below-content {
  position: relative;
  margin-top: 70px;
}

.t3-slider-below-content-wrapper .col-md-3:nth-child(3) .t3-slider-below-content {
  position: relative;
  margin-top: 70px;
}

.t3-slider-below-content-wrapper .col-md-3:nth-child(4) .t3-slider-below-content {
  position: relative;
  margin-top: 70px;
}

img.t3-sbc-img {
  height: 60px;
  margin-bottom: 20px;
}

p.t3-sbc {
  font-size: 21px;
  font-weight: 700;
}

p.t3-sbc-sub {
  margin: 0px;
}

.t3-about-us {
  background-color: #ffffff;
}

.t3-abt-left {
  position: relative;
}

img.t3-abt-left-main-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top;
}

.t3-abt-number {
  height: 170px;
  width: 170px;
  background-color: var(--templateThreePrimary);
  padding: 15px;
  position: absolute;
  top: -15px;
  left: -15px;
}

p.t3-abt-number-title {
  margin: 0px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
}

p.t3-abt-number-sub-title {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t3-about-us {
  background-color: var(--templateThreeSecondary);
  padding: 70px 0px 100px;
}

.t3-abt-left-content-wrapper-inner {
  position: absolute;
  bottom: -30px;
  left: 10%;
  right: 10%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-top: 20px solid var(--templateThreePrimary);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 0px 17px 0px #00000030;
}

p.t3-abt-sp-title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

p.t3-abt-sp-sub-title {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  margin: 0px;
}

.t3-abt-sp-img {
  margin-right: 30px;
}

p.t3-section-one-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 18px;
  color: var(--templateThreePrimary);
  ;
}

p.t3-section-main-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 20px;
}

p.t3-section-main-sub-title {
  font-weight: 400;
  font-size: 15px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.t3-sing-about-box {
  padding: 0px 30px;
  margin-top: 25px;
}

.t3-sing-about-box.br-sp {
  border-right: 3px dashed #d9d9d9;
}

.t3-sing-about-box i {
  color: var(--templateThreePrimary);
  ;
  font-size: 30px;
}

p.t3-sing-about-box-title {
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0px 10px;
}

p.t3-sing-about-box-sub-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.t3-jobs {
  background-color: #0e0e0e;
  padding: 60px 30px 50px;
  position: relative;
}

img.t3-jobs-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.07;
  opacity: 0.6;
}

.t3-single-jobs {
  position: relative;
  overflow: hidden;
}

.t3-single-jobs:hover img.t3-single-jobs-img {
  filter: grayscale(0);
  transition: all ease 0.4s;
}

.t3-single-jobs-img-wrapper {
  width: 100%;
  height: 350px;
  border-radius: 4px;
  background-color: var(--templateThreePrimary);
  position: relative;
}

.t3-single-jobs-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #7070704f;
}

img.bg-shape {
  position: absolute;
  top: -7px;
  left: -6px;
  right: 0px;
  opacity: 0.09;
  bottom: 0px;
  height: 360px;
}

img.t3-single-jobs-img {
  object-fit: cover;
  transition: all ease 0.4s;
  height: 80px;
  position: absolute;
  top: 22%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #ffffff;
  padding: 2px;
  border-radius: 6px;
}

.t3-single-jobs:hover .t3-single-job-box {
  bottom: 5%;
  transition: all ease 0.4s;
}

.t3-single-job-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 0px #00000030;
  border-radius: 0px;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -45px;
  padding: 20px;
  transition: all ease 0.4s;
}

.t3-single-job-box a {
  height: 40px;
  display: flex;
  width: 40px;
  background: #0e0e0e;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 25px;
  top: 0px;
  position: absolute;
  right: 0px;
  transition: all ease 0.2s;
}

.t3-single-jobs:hover .t3-single-job-box a {
  background: var(--templateThreePrimary);
  transition: all ease 0.2s;
}

p.t3-section-two-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 18px;
  color: var(--templateThreePrimary);
  ;
  text-align: center;
}

p.t3-jobs-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  width: 60%;
  margin: 0px auto 50px;
}

p.t3-single-job-salary {
  display: flex;
  align-items: center;
  padding-right: 50px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

p.t3-single-job-location {
  align-items: center;
  padding-right: 10px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t3-single-job-salary i,
.t3-single-job-location i {
  color: var(--templateThreePrimary);
  font-size: 18px;
  margin-right: 15px;
}

p.t3-single-job-title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0px 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t3-video {
  background-color: var(--templateThreeSecondary);
  padding: 0px 0px 0px;
}

.t3-video-inner-wrapper {
  background-color: #f3f3f3;
  padding: 80px 0px 80px;
  background-repeat: no-repeat;
  background-size: contain;
}

.t3-single-progress .progress-bar {
  background-color: var(--templateThreePrimary);
}

p.t3-single-progress-title {
  font-weight: 600;
  margin: 0px 0px 9px;
  color: #000;
  width: 90%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.t3-single-progress {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 14px;
  border-radius: 0px;
  display: block;
}

.t3-single-progress:hover .t3-p-value {
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

.t3-single-progress-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.t3-single-progress-content {
  display: flex;
  align-items: center;
}

img.t3-single-progress-img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  margin-right: 17px;
  border-radius: 2px;
  border: 1px solid #efefef;
}

.t3-p-value {
  position: absolute;
  top: -10px;
  color: #ffffff;
  right: -10px;
  background: #000;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 30px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.20);
  transition: all ease 0.3s;
  transform: translateY(0px);
}

.t3-vid-section {
  position: relative;
  top: 0px;
}

img.t3-video-img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

a.t3-vid-icon-wrapper {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.3s;
  box-shadow: 3px 5px 10px #00000054;
}

a.t3-vid-icon-wrapper:hover {
  transition: all ease 0.3s;
  top: 48%;
}

a.t3-vid-icon-wrapper:hover i {
  transform: rotate(360deg);
  transition: all ease 0.8s;
}

.t3-blogs {
  padding: 60px 0px;
}

p.t3-blog-section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 0px;
  color: #fff;

}

p.t3-blog-section-sub-title {
  font-weight: 400;
  font-size: 15px;
  padding-right: 30px;
  color: #fff;
  margin-bottom: 0px;
}

img.t3-blog-img-single {
  width: 100%;
  height: 200px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.t3-blg {
  height: 200px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.t3-single-blog-title-wrapper {
  background-color: #0a0a0a;
  padding: 0px 15px;
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.t3-single-blog {
  background-color: #ffffff;
  overflow: hidden;
}

p.t3-single-blog-title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0px;
  height: 22px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

p.t3-single-blog-title.adminview {
  padding-right: 50px;
}

.t3-blog-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
}

.t3-blog-image-wrapper::after {
  -webkit-backdrop-filter: blur(15px);
  /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
  backdrop-filter: blur(15px);
  /* Supported in all major browsers */

  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}


.t3-single-blog-bottom {
  background-color: #fff;
  padding: 0px 20px 0px 0px;
}

.t3-blog-date {
  font-size: 13px;
  color: #282828;
  margin-bottom: 20px;
  margin-top: 15px;
}

.template-two a.t3-date i {
  color: var(--templateTwoPrimary);
}

.t3-blog-date i {
  color: var(--templateThreePrimary);
  font: 12px;
  margin-right: 10px;
}

.template-two p.t3-blog-sub-title {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: 63px;
  margin: 0px 0px 25px;
}

p.t3-blog-sub-title {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.template-two a.t3-blog-rm {
  color: var(--templateTwoPrimary);
  border-radius: 40px;
  border: 1px solid;
  padding: 8px 15px;
}

a.t3-blog-rm {
  color: var(--templateThreePrimary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

.t3-blogs {
  padding: 60px 0px 50px;
  background-attachment: fixed;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

span.t3-blog-arrow {
  width: 0;
  height: 0;
  border-top: 20px solid #0a0a0a;
  border-right: 20px solid transparent;
  display: flex;
  position: absolute;
  bottom: -20px;
  right: 25px;
  z-index: 1;
}

.t3-blogs-arrow-wrapper {
  position: absolute;
  bottom: -70px;
  left: 50%;
  height: 50px;
  width: 120px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.t3-blogs-arrow-wrapper .carousel-control-next,
.t3-blogs-arrow-wrapper .carousel-control-prev {
  font-size: 30px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 7px;
  margin-left: 7px;
}

.carousel-indicators {
  position: unset;
  margin: 0px;
}

.t3-footer {
  background-color: #0e0e0e;
  padding: 80px 30px 80px;
}

p.t3-footer-text {
  color: #fff;
  margin: 30px 0px;
  font-size: 15px;
}

p.t3-footer-ql {
  font-weight: 600;
  color: #fff;
  font-size: 19px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 45px;
}

.t3-footer-ql span {
  position: absolute;
  left: 0px;
  height: 5px;
  bottom: -11px;
  width: 40px;
  background: var(--templateThreePrimary);
  border-radius: 10px;
}

p.t3-single-footer-link {
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

p.t3-single-footer-link a {
  color: var(--templateThreeLight);
}

.t3-bottom-footer {
  background-color: #1e1e1e;
  padding: 18px 0px;
}

.t3-bf-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

p.t3-bf-link-text {
  color: #6a6a6a;
  margin: 0px;
  font-size: 14px;
}

.t3-bf-link-wrapper {
  display: flex;
  align-items: center;
}

a.t3-bf-link {
  color: #6a6a6a;
  margin-right: 0px;
  padding-right: 0px;
}

a.t3-bf-link:nth-child(1) {
  border-right: 1px solid #6a6a6a;
  margin-right: 30px;
  padding-right: 30px;
}

/* Template Three Ends */



/* ANIMATE */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInRight;
  animation-duration: 0.8s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInLeft;
  animation-duration: 0.8s;
}

/* TAGIFY */

.tagify {
  --tags-disabled-bg: #F1F1F1;
  --tags-border-color: #DDD;
  --tags-hover-border-color: #CCC;
  --tags-focus-border-color: #3595f6;
  --tag-border-radius: 3px;
  --tag-bg: #E5E5E5;
  --tag-hover: #D3E2E2;
  --tag-text-color: black;
  --tag-text-color--edit: black;
  --tag-pad: .3em .5em;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #D39494;
  --tag-invalid-bg: rgba(211, 148, 148, .5);
  --tag-remove-bg: rgba(211, 148, 148, .3);
  --tag-remove-btn-color: black;
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #c77777;
  --input-color: inherit;
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: .3s;
  --placeholder-color: rgba(0, 0, 0, .4);
  --placeholder-color-focus: rgba(0, 0, 0, .25);
  --loader-size: .8em;
  --readonly-striped: 1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: none;
  position: relative;
  box-sizing: border-box;
  transition: .1s
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2)
  }
}

@keyframes rotateLoader {
  to {
    transform: rotate(1turn)
  }
}

.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color: var(--tags-hover-border-color)
}

.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: .5;
  pointer-events: none
}

.tagify[readonly].tagify--select,
.tagify[disabled].tagify--select {
  pointer-events: none
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select),
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) {
  cursor: default
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input,
.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div {
  padding: var(--tag-pad)
}

.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before,
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

.tagify[readonly] .tagify__tag__removeBtn,
.tagify[disabled] .tagify__tag__removeBtn {
  display: none
}

.tagify--loading .tagify__input>br:last-child {
  display: none
}

.tagify--loading .tagify__input:before {
  content: none
}

.tagify--loading .tagify__input:after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #EEE #BBB #888 transparent;
  border-radius: 50%;
  animation: rotateLoader .4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px .5em
}

.tagify--loading .tagify__input:empty:after {
  margin-left: 0
}

.tagify+input,
.tagify+textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important
}

.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: none;
  line-height: normal;
  cursor: default;
  transition: .13s ease-out
}

.tagify__tag>div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: .13s ease-out
}

.tagify__tag>div>* {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: .8s ease, .1s color
}

.tagify__tag>div>*[contenteditable] {
  outline: none;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px
}

.tagify__tag>div:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: .12s ease;
  animation: tags--bump .3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset
}

.tagify__tag:hover:not([readonly]) div:before,
.tagify__tag:focus div:before {
  --tag-bg-inset: -2.5px;
  --tag-bg: var(--tag-hover)
}

.tagify__tag--loading {
  pointer-events: none
}

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none
}

.tagify__tag--loading:after {
  --loader-size: .4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: .7em;
  height: .7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #EEE #BBB #888 transparent;
  border-radius: 50%;
  animation: rotateLoader .4s infinite linear;
  margin: 0 .5em 0 -.1em
}

.tagify__tag--flash div:before {
  animation: none
}

.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none
}

.tagify__tag--hide>div>* {
  white-space: nowrap
}

.tagify__tag.tagify--noAnim>div:before {
  animation: none
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
  opacity: .5
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before {
  --tag-bg: var(--tag-invalid-bg);
  transition: .2s
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none
}

.tagify__tag[readonly]>div:before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(.95)
  }
}

.tagify__tag--editable>div {
  color: var(--tag-text-color--edit)
}

.tagify__tag--editable>div:before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important
}

.tagify__tag--editable>.tagify__tag__removeBtn {
  pointer-events: none
}

.tagify__tag--editable>.tagify__tag__removeBtn:after {
  opacity: 0;
  transform: translate(100%) translate(5px)
}

.tagify__tag--editable.tagify--invalid>div:before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important
}

.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: .2s ease-out
}

.tagify__tag__removeBtn:after {
  content: "\d7";
  transition: .3s, color 0s
}

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover)
}

.tagify__tag__removeBtn:hover+div>span {
  opacity: .5
}

.tagify__tag__removeBtn:hover+div:before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, .3)) inset !important;
  transition: box-shadow .2s
}

.tagify:not(.tagify--mix) .tagify__input br {
  display: none
}

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap
}

.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit
}

.tagify__input:empty:before {
  position: static
}

.tagify__input:focus {
  outline: none
}

.tagify__input:focus:before {
  transition: .2s ease-out;
  opacity: 0;
  transform: translate(6px)
}

@supports (-ms-ime-align: auto) {
  .tagify__input:focus:before {
    display: none
  }
}

.tagify__input:focus:empty:before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  color: #00000040;
  color: var(--placeholder-color-focus)
}

@-moz-document url-prefix() {
  .tagify__input:focus:empty:after {
    display: none
  }
}

.tagify__input:before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute
}

.tagify__input:after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: .3;
  pointer-events: none;
  max-width: 100px
}

.tagify__input .tagify__tag {
  margin: 0 1px
}

.tagify--mix {
  display: block
}

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block
}

.tagify--mix .tagify__input:before {
  height: auto;
  display: none;
  line-height: inherit
}

.tagify--mix .tagify__input:after {
  content: none
}

.tagify--select:after {
  content: ">";
  opacity: .5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: .2s ease-in-out
}

.tagify--select[aria-expanded=true]:after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
}

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0
}

.tagify--select .tagify__tag div {
  display: none
}

.tagify--select .tagify__input {
  width: 100%
}

.tagify--empty .tagify__input:before {
  transition: .2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto
}

.tagify--mix .tagify--empty .tagify__input:before {
  display: inline-block
}

.tagify--focus {
  --tags-border-color: var(--tags-focus-border-color);
  transition: 0s
}

.tagify--invalid {
  --tags-border-color: #D39494
}

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden
}

.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%)
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0
}

.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), .1);
  font-size: .9em
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px
}

.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px #0003;
  transition: .25s cubic-bezier(0, 1, .5, 1)
}

.tagify__dropdown__header:empty {
  display: none
}

.tagify__dropdown__footer {
  display: inline-block;
  margin-top: .5em;
  padding: var(--tagify-dd-item-pad);
  font-size: .7em;
  font-style: italic;
  opacity: .5
}

.tagify__dropdown__footer:empty {
  display: none
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em)
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em)
}

.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: none;
  max-height: 60px;
  max-width: 100%
}

.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff
}

.tagify__dropdown__item:active {
  filter: brightness(105%)
}

.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, .3s) !important
}

.tagify__dropdown__item--hidden>* {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit
}

.tagify {
  --tag-pad: .15rem .5rem
}

.tagify__input:empty:before {
  line-height: inherit
}

.tagify.form-control {
  height: unset
}

/* TAGIFY */

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  min-height: 45px !important;
  padding: 5px 7px;
  border: 1px solid #ced4da !important;
}

.listing-desc-full iframe {
  width: 800px;
  border-radius: 25px;
  height: 450px;
}

.menu-icon {
  display: none;
}

.template-one .t3-single-blog-bottom {
  padding: 0px 20px 20px 20px;
}


.pad-l-5 {
  padding-left: 3rem !important;
}

.t3-slider-below-content-wrapper {
  padding-top: 20px;
}


@media (max-width: 991px) {

  .t3-slider-below-content {
    margin-bottom: 20px;
  }

  .tone-top-header-inner {
    flex-direction: column;
  }

  .tone-top-header-inner .pr-5 {
    padding-right: 0rem !important;
  }

  .template-one .container-fluid {
    padding: 0px 15px;
  }

  .tone-c-info {
    margin-left: 0px;
  }

  .res.m-m-wrapper {
    POSITION: FIXED;
    background-color: rgb(0 0 0 / 74%);
    top: 0;
    right: -1500px;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    padding-top: 50px;
    /* transition: all ease 0.4s; */
  }

  .res.m-m-wrapper.active {
    right: 0px;
    /* transition: all ease 0.4s; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
  }

  .res.m-m-wrapper.active .menu-wrappper-main {
    width: 50vw;
    height: 100vh;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    background-color: #ffffff;
    padding-top: 40px;
  }

  .tone-header-menu {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .tone-header-menu a+a {
    margin-left: 0px;
  }

  .tone-header-menu a {
    padding: 0px 0px;
    height: 55px;
    margin-left: 14px !important;
    width: 90%;
  }

  .menu-icon.close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px;
    font-size: 30px;
  }

  .menu-icon {
    font-size: 20px;
  }

  .tone-header {
    padding: 10px 0px;
  }

  .tone-banner-content {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 90vw;
    transform: translateY(-50%);
    z-index: 1;
  }

  p.tone-banner-title {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .tone1-carousel .carousel-inner {
    height: auto;
  }

  .tone-banner {
    height: auto;
  }

  p.tone-section-title.center {
    width: 90%;
  }

  p.tone-section-title.center {
    width: 100%;
    text-align: left;
    margin-bottom: 25px !important;
  }

  img.tone-about-image {
    height: auto;
    margin-top: 40px;
  }

  .tone-blog-header {
    flex-direction: column;
  }

  .tone-single-job {
    margin-bottom: 20px;
  }

  .tone-blog-header p.tone-section-subtitle {
    flex: 1;
    margin: 20px 0px 0px !important;
    width: 100%;
  }

  .menu-icon {
    display: inline-flex;
  }

  .single-blog-homet-1 {
    margin-bottom: 20px;
  }

  .tone-video-gallery {
    padding: 20px 10% 3px 20px;
    position: unset;
    bottom: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(0%);
    width: 100%;
    margin-top: 30px;
  }

  .tone-video-gallery .play-btn {
    opacity: 0.2;
  }

  .tone-workshop {
    padding: 40px 0px 50px;
  }

  .tonefooter {
    padding-top: 30px;
  }

  p.tone-footer-headline {
    margin: 40px 0px 40px;
  }

  .tone-footer-menu {
    padding-left: 10px;
  }

  .chat-window {
    position: fixed;
    bottom: 0px;
    z-index: 9;
    right: 0px;
    width: auto;
    height: 47px;
    overflow: hidden;
    transition: all ease 0.3s;
    left: 0px;
  }

  .company-user-login-modal {
    width: 90vw;
  }

  .company-user-login-modal .lm-column {
    flex-direction: column;
  }

  .template-one .login-left-area {
    width: auto;
    height: auto;
  }

  .close-icon-wrapper {
    opacity: 1;
  }

  .tone-listing-image-wrapper {
    height: auto;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .tone-job-details img.tone-logo {
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  .tone-job-details .listing-details .ml-4 {
    margin-left: 0px !important;
  }

  .tone-jd-options {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tone-job-details .listing-details {
    flex-direction: column;
    align-items: center;
  }

  app-company-template-one-header {
    z-index: 9999;
    position: relative;
  }

  .listing-details h2.listing-title {
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .event-details-page {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .listing-desc-full iframe {
    width: 100%;
    border-radius: 12px;
    height: 250px;
  }

  img.single-workshop-image {
    width: 150px;
    height: inherit;
    object-fit: cover;
  }

  .tone-event-inner-page-banner.workshop-detail {
    height: auto;
    padding: 20px 0px;
  }

  .workshop-detail .tone-event-inner-title-wrapper {
    z-index: 2;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: auto;
    transform: translate(0px, 0px);
  }

  .course-detail-right-area {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }

  .course-detail-container {
    padding: 0px;
    min-height: auto;
  }

  .course-detail-tab ul {
    padding: 0px 10px;
  }

  .course-starts {
    flex-direction: column;
  }

  .course-starts .left-area {
    width: 100%;
    min-height: auto;
  }

  .course-starts .right-area {
    width: 100%;
    position: unset;
    height: auto;
  }

  .right-area .chapters {
    height: auto !important;
  }

  .full-modal {
    z-index: 99999 !important;
  }

  .course-starts .left-area .left-area-header {
    padding: 20px 25px;
    height: auto;
    flex-direction: column;
  }

  .course-starts .leaft-area-heading-container {
    width: 100%;
    text-align: center;
  }

  .course-starts .left-area-header .modal-ok-btn {
    margin-top: 20px;
  }

  .video-content-area {
    padding: 0px 0px;
    margin: 20px 20px;
    border-top: 0px solid #d8d8d826;
  }

  .title2 {
    min-width: 100px !important;
  }

  .tabel-header th {
    width: auto !important;
  }

  .table-responsive th,
  .table-responsive td {
    width: auto !important;
    white-space: nowrap;
  }

  .table-responsive a {
    white-space: nowrap;
  }













  .template-two .container-fluid {
    padding: 0px 15px;
  }

  .ttwo-header-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .template-two .res.m-m-wrapper.active {
    z-index: 999;
    left: 0;
    align-items: flex-start;
  }

  .ttwo-top-header-inner {
    flex-direction: column;
  }

  .ttwo-banner {
    height: auto;
  }

  .ttwo-banner-content {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .new-d {
    display: flex;
    align-items: center;
    padding: 10px 0px;
  }

  .ttwo-top-header {
    border-bottom: 1px solid #e3e3e3;
  }

  .ttwo-about-content-wrapper {
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
  }

  p.ttwo-about-section-title {
    width: 100%;
  }

  p.ttwo-about-section-subtitle {
    width: 100%;
  }

  .ttwo-about-top {
    height: auto;
  }

  .ttwo-about-bottom {
    padding-top: 40px;
  }

  .two-home-single-video {
    margin-bottom: 50px;
  }

  p.ttwo-blog-subheader {
    width: 100%;
  }

  .ttwo-single-job {
    margin-bottom: 30px;
  }

  p.ttwo-section-title.center {
    width: 100%;
  }

  .template-two .inner-page-banner {
    height: 130px !important;
  }

  .template-two .bannerImg .ipb-inner {
    background-position: center;
  }

  .template-two .bg-image-wrapper {
    height: auto !important;
  }

  .template-two .inner-page-container {
    padding: 15px 0px;
  }

  .ttwo-header-menu a {
    padding: 15px 20px 10px;
    width: 100%;
  }

  .ttwo-header-menu a:hover::after,
  .ttwo-header-menu a.active::after {
    height: 2px;
  }

  app-company-template-two-jobs .btn-title-wrapper {
    display: none;
  }

  .template-two .tone-single-event-bottom h2.listing-title {
    text-align: center;
  }

  .ttwo-event-option {
    justify-content: center;
  }

  .ve-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .template-two .tone-single-event {
    flex-direction: column;
  }

  .template-two .tone-single-event>div.d-flex {
    flex-direction: column;
    justify-content: center;
  }

  .template-two .about-job-section {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .template-two .about-job-section [class*="col-"] {
    flex: unset;
    max-width: 100%;
  }

  .template-two .course-detail-right-area {
    top: 0px;
  }

  .template-three .container-fluid {
    padding: 0px 15px;
  }

  .t3-top-header-inner {
    flex-direction: column;
  }

  .t3-top-header-inner .pr-5 {
    padding-right: 0px !important;
  }

  .template-three .res.m-m-wrapper.active {
    z-index: 999;
    left: 0;
    align-items: flex-start;
  }

  .template-three .menu-icon {
    color: #ffffff;
  }

  .template-three .t3-menu-wrapper-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .res.m-m-wrapper.active .menu-wrappper-main {
    background-color: #151515;
    padding-top: 40px;
  }

  .t3-slider-content {
    left: 15px;
    width: auto;
    z-index: 1;
  }

  .t3-menu {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }

  .t3-menu a {
    margin-right: 0px;
  }

  .t3-upper-right {
    justify-content: flex-end;
  }

  .t3-upper-column i {
    display: none;
  }

  .t3-upper-column {
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 0px;
    border-right: 0px;
  }

  .t3-add-area {
    display: none;
  }

  .t3-slider-below-content-wrapper .col-md-3:nth-child(4) .t3-slider-below-content,
  .t3-slider-below-content-wrapper .col-md-3:nth-child(3) .t3-slider-below-content,
  .t3-slider-below-content-wrapper .col-md-3:nth-child(2) .t3-slider-below-content,
  .t3-slider-below-content-wrapper .col-md-3:nth-child(1) .t3-slider-below-content {
    margin-top: 30px;
  }

  .t3-abt-number {
    top: 0px;
    left: 0px;
  }

  .t3-abt-left-content-wrapper-inner {
    position: unset;
    border-radius: 8px;
    margin-top: 20px;
  }

  .t3-abt-number {
    height: auto;
    position: unset;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .t3-abt-left-content-wrapper {
    margin-bottom: 40px;
  }

  .t3-sing-about-box {
    padding: 0px 0px;
    margin-top: 0px;
    border-right: 0px !important;
  }

  .t3-about-us {
    padding: 70px 0px 50px;
  }

  p.t3-jobs-title {
    width: 100%;
  }

  .t3-single-jobs {
    margin-bottom: 30px;
  }

  img.t3-video-img {
    height: auto;
  }

  p.t3-blog-section-sub-title {
    margin-top: 20px;
  }

  .t3-single-blog-bottom {
    padding: 10px 20px 30px 20px;
  }

  .t3-footer {
    padding: 50px 0px 80px;
  }

  .pad-l-5 {
    padding-left: 15px !important;
  }

  p.t3-footer-ql {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .template-three .inner-page-container {
    z-index: 1;
    padding: 0px;
  }

  .template-three .bannerImg {
    height: auto !important;
  }

  .template-three .bannerImg .ipb-inner {
    height: 20rem;
    background-position: center;
  }

  .tone-event-inner-title-wrapper {
    z-index: 2;
  }

  .template-three .about-job-section {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .template-three .about-job-section [class*="col-"] {
    flex: unset;
    max-width: 100%;
  }

  .template-three .course-detail-right-area {
    top: 0px;
    z-index: 2;
  }

  .template-three .tone-event-inner-page-banner.workshop-detail {
    padding: 80px 0px 40px;
  }

  .template-three .login-left-area {
    width: auto;
  }

  .ttwo-single-workshop,
  .tone-single-workshop {
    margin-bottom: 20px;
  }

  .t3-slider-img {
    height: auto;
    padding-top: 60px;
  }

  .t3-slider-below-content-wrapper {
    padding-top: 20px;
  }


}

@media (min-width: 768px) and (max-width: 991px) {
  img.tone-banner-img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
}


/* // css add by abhishek */

.signup-notification-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgb(0 0 0 / 36%);
}

.signup-notification-modal-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /* padding: 30px; */
  text-align: center;
  border-radius: 15px;
  width: 45%;
  height: 81vh;
  overflow: auto;
  scrollbar-width: none;
}

span.close-signup-modal {
  background: #007bff;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 22px;
  padding: 7px;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}

p.signup-title {
  color: #0e2a49;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  position: relative;
}

.input-group2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  position: relative;
}

.input-group label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
  color: #121212;
  font-weight: 400;
  text-align: left;
}

.input-group input {
  -webkit-appearance: none;
  appearance: none;
  color: #787878;
  border: 1px solid #e5e5e5;
  background: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  min-height: 54px;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: .575rem .75rem;
}

.input-group input::placeholder {
  color: #787878;
}

.input-group select {
  -webkit-appearance: none;
  appearance: none;
  color: #787878;
  border: 1px solid #e5e5e5;
  background: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  min-height: 54px;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: .575rem .75rem;
}

.abs-dropdown-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}


.cancel-btn-2 {
  background-color: #434343;
  color: #ffffff;
  border: none;
  padding: 9px 0;
  font-size: 15px;
  border-radius: 4px;
  width: 100px;
  cursor: pointer;
}


.options-box {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 6rem;
  text-align: left;
  padding-left: 6px;
}

.options-box p {
  margin: 0;
  padding: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
}

.options-box p:hover {
  background-color: #eee;
}

.slider-wrapper {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease-in-out;
}

.slider-wrapper .slide {
  width: 100%;
  flex-shrink: 0;
  padding: 30px;
  position: relative;
}


.subject-studied .add-button {
  background: #006cff;
  border: 0px;
  color: #fff;
  padding: 5px 20px 6px;
  font-size: 14px;
  border-radius: 6px;
  outline: none;
  margin-left: auto;
}

.subject-studied p {
  margin-bottom: 0px;
}

.single-row {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.selects {
  width: 31% !important;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
  height: 35px;
  font-size: 14px;
  outline: none;
}

.selects select {
  width: 100%;
  background: #ffffff;
  height: 39px;
  outline: none;
  padding: 0px 7px;
  color: #111;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  font-weight: 500;
}

.selects::after {
  top: 20px !important;
}

.input-error {
  top: 8px;
}

.form-control.input-error {
  border: 1px solid #ff8383;
}

element.style {
  display: block;
}

.dis-none[_ngcontent-ccp-c117] {
  display: none;
}

.signin-input-container {
  margin-top: 15px;
  position: relative;
}

input.signin-input {
  width: 100%;
  padding: 10px 45px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #ebebeb;
  color: #353535;
  font-size: 14px;
  outline-color: transparent;
  outline-width: 0pt;

}

.input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #006cff;
}

td {
  border: 1px solid rgb(0 0 0 / 17%);
  padding: 9px;
  font-weight: 400;
}

th {
  border: 1px solid rgba(220, 220, 220, 0.17);
  padding: 9px;
  background: #d3d3d3;
  color: #111;
}

tr {
  color: #111;
}

.table-responsive {
  scrollbar-width: none;
  padding-bottom: 10px;
}

.btn-sm {
  font-size: 12px;
  padding: 8px 20px;
}

.bg-gradient-primary {
  background-color: #2262c6 !important;
  background: linear-gradient(to right, #0081ff 0%, #0045ff 100%) !important;
  border: 0px;
}

.save-btn-2 {
  color: #ffffff;
  border: none;
  padding: 9px 0;
  font-size: 15px;
  border-radius: 4px;
  width: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.template-three .save-btn-2 {
  background-color: var(--templateThreePrimary);
}

.template-two .save-btn-2 {
  background-color: var(--templateTwoPrimary);
}

.template-one .save-btn-2 {
  background-color: var(--templateOnePrimary);
}

.save-btn-2 span {
  z-index: 9;
  position: relative;
}

.save-btn-2::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-color: #003a7b; */
  /* background-color: var(--hover-color, #003a7b);  */
  transition: all .4s ease;
}

button.save-btn-2:hover::after {
  width: 100%;
}

.userInfoImg {
  opacity: 0;
  transform: translateY(20px);
  height: 18rem;
  object-fit: contain;
  animation: fadeSlideIn 0.8s ease-out forwards;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cancel-animate {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.cancel-animate span {
  z-index: 9;
  position: relative;
}

.cancel-animate::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #141414;
  transition: all .4s ease;
}

button.cancel-animate:hover::after {
  width: 100%;
}

.slide .selects {
  height: auto !important;
}

.slide .selects select {
  color: #787878;
  border: 1px solid #e5e5e5;
  background: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  min-height: 54px;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: .575rem .75rem;
}

.slide2 .selects select {
  color: #787878;
  border: 1px solid #e5e5e5;
  background: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  min-height: 50px;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: .25rem .75rem;
}

p.last-title-form {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
  color: #121212;
  font-weight: 400;
  text-align: left;
}

.btn-selected-form {
  border: none;
  outline: none;
  background: transparent;
  /* text-decoration: underline; */
  color: #007fff;
  font-size: 15px;
  font-weight: 500;
  margin-left: auto;
}

.btn-selected-form:hover {
  box-shadow: none !important;
}

.profile-option-desc td {
  font-weight: 400 !important;
}

.signup-notification-modal-container-2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  /* padding: 30px; */
  text-align: center;
  border-radius: 15px;
  width: 36rem;
  height: 81vh;
  overflow: auto;
  scrollbar-width: none;
}

/* Base style for all rating buttons */
.btn-rating {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.btn-rating img.gifRating {
  border: 1px solid #0000002e;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  color: #333;
  height: 60px;
  width: 60px;
  object-fit: contain;
  padding: 5px;
  display: block;
}


.btn-rating img.pngRating {
  border: 1px solid #0000002e;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  color: #333;
  height: 60px;
  width: 60px;
  object-fit: contain;
  padding: 5px;
  display: none;
}

.rating-given img.pngRating {
  display: block;
}

.rating-given img.gifRating {
  display: none;
}

.rating-given:hover img.pngRating {
  display: none;
}

.rating-given:hover img.gifRating {
  display: block;
}

.selectedRating img {
  border-color: #007bff !important;
  border-width: 1.5px !important;
}

.btn-rating span {
  color: #000000c2;
  font-size: 14px;
  text-transform: capitalize;
  margin-block: 4px 9px;
  display: inline-block;
}

.selectedRating span {
  color: #007bff;
  font-weight: 500;
}

/* Hover and focus effects */
.btn-rating:hover,
.btn-rating:focus {
  transform: scale(1.05);
  outline: none;
  box-shadow: none !important;
}


.signup-notification-modal-container-2 textarea {
  color: #787878;
  border: 1px solid #e5e5e5;
  background: #ffffff !important;
  font-weight: 400;
  font-size: 14px;
  min-height: 54px;
  height: 6rem;
  border-radius: 7px;
  width: 100%;
  cursor: pointer;
  padding: .575rem .75rem;
}

.ratingTag {
  gap: 12px;
}

.ratingTag button {
  border: 0.5px solid;
  background: transparent;
  padding: 5px 8px;
  border-radius: 9px;
  outline: none;
  font-weight: 300;
  font-size: 14px;
  border-color: #00000040;
  border-width: 0.5px;
  color: #797676;
}

.ratingTag button.selectedBtn {
  background: #007bff1f;
  color: #007bff;
  border-color: #007bff;
}

.single-workshop-curriculum {
  min-height: 6.5rem;
}

.addContentBtn {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

.single-module-wrapper {
  border-radius: 12px;
  margin-bottom: 1.2rem;
}

.custon-row-margin {
  margin-right: -7px !important;
  margin-left: -7px !important;
}

.custon-row-margin .col-md-4 {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.m-heading-btn {
  background: transparent;
  padding: 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  outline: none;
  position: relative;
  width: 100%;
  text-align: left;
}

.m-heading-btn:hover {
  box-shadow: none !important;
}

.toggle-icon {
  transition: transform 0.3s ease;
  position: relative;
  top: 11px;
  font-weight: 400;
}

.toggle-icon.rotate {
  transform: rotate(-180deg);
}

.subjectListingTitle {
  display: flex;
  width: 100%;
  align-items: center;
  margin: -5px 0px 10px;
}

@media screen and (max-width:900px) {
  .signup-notification-modal-container {
    width: 93%;
  }

  .userInfoImg {
    height: 12rem;
  }

  .cancel-btn-2 {
    font-size: 13px;
    width: 93px;
  }

  .save-btn-2 {
    font-size: 13px;
    width: 93px;
  }

  .slide2 .button-box {
    position: relative !important;
    bottom: 1rem !important;
    left: unset !important;
    transform: none !important;
  }

  p.signup-title {
    font-size: 18px !important;
  }

  .signup-notification-modal-container-2 {
    width: 95%;
    min-height: 70vh;
    height: auto;
  }

  .signup-notification-modal-container-2 .slider-wrapper .slide {
    width: 100%;
    flex-shrink: 0;
    padding: 15px;
    position: relative;
  }

  .btn-rating img.gifRating {
    height: 45px;
    width: 45px;
    padding: 2px;
  }

  .btn-rating img.pngRating {
    height: 45px;
    width: 45px;
    padding: 2px;
  }

  .btn-rating span {
    font-size: 11px;
  }

  .ratingTag button {
    font-size: 10px;
  }

  .signup-notification-modal-container-2 textarea {
    font-size: 10px !important;
  }

  .signup-notification-modal-container-2 .cancel-btn-2 {
    font-size: 12px;
    width: 78px;
    padding: 7px 0;
  }

  .signup-notification-modal-container-2 .save-btn-2 {
    font-size: 12px;
    width: 78px;
    padding: 7px 0;
  }

  .subjectListingTitle {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-selected-form {
    margin-left: unset;
    width: fit-content;
    padding: 0;
  }

  .slider-wrapper .slide {
    padding: 18px;
  }
}


.circle-progress {
  --size: 27px;
  --thickness: 3px;
  --progress: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: conic-gradient(#4caf50 calc(var(--progress) * 1%), #eee 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
}

.circle-progress::before {
  content: "";
  position: absolute;
  width: calc(var(--size) - var(--thickness) * 2);
  height: calc(var(--size) - var(--thickness) * 2);
  background: var(--templateThreePrimary);
  border-radius: 50%;
  z-index: 1;
}

.template-two .circle-progress {
  --thickness: 2.7px;
}

.template-two .circle-progress::before {
  background: var(--templateTwoPrimary);
}

.template-one .circle-progress::before {
  background: var(--templateOnePrimary);
}

.circle-progress2 {
  --size: 22px;
  min-width: var(--size);
  --thickness: 4px;
  --progress: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: conic-gradient(#4caf50 calc(var(--progress) * 1%), #ffffff 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
}

.circle-progress2::before {
  content: "";
  position: absolute;
  width: calc(var(--size) - var(--thickness) * 2);
  height: calc(var(--size) - var(--thickness) * 2);
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.progress-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: white;
  font-size: 16px;
}

.accordian-box-header {
  /* background: linear-gradient(to top, #8e9eab57 0%, #eef2f3); */
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  margin-bottom: 0px;
  padding: 12px 18px;
}

.progress-bar-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #4caf50, #81c784);
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
  pointer-events: none;
}

.progress-completed {
  color: black !important;
  opacity: 0.6;
  font-size: 22px;
  margin-right: 1px;
}

.single-chapter-content.active .progress-completed {
  color: white !important;
}


.single-chapter-content.active .circle-progress2::before {
  background: #3e3e3e !important;
}

.single-chapter-content:hover .circle-progress2::before {
  background-color: #e5f4f3;
}

/* 
.single-chapter-content.active .progress-completed{
  color: white;
} */

.reflections {
  padding: 4rem 4rem 5rem 4rem;
}

.reflections img {
  max-width: 100%;
  object-fit: contain;

}

.userTooltip {
  width: 300px;
  /* background: #0065D7; */
  background-image: linear-gradient(to top, #062447 9%, #0065D7 100%);
  /* background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%); */
  color: white;
  text-align: center;
  padding: 18px 30px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  top: 9rem;
  left: 5rem;
  min-width: 180px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all .3s ease;
  cursor: pointer;
}

.userTooltip.active {
  opacity: 1;
  transform: translateY(-5px);
}

.userTooltip::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #0065D7 transparent transparent transparent;
  transform: rotate(179deg);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.report-reflection-box img {
  max-width: 100%;
  object-fit: contain;
}

.hideButtonWorkshop {
  border: none;
  outline: none;
  background-color: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 4px 8px;
  /* Adjusted padding for better click area */
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  /* faster */
  border-radius: 4px;
  overflow: hidden;
}

.hideButtonWorkshop::before,
.hideButtonWorkshop::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #3e3e3e;
}

.hideButtonWorkshop::after {
  right: 6px;
}

/* BEFORE (fades in/out) */
.hideButtonWorkshop::before {
  width: 42%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  /* faster */
  z-index: 1;
}

/* AFTER (expands/shrinks) */
.hideButtonWorkshop::after {
  width: 0%;
  transition: width 0.4s ease-in-out;
  /* faster */
  z-index: 0;
}

/* Hover IN sequence */
.hideButtonWorkshop:hover::before {
  opacity: 1;
  transition-delay: 0s;
}

.hideButtonWorkshop:hover::after {
  width: 100%;
  transition-delay: 0.2s;
  /* quicker handoff */
}

/* Hover OUT sequence */
.hideButtonWorkshop:not(:hover)::after {
  width: 0%;
  transition-delay: 0s;
}

.hideButtonWorkshop:not(:hover)::before {
  opacity: 0;
  transition-delay: 0.4s;
  /* slightly faster */
}

.hideButtonWorkshop i {
  position: relative;
  z-index: 999;
  right: 3px;
  color: #3e3e3e;
  transition: transform 0.2s ease, color 0.2s ease;
  /* faster */
  transition-delay: 0s;
}

/* Hover in */
.hideButtonWorkshop:hover i {
  color: white;
  transition-delay: 0.2s;
}

/* Hover out */
.hideButtonWorkshop:not(:hover) i {
  color: #3e3e3e;
  transform: none;
  transition-delay: 0.4s;
}

.slider-text {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  position: relative;
  color: #fff !important;
  font-weight: 600;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.2s ease;
  /* faster */
  margin-left: 6px;
  transform: translateX(10px);
  transition-delay: 0.4s;
  /* faster */
}

/* On hover */
.hideButtonWorkshop:hover .slider-text {
  opacity: 1;
  visibility: visible;
  color: #fff !important;
  transform: translateX(0);
}

/* On hover out */
.hideButtonWorkshop:not(:hover) .slider-text {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
  /* snappier */
}

.hideButtonWorkshop:hover {
  background-color: transparent;
  box-shadow: none !important;
}

.hideButtonWorkshop[aria-expanded="true"] {
  background-color: #ddd;
}


.fixedButtonWorkshop {
  position: fixed;
  top: 6rem;
  right: -3.5rem;
  /* start hidden off-screen */
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  z-index: 9999;
  background-color: #3e3e3e;
  color: #fff;

  /* Smooth transition for hover */
  transition: all 0.4s ease;

  /* Animate in */
  animation: slideInFromRight 0.6s ease-out forwards;
  animation-delay: 2s;
  /* wait 2 seconds before appearing */
  opacity: 0;
  /* hidden initially */
}

/* Slide-in animation */
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* off-screen */
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* On hover → subtle nudge effect */
.fixedButtonWorkshop:hover {
  right: -0.5rem;
  /* smooth transition will work now */
}

/* Icon inside */
.fixedButtonWorkshop i {
  z-index: 2;
}

.noti-workshop {
  animation: shake 0.4s ease-in-out 5s;
  /* run shake repeatedly for 5s */
  animation-delay: 2.6s;
  /* starts after button finishes sliding in */
  animation-iteration-count: infinite;
  /* will shake infinitely, but we’ll override below */
}

/* Shake animation */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-3px);
  }

  40% {
    transform: translateX(3px);
  }

  60% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Label text */
.fixedButtonWorkshop .slider-text {
  color: white;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  font-weight: 100;
  margin-left: 12px;
  position: relative;
  right: 21px;
}

.overviewModal {
  /* height: 100vh; */
  bottom: -40.5rem;
  transition: all .4s ease;
}

.modal-content-overview {
  height: calc(100vh - 12rem);
  background-color: #E1E7EF;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  left: 0;
}

.overlay-modal.active {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: #00000090;
  top: 0;
  left: 0;
  z-index: 9999;
}

.overviewModal.active {
  bottom: 0;
}

.overviewModalBtn {
  position: absolute;
  bottom: 3.5rem;
  left: 2rem;
  padding: 10px 10px;
  min-width: 2rem;
}

.overviewModalBtn span {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 17px;
  margin-right: 12px;
}

.modal-nav-links {
  padding: 20px 30px;
  border-bottom: 1px solid #00000021;
  gap: 30px;
  height: 4.5rem;
}


.modal-nav-links p {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.modal-nav-links p::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #2a2a2a;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  transition: all .4s ease;
  margin: auto;
}

.modal-nav-links p:hover::after,
.modal-nav-links p.active::after {
  width: 100%;
}

.workshop-icon-modal i {
  transition: all .4s ease;
  color: #fff;
}

.workshop-icon-modal:hover i {
  transform: scale(1.2);
  /* animation: shakeIcon 0.5s ease; */
}

.shakeIcon {
  animation: shakeIcon 1s ease;
}

@keyframes shakeIcon {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  15% {
    transform: translateX(-3px) rotate(-3deg);
  }

  30% {
    transform: translateX(3px) rotate(3deg);
  }

  45% {
    transform: translateX(-3px) rotate(-2deg);
  }

  60% {
    transform: translateX(3px) rotate(2deg);
  }

  75% {
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    transform: translateX(2px) rotate(1deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.attachment-single img {
  width: 3rem;
  object-fit: contain;
}

.attachment-single p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.5rem;
}

.download-btn-attachment {
  background: linear-gradient(135deg, #676c68, #2c2e2c);
  color: white !important;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);


}

.download-btn-attachment:hover {
  background: linear-gradient(135deg, #676c68, #2c2e2c);
  color: white;
}

.modal-content-area-overview {
  height: calc(100% - 7rem);
  overflow-y: auto;
  scrollbar-width: none;
}

.single-workshop-attachment {
  transition: background-color 0.2s ease;
}

.attachment-workshop {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.attachment-index {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  min-width: 24px;
}

.attachment-icon {
  width: 2.2rem;
  height: 3.2rem;
  object-fit: contain;
  margin-right: 1.5rem;
}

.attachment-name {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  width: 99%;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-btn-workshop {
  background-color: #2a2a2a;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  border-radius: 50%;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.download-btn-workshop:hover {
  background-color: #2a2a2a;
  transform: scale(1.05);
}


.attachment-type {
  background: #cdcdcd;
  color: #555b69;
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
}




.user-upload {
  margin-top: 24px;
}

.upload-placeholder,
.file-info {
  background: #f9f9f9;
  border: 2px dashed #bbb;
  border-radius: 12px;
  padding: 20px 40px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
}

.upload-placeholder p,
.file-info p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.upload-placeholder button,
.reupload-btn {
  background: #2a2a2a;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  width: 9rem;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}

.upload-placeholder button:hover,
.reupload-btn:hover {
  background: #444;
}

/* 
.file-info {
  border-color: #4caf50;
  background: #e8f5e9;
} */

.reupload-icon {
  position: absolute;
  right: -6px;
  top: -0.8rem;
  border: none;
  outline: none;
  background: #ff3131;
  color: white;
  border-radius: 50%;
  z-index: 6;
}


.report-userupload-btn {
  margin-left: 4.5rem;
  position: relative;
  z-index: 9;
  padding: 5px 12px;
  background: #8f8f8f;
  display: inline;
  width: fit-content;
  border-radius: 6px;
  color: white !important;
}




.save-btn-2::after {
  background-color: var(--hover-color, #003a7b);
}

.left-area,
.right-area {
  transition: width 0.3s ease;
  overflow: hidden;
  /* Optional: hide content during slide */
}

.optional-heading {
  background: #ddd;
  padding: 12px 12px 12px 12px;
  border-radius: 6px;
}


/* Explanation panel */

.explanation-panel {
  border: 1px solid #22c55e;
  background: rgba(34, 197, 94, 0.1);
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 1rem;
}

.explanation-panel .icon {
  font-size: 20px;
  line-height: 1;
  color: #22c55e;
  margin-top: 2px;
}

.explanation-panel .text p {
  margin: 0;
  font-size: 15px;
  color: #2e2e2e;
}

.explanation-panel .text h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}



.tags-container {
  /* display: flex;
      flex-wrap: wrap; */
  gap: 12px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  background: #f9f9f9;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 1.2s ease;
}

.tag {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 12px;
  padding: 9px 15px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s;
}

.tag:hover::before {
  left: 100%;
}

.tag:hover {
  background: #fff7ed;
  border-color: #ffd29a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 204, 112, 0.3);
}

.tag.active {
  background: linear-gradient(135deg, #ffcc70, #ff6f91);
  color: #fff;
  transform: scale(0.95);
  box-shadow: 0 0 10px #ffcc70;
  border: none;
}

.tags-container::-webkit-scrollbar {
  width: 3px;
}

.tags-container::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ffffff00, #ffcc70, #ff6f91, #ffffff00);
  border-radius: 10px;
}

.tags-container::-webkit-scrollbar-track {
  background: transparent;
}

@keyframes glow {
  from {
    box-shadow: 0 0 4px rgba(255, 204, 112, 0.6);
  }

  to {
    box-shadow: 0 0 12px rgba(255, 204, 112, 1);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.tags-tiles {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #000000;
  /* letter-spacing: 1.2px; */
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); */
  position: relative;
  animation: fadeInDown 1s ease;
}



.template-three .video-hero-title:after {
  background: var(--templateThreePrimary) !important;
}
.template-two .video-hero-title:after {
  background: var(--templateTwoPrimary) !important;
}
.template-one .video-hero-title:after {
  background: var(--templateOnePrimary) !important;
}

.video-youtube iframe {
    border-radius: 0px !important;
}

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