:root {
  --color-primary: #525fe1;
  --green: #78af42;
  --yellow: #f9e159;
  --orange: #f56d07;
  --black: #2a2a2a;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
}
a {
  color: #337ab7;
  text-decoration: none !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.kalabhumi_header {
  position: fixed;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #ffffffa6;
  padding: 7px;
}
.kalabhumi_header.sticky {
  background: var(--black);
}
.kalabhumi_header .loo_f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kalabhumi_header .logo {
  width: 82px;
}
.kalabhumi_header .logo img {
  width: 100%;
}

.head_link ul {
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 30px;
}

.head_link ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  /* border: 1px solid #919191; */
  /* padding: 6px 15px; */
  border-radius: 5px;
}

.head_link ul li:last-child a {
  background: var(--green);
  padding: 10px 15px;
}
/*-------------------------*/
.banner_home {
  height: 100vh;
  overflow: hidden;
}

.banner_home .carousel-inner .item img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.banner_home .carousel-control {
  position: absolute;
  top: 50%;
  bottom: inherit;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity = 50);
  opacity: 1;
  z-index: 3;
  background: none;
}
.banner_home .carousel-inner:before {
  background-image: linear-gradient(
    180deg,
    rgb(0, 0, 0) 0,
    rgba(0, 0, 0, 0) 78.17%
  );
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 0;
  z-index: 1;
}
.banner_home .carousel-control.right {
  right: 0;
}
.banner_home .carousel-control.left {
  left: 0;
}

/*-------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 60px 0;
  z-index: 1;
}
.about-one__left {
  position: relative;
  display: block;
  margin-right: 30px;
}
.about-one__img-box {
  position: relative;
  display: block;
}
.about-one__img {
  position: relative;
  display: block;
}
.about-one__img > img {
  width: 100%;
  border-radius: 20px;
  height: 415px;
  object-fit: cover;
}

.about-one__experience {
  position: absolute;
  bottom: 0;
  right: -213px;
  background-color: #7ab042;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 27px 26px 23px;
  width: 277px;
  text-align: center;
}
.about-one__experience p {
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 18px;
  margin: 0 0 0 0px;
}
.about-one__experience p:nth-child(1) {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 7px;
}
.about-one__experience:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  border: 2px dashed #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.about-one__experience:after {
  position: absolute;
  bottom: 0px;
  right: -33px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 33px solid #585858;
  border-bottom: 100px solid transparent;
}
.about-one__shape-1 {
  position: absolute;
  top: 35px;
  right: -30px;
  opacity: 0.3;
  z-index: -1;
}
.about-one__shape-1 img {
  width: auto;
}

.about-one__right {
  text-align: center;
}
.about-one__right p {
  margin-top: 18px;
  font-size: 17px;
  color: #232629;
  font-weight: 600;
  margin-bottom: 0;
  width: 50%;
  margin: 0px auto;
  text-transform: uppercase;
}
.about-one__right h3 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
}
.about-one__right h4 {
  color: #f00;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.about-one__right .ribbon {
  font-size: 18px;
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  width: 60%;
  position: relative;
  background: var(--orange);
  color: #fff;
  text-align: center;
  padding: 1em 2em; /* Adjust to suit */
  margin: 4rem auto; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon a {
  background: #2a2a2a;
  color: #fff;
  padding: 4px 11px;
  border-radius: 4px;
  position: relative;
}
.ribbon a svg {
  position: absolute;
  fill: #78af42;
  right: 0;
  top: 34px;
  width: 45px;
  height: 45px;
  transform: rotate(-18deg);
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #d55d04;
  z-index: -1;
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #273c12 transparent transparent transparent;
  bottom: -1em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
/*-------------------------*/

/*---------------------news media-------------------------*/
.news_list {
  background: var(--yellow);
  padding: 10px;
  overflow: hidden;
}
.news_list .feature-box {
  display: flex;
}
.news_list .news {
  width: 10%;
  /* float: left; */
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 7px;
}
.news_list .news h2 {
  font-size: 15px;
  text-align: center;
  margin: 0px 0;
}
.news_list .news h2 strong {
  display: block;
}
.news_list .news:after {
  content: "";
  width: 22px;
  height: 34px;
}
.news_images {
  overflow: hidden;
}
.clients-images ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 7px;
}

.clients-images ul li {
  display: inline-block;
  background: #fff;
  padding: 5px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  overflow: hidden;
}
.clients-images ul li img {
  width: 100%;
}
.feature-logo {
  width: 90%;
}
/*---------------------news media-------------------------*/

