:root {
  --navbar-height: 70px;
  --navbar-brand-height: 50px;
  --navbar-container-height: 40px;
  --nav-collapse-button-width: 40px;
  --nav-drawer-li-height: 62px;
  --site-color: #ec973c;
  --site-light-color: #ec973c1a;
  --site-font-family: "Montserrat", sans-serif;
  --site-max-width: 1150px;
  --industry-eminence-max-width: 1650px;
  --navbar-bg-color: #fff;
}

body {
  font-family: var(--site-font-family) !important;
}

.h-100 {
  height: 100%;
}

body {
  background-color: #fff;
}

.header_footer_section nav {
  height: var(--navbar-height);
  font-family: var(--site-font-family);
  font-weight: 500;
  font-size: 14px;
  z-index: 1000;
  background-color: #fff !important;
  position: fixed !important;
  width: 100%;
  top: 0;
}

.header_footer_section nav .container {
  max-width: 90%;
  height: 100%;
}

.navbar-brand {
  height: var(--navbar-brand-height);
  display: block;
  max-width: 200px !important;
}

.navbar-brand img {
  height: 100%;
}

.services-container {
  width: 38%;
  min-width: 400px;
  height: var(--navbar-container-height);
}

.services-container ul {
  list-style-type: none;
  height: 100%;
}

.auth-container {
  min-width: 150px;
  height: var(--navbar-container-height);
}

.auth-container i {
  font-size: 32px;
  margin-right: 5px;
}

.auth-container .auth-btn {
  height: 32px;
  min-width: 70px;
}

.nav-collapse-btn {
  width: var(--nav-collapse-button-width);
  height: var(--navbar-container-height);
  background-color: var(--site-light-color);
  font-size: 1.6rem;
}

.nav-drawer {
  height: calc(100vh - 70px);
  top: 70px;
  position: fixed !important;
  display: none;
  z-index: 5000;
}

.nav-drawer li,
.nav-item-slider li {
  min-height: var(--nav-drawer-li-height);
  font-family: var(--site-font-family);
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}

