@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	background-color: #fbfbfb;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #FF6600; 
    border-color: #FF6600 !important;
display: block !important;
  border-bottom: .5rem;
  border-radius: 20px;
}

.face{
    color: #4267B2;
}

.twit{
    color: #000000;
}

.linkd{
    color: #0A66C2;
}

.medium{
    color: #000000;
}

.bg-grey {
	background-color: #fbfbfb;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

.border-line {
	border-bottom: 2px solid #FF6600;
}

.blue-link {
    color:#000000;
    transition:.3s;
}

.blue-link:hover {
    color:#FF6600;
    text-decoration: underline 0.10em #FF6600 solid !important;
    text-decoration-color: #FF6600 solid !important;
}

.blue-hover {
    color:#000000;
}

.blue-hover:hover {
    color:#FF6600;
}

.sliding-border:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .4s ease, background-color .4s ease;
}

.sliding-border:hover:after {
	width: 100%;
	background: #000000;
}

.page-item.active .page-link {
  border: 1px solid #FF6600;
  color: #fff !important;
  background-color: #FF6600;
}

.font1 {
	font-size: 1rem !important;
}

.text-small {
	font-size: 0.8rem;
}

.text-b {
    color: #000000; 
}

.navbar .navbar-nav .nav-item .nav-link {
	color: #404040 !important;
	font-size: 1rem;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #FF6600 !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-size: 1rem;
	
}
.navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
    color: #FF6600;
    background-color: transparent;
    font-size: 1rem;
  
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus{
	color: #FF6600;	
}


.btn-outline-warning
{
	border-color:#FF6600;
	width: 250px;
	font-size: 1rem;
}
.btn-outline-warning:hover
{
	background:#FF6600 ;
}
.dropdown:hover .dropdown-menu { 
	display: inline-block; 
  	min-width: 1300px !important;
  	padding:20px;
}

.dropdown-1:hover .dropdown-menu-1 { 
    display: inline-block; 
    min-width: 80px !important;
    padding:10px;
}

.btn-sm:hover
{
	color:#FF6600!important ;
}
.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: left !important;
  transform: translate(-50%, 0) !important;
  border: none;
}

.navbar-toggler
{
	color:#FF6600 ;
}
@media (min-width:900px) and (max-width:1200px)  {

.dropdown:hover .dropdown-menu 
{ 
	font-size: 0.9rem !important;
	display: inline-block; 
  	min-width: 600px !important;
  	padding:20px;
}

}

.nav-toggle {
	border:0px;
	outline: none !important;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: transparent;
	color: #FF6600; 
	width: 40px; 
}
 
.overflow-y::-webkit-scrollbar {
	display: none;
}

.offcanvas{
	max-width: 500px;
}

.offcanvas-margin-top {
	margin-top: 81px;
}

.offcanvas .offcanvas-body .main .nav-item .nav-link {
	font-size: 1.1rem;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.offcanvas .offcanvas-body .sub-main .nav-item .nav-link {
	font-size: 1.1rem;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.bg-blue {
	background-color: #FF6600;
}

.btn-outline-blue {
    background-color: #ffffff;
    color: #0084C7;
}

.btn-outline-blue:hover {
    background-color: #FF6600;
    color: #ffffff;
}

.btn-outline-blue .active {
    background-color: #FF6600;
    color: #ffffff;
}

.inactive {
    background-color: #ffffff;
    color: #FF6600;
}

.text-red{
     color: #FF6600;
}
.text-blue {
	color: #FF6600; 
}

@media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance:none) {
                .content {
                    -webkit-line-clamp: 2 !important;
                    display: -webkit-box !important;
                    -webkit-line-clamp: 2 !important;
                    -webkit-box-orient: horizontal;
                    overflow: hidden !important;
                    text-overflow: ellipsis important;
                   white-space: nowrap !important;
                   
                    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-size: 10px; */
    color: #000000;
                    
                }
            }
        }


.text-container {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis important;
    
}

.content{
    
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}
        
/*.content {*/
/*    -webkit-line-clamp: 2 !important;*/
/*    display: -webkit-box !important;*/
/*    -webkit-line-clamp: 2 !important;*/
/*    -webkit-box-orient: horizontal;*/
/*    overflow: hidden !important;*/
/*    text-overflow: ellipsis important;*/
/*    white-space: nowrap !important;*/
/*}*/