.home-one-cat {
  background-image: url(../img/home-one-service.jpg);
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-one-cat .row.g-5 {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}
.home-one-cat .row.g-5 .he_center {
  width: 25%;
  padding: 10px;
}
.section-title .pre-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.section-title .title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.mt--25 {
  margin-top: 25px;
}

.home-one-cat .box_grid {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  /* padding: 15px; */
}
.home-one-cat .box_grid_img {
  padding: 15px;
}
.home-one-cat .box_grid_img img {
  width: 100%;
}
.home-one-cat .box_grid .title {
  background: #000;
  overflow: hidden;
  text-align: center;
  padding: 10px;
}
.home-one-cat .box_grid .title h3 {
  padding: 0px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.service-wrapper-1 {
  position: relative;
  overflow: hidden;
}
.service-wrapper-1 .shape-image {
  position: absolute;
  z-index: 1;
}
.service-wrapper-1 .shape-image.shape-image-1 {
  top: -28px;
  left: -206px;
}
.service-wrapper-1 .shape-image.shape-image-2 {
  top: 20px;
  right: -109px;
}
.service-wrapper-1 .shape-image.shape-image-3 {
  bottom: 34%;
  right: -37px;
}
.service-wrapper-1 .shape-image.shape-image-4 {
  bottom: 50%;
  left: 0;
}

/*--------------gallery-----------------*/
.gallery-container {
  position: relative;
  padding: 65px 0 90px 0px;
  overflow: hidden;
}

/* Override bootstrap column paddings */
.tz-gallery .row div {
  padding: 5px;
}
.tz-gallery .row .box {
  position: relative;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "FontAwesome";
  content: "\f00e";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(112 170 69 / 80%);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}
.row_sd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  /* border-radius: 10px; */
  /* overflow: hidden; */
}
.row_sd .grid_gal {
  position: relative;
  box-shadow: 0px 0px 10px #5c5c5c;
  border-radius: 10px;
  overflow: hidden;
}
/*--------------gallery-----------------*/

/*===================== Popular courses this month ==========================*/
.popular-courses-month {
  padding: 60px 0;
}
.gtrt #f1_container {
  perspective: 1000;
}
.gtrt #f1_container {
  position: relative;
  width: 100%;
  height: 280px;
  /* z-index: 1; */
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
.gtrt #f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s linear;
}
.gtrt .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.gtrt .face img {
  object-fit: cover;
  object-position: top;
}
.gtrt .face img {
  height: 280px;
  width: 100%;
}
.gtrt .overlay-f {
  position: absolute;
  top: 0;
  background: #00000075;
  width: 100%;
  height: 100%;
}
.gtrt .overlay-f h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 5%;
  /* margin-right: -50%; */
  transform: translate(-5%, -50%);
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
  display: none;
}
.gtrt .face.back {
  /* display: block; */
  transform: rotateY(180deg);
  /* box-sizing: border-box; */
  /* padding: 10px; */
  /* color: white; */
  /* text-align: center; */
  /* background-color: #aaa; */
}
.gtrt .overlay-f {
  position: absolute;
  top: 0;
  background: #00000075;
  width: 100%;
  height: 100%;
}
.gtrt .overlay-f h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 5%;
  /* margin-right: -50%; */
  transform: translate(-5%, -50%);
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
  display: none;
}
.gtrt #f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
  border-radius: 10px;
}
/*===================== Popular courses this month ==========================*/

.top-left {
  background: #f2f2f2;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
}
.top-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 20px solid var(--yellow);
  border-bottom: 20px solid var(--yellow);
  border-top: 20px solid #f2f2f2;
  border-left: 20px solid #f2f2f2;
  left: auto;
  z-index: 9;
}
.right-right {
  background: var(--yellow);
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bottom-bottom {
  background: var(--yellow);
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  /* right: 0; */
}
.left-left {
  background: #f2f2f2;
  width: 40px;
  height: 100%;
  position: absolute;
  /* bottom: 0; */
  left: 0;
  top: 0;
}
.left-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 20px solid var(--yellow);
  border-bottom: 20px solid var(--yellow);
  border-top: 20px solid #f2f2f2;
  border-left: 20px solid #f2f2f2;
  z-index: 9;
}