.nav-item-slider {
  min-height: calc(100vh - 70px);
  max-height: max-content;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.nav-drawer li:hover {
  color: var(--site-color);
  transition: all 0.2s;
}

._hover:hover {
  cursor: pointer;
}

nav .service-list > div {
  min-height: 20rem;
  width: 23.5%;
  min-width: 15rem;
}

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

.site-bg-color {
  background-color: var(--site-color) !important;
}

.site-bg-light-color {
  background-color: var(--site-light-color) !important;
}

.hover-site-bg-color:hover {
  background-color: var(--site-color) !important;
}

.transition-200 {
  transition: all 0.2s;
}

.site-text-secondary {
  color: var(--site-secondary-color) !important;
}

.site-bg-secondary {
  background-color: var(--site-secondary-color) !important;
}

.lh-2 {
  line-height: 2rem !important;
}

.min-h-2 {
  min-height: 2rem !important;
}

.h-24 {
    height: 24rem;
}

.h-6 {
    height: 5.8rem !important;
}

.w-24 {
    width: 24rem;
}

.start-n50 {
    left: -50% !important;
}

.font-extrabold {
  font-weight: 900 !important;
}

.fs-7 {
  font-size: 14px !important;
}

.fs-75 {
  font-size: 13px !important;
}

.fs-8 {
  font-size: 12px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-1\/3 {
    font-size: 3rem !important;
}

.w-3 {
  width: 3rem !important;
}

.h-3 {
  height: 3rem !important;
}

.ms-nt4 {
  margin-left: -1.2rem;
}

.light-para {
    color: #6b6b6b !important;
}

.max-w-content {
    max-width: max-content !important;
}

.max-w-90 {
    max-width: 90% !important;
}

.min-h-18 {
    min-height: 18rem !important;
}

.max-w-16 {
    max-width: 16rem !important;
}

@media (min-width: 768px) {
    .max-w-md-16 {
        max-width: 16rem !important;
    }
}

@media (min-width: 768px) {
    /* .min-h-md-18 {
        min-height: 18rem !important;
    }

    .why-praman .highlight-cards > div:nth-child(odd) {
        padding-top: 3rem;
    } */
    .min-h-md-20 {
        min-height: 350px !important;
    }
}

@media (min-width: 992px) {
    .border-end-lg-3 {
        border-right: 3px solid white;
    }
}

.total-counts .banner {
    background: var(--bg-image) center center / cover no-repeat;
}

.card-hover:hover {
    box-shadow: 0 0 1.7rem rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.px-6 {
    padding: 0 4rem !important;
}

.lh-2 {
    line-height: 2.75rem !important;
}

.service-cards .line {
    height: 2px;
    width: 30%;
    background-color: var(--site-color);
}

.video-container {
  max-height: 480px;
  max-width: 780px;
}

.video {
  object-fit: fill;
  max-width: 600px !important;
  max-height: 480px !important;
}

.animate-up {
  transform: rotate(-180deg);
  transition: all 0.2s;
}

.animate-down {
  transform: rotate(0);
  transition: all 0.2s;
}

.main-nav-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 50%;
  z-index: 100;
}

.main-nav-menu {
  opacity: 0;
  display: none;
  transition: all 0.2s ease-out 0.15s;
  margin-top: 2px;
  z-index: 90;
  background: #fff;
}

._hover-clr:hover {
  color: var(--site-color) !important;
  transition: all 0.2s;
}

.hoverable:hover {
  display: flex !important;
}

.nav-items-md:hover {
  background-color: var(--site-light-color) !important;
}

.user-auth-name {
  width: 32px;
  height: 32px;
  background: var(--site-color);
  color: #fff;
  font-size: 1.2rem !important;
}

.user-features .feature-list {
  width: 210px;
  right: 0;
  display: none;
}

.user-features .feature-list li {
  height: 45px;
  transition: all 0.2s;
}

.user-features .feature-list li:hover {
  font-weight: bold;
  cursor: pointer;
  margin-left: 5px;
}

.user-features .feature-list li:hover a,
.user-features .feature-list li:hover i {
  color: var(--site-color) !important;
}

footer {
  /* position: fixed;
    bottom: 100%;
    width: 100%; */
  /* min-height: 50vh; */
  background-color: white;
}

/* footer .footer-content {
    font-family: "Mukta";
} */

footer .world_map_img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  max-width: 80%;
}

footer li {
  background-color: transparent !important;
}

footer .footer-bottom {
  bottom: 0;
  min-height: 50px;
  width: 100%;
  background-color: var(--site-secondary-color);
}
footer .footer-content {
  max-width: 1200px;
}
footer .footer-content .service_category::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background-color: var(--site-color);
  position: absolute;
  margin-top: 0.9rem;
}
footer .footer-content .see_all_services {
  /* border-wi */
  border: solid 2px var(--site-color);
  font-weight: bold;
  transition: all 0.4s linear;
}
footer .footer-content a {
  transition: all 0.3s linear;
}
footer .footer-content a:hover {
  color: var(--site-color) !important;
}
footer .footer-content .see_all_services:hover {
  background-color: var(--site-color);
  color: var(--site-secondary-color) !important;
}

footer .footer-content .list-suggestion {
  display: none;
}

footer .footer-list-icon {
  transition: all 0.2s;
}

footer .footer-list-icon-up {
  transform: rotate(-90deg);
}

footer .footer-list-icon-forward {
  transform: rotate(0deg);
}

.wechatBtn {
  z-index: 1000 !important;
}

.wechatBtn i {
  font-size: 2em;
  margin-left: 0.3em;
  color: white !important;
}

.wechatBtn .fab {
  font-family: "Font Awesome 5 Brands";
}