.margin-top {
	margin-top: 80px;
}

.content1 {
  display: none;
}

.noContent1 {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.content-show {
	display: none;
}

.letter-spacing {
    letter-spacing:2px;
}

#scrollup{
	cursor: pointer;
}

.face{
	color: #4267B2;
}

.twit{
	color: #1D9BF0;
}

.linkd{
	color: #0A66C2;
}

.position{
	top: 13%;
}

.share-wrapper {
	float: right;
}

.share-wrapper .share {
	text-align: start;
	font-size: 25px;
	cursor: pointer;
	margin-bottom: 15px;
}

.share-wrapper .share.active + .social li {
	transform: scaleX(1);
}

.share-wrapper ul.social {
	opacity: 0;
	visibility: hidden;
	list-style-type:none;
	padding: 0;
	margin: 0;
	transform: translateX(3rem, 3rem);
	transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.share-wrapper ul.social.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

.share-wrapper ul.social li {
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
	transition: all 0.2s;
	transform: scaleY(0.4);
}

.btn-blue {
	background-color: #FF6600;
	color: #ffffff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background-color: #D85600;
	color: #ffffff;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

.glow{
 text-shadow: -1px 6px 3px rgba(255,102,0,0.6);
    color: #FF6600;
  animation: blink 1s infinite;
  -webkit-animation: blink 6s infinite;
}

@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #FF6600;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
 text-shadow: -1px 6px 3px rgba(255,102,0,0.6);
    color: #FF6600;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #FF6600;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
   color: #FF6600;
    text-shadow: -1px 6px 3px rgba(255,102,0,0.6);
  
  }
}



/* chatbot css */

/* Import Google font - Poppins */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: "Poppins", sans-serif;*/
}

.chatbot {
    position: relative;
    width: 600px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: auto;
    top: 5px;
 
}

.chatbot header {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #FF6600;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.chatbot header span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}
header h2 {
  font-size: 1.4rem;
}
.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.chatbox .chat {
  display: flex;
  list-style: none;
}
.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}
.chatbox .incoming span {
    width: 44px;
    height: 25px;
    color: #fff;
    cursor: default;
    text-align: center;
    line-height: 26px;
    align-self: flex-end;
    background: #FF6600;
    border-radius: 4px;
    margin: 0 10px 7px 0;
    font-size: 10px;
}

.chatbox .chat p {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #6d6d6d;
}
.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}
.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}
.chatbox .incoming p {
  color: #000;
  background: #f2f2f2;
}
.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}
.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}
.chat-input span {
  align-self: flex-end;
  color: #FF6600;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}
.chat-input textarea:valid ~ span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot-toggler {
    right: 20px;
    bottom: 20px;
  }
  .chatbot {
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }
  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }
  .chatbot .chat-input {
    padding: 5px 15px;
  }
  .chatbot header span {
    display: block;
  }
}

/*Date- 11 July2024: Parvesh Shah: Subscribe button css*/

/* Style the container */
.my-custom-subscribe {
  position: fixed;
  right: 20px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  /*background-color: #333;*/
  color: white;
  padding: 10px;
  z-index: 1000; /* Ensures the button is on top of other elements */
  border-radius: 10px 0 0 10px;
}

/* Style the button */
 /* CSS for the sticky subscribe button */
/* CSS for the sticky subscribe button */
.my-custom-subscribe {
  position: fixed;
  bottom: 50px; /* Adjust as needed for larger screens */
  right: -10px; /* Adjust as needed for larger screens */
cursor: pointer;

}

.my-custom-subscribe-button {
  background-color: #278daf;
  border: none;
  color: white;
  padding: 10px 17px; /* Adjust padding as needed */
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 1.5;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767px) {
.my-custom-subscribe {
  bottom: 0px; /* Position for smaller screens */
  right: -1%; /* Position for smaller screens */
  padding: 8px;
  top: 50%;
}
  }

  .my-custom-subscribe-button {
      padding: 8px 16px; /* Adjust button padding for smaller screens */
  }

  
  /*End: Date- 11 July2024: Parvesh Shah: Subscribe button css*/
  
 