/*------------------------------------*/
.contact-section {
  position: relative;
  padding: 100px 0 0;
}
.contact-section .pattern {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.contact-section .wrapper-box {
  margin-bottom: 30px;
}
.contact-section .sec-title {
  margin-bottom: 30px;
  position: relative;
}
.sec-title h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--orange);
}
.sec-title h4 span {
  position: relative;
  margin-right: 10px;
}
.flaticon-endless:before {
  content: "\f119";
}
.sec-title.style-two h2 {
  padding-bottom: 0;
  color: #202020;
  font-weight: 700;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.sec-title .text {
  margin-top: 16px;
  font-size: 18px;
  color: #232629;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-section .author-box {
  position: relative;
  padding-left: 90px;
  min-height: 60px;
  margin-bottom: 20px;
  padding-top: 5px;
}
.contact-section .author-box .image {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 15px;
}
.contact-section .author-box .image img {
  border-radius: 50%;
}
.contact-section .author-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #232629;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-section .author-box .phone-numer {
  font-size: 30px;
  font-weight: 700;
  color: #202020;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-section .list {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}

.contact-section .list li {
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
}
.contact-section .read-more-link {
  position: relative;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 600;
  color: var(--orange);
}

.contact-section .read-more-link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  height: 1px;
  width: 10px;
  background: var(--orange);
}
.contact-section .contact-form {
  margin-bottom: 30px;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-section .contact-form .bootstrap-select > .dropdown-toggle,
.contact-section .contact-form .form-group input[type="text"],
.contact-section .contact-form .form-group input[type="email"],
.contact-section .contact-form .form-group textarea,
.contact-section .contact-form .form-group select {
  color: #9a9b9c;
  border-color: #f3f3f3;
  background-color: #fff;
  height: 60px;
}
.contact-form .bootstrap-select > .dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  height: 54px;
  width: 100%;
  font-size: 15px;
  color: rgb(12, 41, 87);
  line-height: 30px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 6px;
  padding: 11px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(225, 229, 233);
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.contact-section .contact-form .btn-style-four {
  width: 100%;
}
.contact-section .contact-form .btn-style-four .btn-title {
  padding: 15px 40px;
}
.btn-style-four .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 13px 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 6px;
  overflow: hidden;
}
.btn-style-four {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 6px;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  outline: none;
  border: none;
}
.btn-style-four {
  background: var(--orange);
}
.btn-style-four .btn-title::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgb(34, 34, 34);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s,
    -webkit-transform 500ms 0s;
}
.btn-style-four:hover .btn-title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
/*------------------------------------*/

.chatbot-body {
  position: relative;
  z-index: 2;
}

.chatbot-footer-section {
  padding-bottom: 2px;
}

.chatbot-footer-section.sass-footer {
  background: #2a2a2a;
  padding-top: 40px;
  position: relative;
  padding-bottom: 0;
}

.chatbot-footer-section.sass-footer .shape-img1 {
  position: absolute;
  top: 20px;
  left: 60px;
}

.chatbot-footer-section.sass-footer .shape-img2 {
  position: absolute;
  top: 180px;
  left: 0px;
}

.chatbot-newslater {
  margin-bottom: 90px;
}

.chatbot-newslater h2 {
  color: #ffffff;
  max-width: 518px;
  width: 100%;
}

.chatbot-newslater-left,
.chatbot-newslater-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 120px;
}

.chatbot-footer-card {
  padding: 100px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  margin-bottom: 60px;
}

.chatbot-footer-card.newsletter {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 80px;
  border-radius: 0px;
}

.chatbot-footer-card.newsletter .chatbot-footer-left {
  margin-left: auto;
}