.wechatBtn {
  position: fixed;
  right: 21px;
  bottom: 120px;
  background: #23c300;
  color: black !important;
  width: 60px;
  height: 55px;
  border-radius: 7px;
  padding: 0.7em;
  padding-left: 0;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.toast-div {
  position: fixed;
  left: 10px;
  bottom: 300px;
  width: 95%;
  z-index: 9999;
}

@media screen and (min-width: 800px) {
  .toast-div {
    width: 30%;
  }
}

.chatbot-gpt {
  width: 58px;
  height: 58px;
  position: fixed;
  bottom: 180px;
  right: 22px;
  z-index: 1000;
}

.chatbot-gpt:hover {
  cursor: pointer;
}

.chatbot-gpt .chatbot-icon img {
  width: 100%;
  height: 100%;
}

.chatbot-gpt .msg-screen {
  width: 260px;
  height: 350px;
  background: #ec973c5a;
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  bottom: 105%;
  right: 0;
}

.chatbot-gpt .msg-screen .colorSchema {
  width: 95%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 2.5%;
  margin-bottom: 5px;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette div {
  width: 25px;
  height: 25px;
  transition: all 0.2s;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette {
  width: 100%;
  height: 100%;
  transform: translateX(-90%);
  transition: all 0.3s;
}

.slide-right-animate {
  transform: translateX(0) !important;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette div:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  transform: scale(1.02);
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette i {
  font-size: 18px;
  transition: all 0.2s;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette i:hover {
  color: var(--site-color);
  cursor: pointer;
}

.chatbot-gpt .msg-screen .msgBox {
  width: 95%;
  height: calc(100% - 35px);
  margin-left: 2.5%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen {
  width: 100%;
  height: calc(100% - 35px);
  padding-bottom: 10px;
  overflow-y: scroll;
}

.chatbot-gpt .inner-msg-screen::-webkit-scrollbar {
  display: none;
}

.chatbot-gpt .msg-screen .msgBox .input-box {
  width: 100%;
  height: 35px;
  border-radius: 25px;
  background: #ec973c5a;
  -webkit-backdrop-filter: blur(5px);
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
}

.chatbot-gpt .msg-screen .msgBox .input-box input {
  width: 80%;
  height: 100%;
  margin-left: 10px;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.8px;
  /* color: rgba(255, 255, 255, 0.8); */
  color: #2a2a29;
}

.chatbot-gpt ::placeholder {
  color: #2a2a29;
}

.chatbot-gpt .msg-screen .msgBox .input-box .icon-box {
  height: 28px;
  width: 28px;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: #e9e9e9;
  margin: 1px 5px 0 0;
  /* color: #EC973C; */
  color: #2a2a29;
  transition: all 0.2s;
}

.chatbot-gpt .msg-screen .msgBox .input-box .icon-box:hover {
  cursor: pointer;
  background: var(--site-color);
  color: #e9e9e9;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .chat {
  min-height: 22.75px;
  margin: 2px 0;
  pointer-events: none;
}

.inner-msg-screen .chat span {
  background-color: var(--site-color);
  padding: 2px 9px;
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 12.5px;
  max-width: 180px;
}

.chat-resp span {
  background-color: #d68024 !important;
}

.start-chat img {
  height: 100px;
  width: 100px;
  margin-left: calc((100% - 100px) / 2);
  margin-top: 20px;
  opacity: 0.6;
}

.start-chat p {
  font-family: monospace;
  text-align: center;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader {
  width: 25px;
  height: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span {
  width: 5px;
  height: 5px;
  background-color: #191918;
  border-radius: 100%;
  animation: chat_loader_animate 1.2s ease infinite;
}

@keyframes chat_loader_animate {
  100%,
  0% {
    margin-bottom: 0px;
  }

  50% {
    margin-bottom: 7px;
  }
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span:nth-child(1) {
  animation-delay: 0;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span:nth-child(3) {
  animation-delay: 0.4s;
}

.send-referal-btn {
  background-color: var(--site-color);
  color: #fff;
}

.send-referal-btn:hover {
  background: var(--site-color);
  color: #fff;
}

.max-w-max-content {
  max-width: max-content !important;
}

@media only screen and (max-width: 1220px) {
  .header_footer_section nav .container {
    max-width: 100%;
  }
}

/* 
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Mukta', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Noto Sans Display', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/