.chatbot-footer-card.newsletter .chatbot-footer-right {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.chatbot-footer-card.crypto-wallet {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 80px;
  border-radius: 0px;
}

.chatbot-footer-card.crypto-wallet .chatbot-footer-left {
  margin-left: auto;
}

.chatbot-footer-card.crypto-wallet .chatbot-footer-right {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.chatbot-footer-card.sass {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chatbot-footer-left {
  max-width: 400px;
  width: 100%;
}

.chatbot-footer-left h4 {
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 270px;
}

.chatbot-footer-left p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 42px;
}

.chatbot-footer-left.sass h4 {
  color: #111111;
}

.chatbot-footer-left.sass p {
  color: #444444;
}

.chatbot-footer-bottom-left {
  /* max-width: 571px; */
  width: 100%;
}

.chatbot-footer-bottom-left ul {
  padding: 0;
}
.chatbot-footer-bottom-left ul li {
  display: flex;
  align-items: center;
}
.chatbot-footer-bottom-left ul li img {
  width: 35px;
  margin-right: 11px;
  filter: invert(1);
}
.chatbot-footer-bottom-left ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.chatbot-footer-bottom-left ul li a:hover {
  color: #ffffff;
}

.chatbot-footer-bottom-left.sass ul li a {
  color: #ffffff;
  font-size: 15px;
}

.chatbot-footer-bottom-left.sass p {
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.chatbot-footer-bottom-left.sass p span {
  color: #111111;
  font-weight: 700;
}

.chatbot-footer-bottom-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.chatbot-footer-bottom-left p span {
  color: #ffffff;
}

.chatbot-footer-bottom-right p {
  color: #ffffff;
  line-height: 36px;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
}

.chatbot-footer-bottom-right p a {
  margin-left: 12px;
}

.chatbot-footer-bottom-right.sass p a {
  color: #ffffff;
}

.chatbot-footer-bottom-right .chatbot-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 71px;
}

.chatbot-footer-bottom-right .chatbot-social p {
  margin-bottom: 0px;
}

.chatbot-footer-bottom-right .chatbot-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  max-width: 193px;
  width: 100%;
  gap: 14px;
}

.chatbot-footer-bottom-right .chatbot-social-list a {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  opacity: 70%;
}

.chatbot-footer-bottom-right .chatbot-social-list a:hover {
  opacity: 100;
}

.chatbot-footer-bottom-right.sass p {
  color: #ffffff;
}

.chatbot-footer-bottom-right.sass .chatbot-social-list a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.8;
}

.locate h2 {
  font-size: 23px;
  color: #ffffff;
  margin-top: 0;
  position: relative;
  margin-bottom: 25px;
  font-weight: 700;
}
.locate h2:before {
  content: "";
  background: var(--orange);
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: -9px;
}

ul.cjt_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
ul.cjt_links li {
  padding-left: 20px;
  position: relative;
}
ul.cjt_links li:after {
  position: absolute;
  left: 0;
  color: #fff;
  content: "\f101";
  font-family: FontAwesome;
}

.copyright {
  background: #000;
  padding: 7px 0;
}

.footer-copyright p {
  text-align: center;
  padding: 3px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.chatbot-footer-bottom {
  margin-bottom: 25px;
}
.footer-copyright p a {
  color: #fff;
}

.toggle {
  display: none;
}
.clise_d {
  display: none;
}

/*--------------------------Social Links------------------------------*/

.left-side-social-links {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: min-content;
}
.left-side-social-links ul {
  transition: all 1000ms ease;
  display: block;
}
.left-side-social-links ul li a {
  color: #fff;
  display: block;
}
.left-side-social-links ul li {
  overflow: hidden;
  line-height: 36px;
  display: inline-block;
  width: 100%;
  transition: all 1000ms ease;
  height: 36px;
}
.left-side-social-links li:hover span {
  display: block;
  transition: all 1000ms ease;
}
.left-side-social-links li:hover {
  width: 100%;
  transition: all 1000ms ease;
}
.left-side-social-links ul li i {
  width: 36px;
  display: block;
  position: absolute;
  height: 36px;
  z-index: 999;
  text-align: center;
  line-height: 36px;
  float: left;
  transition: all 1000ms ease;
  left: 0;
}
.left-side-social-links ul li a span {
  transform: translateX(-155px);
  padding: 0 27px 0 0;
  transition: all 1000ms ease;
  width: 100%;
  float: right;
  text-align: right;
}
.left-side-social-links ul li a:hover span {
  transform: translateX(0px);
  padding: 0 12px 0 0;
  transition: all 1000ms ease;
}
.left-side-social-links ul li:nth-child(1) a i,
.left-side-social-links ul li:nth-child(1) a span {
  background: #4267b2;
  transition: all 1000ms ease;
}
.left-side-social-links ul li:nth-child(2) a i,
.left-side-social-links ul li:nth-child(2) a span {
  background: #55acee;
  transition: all 1000ms ease;
}
.left-side-social-links ul li:nth-child(3) a i,
.left-side-social-links ul li:nth-child(3) a span {
  background: red;
  transition: all 1000ms ease;
}
.left-side-social-links ul li:nth-child(4) a i,
.left-side-social-links ul li:nth-child(4) a span {
  background: #be07d4;
  transition: all 1000ms ease;
}
.left-side-social-links ul li:nth-child(5) a i,
.left-side-social-links ul li:nth-child(5) a span {
  background: #ff0000;
  transition: all 1000ms ease;
}
.left-side-social-links ul li:nth-child(6) a i,
.left-side-social-links ul li:nth-child(6) a span {
  background: #01a206;
  transition: all 1000ms ease;
}
.left-side-social-links ul li:nth-child(7) a i,
.left-side-social-links ul li:nth-child(7) a span {
  background: #273447;
  transition: all 1000ms ease;
}

.container.banner-brty {
  overflow: hidden;
  z-index: 9;
  position: relative;
  height: 100%;
}
.overl {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000094;
  z-index: 0;
}
a.frtg {
  background: #ffbc13;
  padding: 0 9px;
  display: initial;
  color: #000 !important;
  border-radius: 17px;
}
/*--------------------------Social Links------------------------------*/
.whatsapp {
  position: fixed;
  display: block;
  bottom: 20px;
  z-index: 99;
  right: 12px;
  float: 13px;
  margin-left: 11px;
  width: 51px;
}
.whatsapp img {
  width: 100%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .toggle {
    display: block;
  }
  .clise_d {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 24px;
    right: 20px;
    top: 10px;
  }
  .kalabhumi_header .loo_f {
    display: block;
  }
  .head_link {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #2a2a2a;
    z-index: 999;
    right: -100%;
    top: 0;
    transition: 2s;
  }
  .kalabhumi_header .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kalabhumi_header .logo a {
    width: 100px;
  }
  .kalabhumi_header .toggle {
    font-size: 30px;
  }
  .kalabhumi_header .toggle i {
    color: #fff;
  }
  .about-one__experience {
    position: sticky;
  }
  .about-one__img > img {
    height: auto;
  }
  .ribbon {
    width: 82%;
  }
  .ribbon a {
    display: block;
  }
  .about-one__right p {
    font-size: 22px;
    width: 100%;
  }
  .about-one {
    padding: 40px 0;
  }
  .news_list .news {
    width: 100%;
    display: block;
  }
  .news_list .feature-box {
    display: block;
  }
  .news_list .news h2 strong {
    display: inline;
  }
  .news_list .news h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .feature-logo {
    width: 100%;
  }
  .clients-images ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .contact-section {
    padding: 40px 0 0;
  }
  .sec-title h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .contact-section .author-box .phone-numer {
    font-size: 20px;
  }
  .section-title .title {
    font-size: 25px;
  }
  .home-one-cat .row.g-5 .he_center {
    width: 50%;
  }
  .gtrt {
    overflow: hidden;
  }
  .gtrt .col-md-3,
  .gtrt .col-md-2,
  .gtrt .col-md-4,
  .gtrt .col-md-5 {
    width: 50%;
    float: left;
  }
  .gtrt .face img {
    height: 100%;
    width: 100%;
  }
  .gtrt #f1_container {
    height: 160px;
  }
  .popular-courses-month {
    padding: 20px 0;
  }
  .top-left,
  .bottom-bottom {
    height: 20px;
  }
  .right-right,
  .left-left {
    width: 20px;
  }
  .left-left:before {
    border-right: 0px solid var(--yellow);
  }
  .top-left:before {
    border-right: 0px solid var(--yellow);
    border-bottom: 20px solid var(--yellow);
    border-top: 0px solid #f2f2f2;
    border-left: 20px solid #f2f2f2;
  }
  .tz-gallery {
    width: 90%;
    margin: 0 auto;
  }
  .row_sd {
    grid-template-columns: 1fr 1fr;
  }
  .head_link.show {
    right: 0;
  }
  .head_link ul {
    margin: 0;
    display: block;
    padding: 60px 15px 15px 15px;
    list-style: none;
    gap: 30px;
  }
  .head_link ul li {
    margin-bottom: 10px;
  }
  .head_link ul li a {
    display: block;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px;
    font-size: 18px;
  }
  .head_link ul li:last-child a {
    padding: 10px;
    border-bottom: navajowhite;
    border-radius: 5px;
  }
  .banner_home {
    height: auto;
    overflow: hidden;
  }
  .banner_home .carousel-inner .item img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .kalabhumi_header {
    position: inherit;
    background: #2a2a2a;
  }
  .kalabhumi_header.sticky {
    position: fixed;
    animation: slideDown 0.35s ease-out;
  }
}
