@charset "utf-8";
a {
  color: var(--tscl-text2) !important;
}

#ts-wap a i {
  color: var(--tscl-efbd9c);
}
.wpcf7-not-valid-tip {
  font-size: var(--tsfs-18);
}

/* global Header css Begain ------- */

li a.active {
  text-decoration: none;
  font-weight: bold;
  font-family: TSFntRegular;
  color: var(--tscl-text1) !important;
}
li a:hover {
  color: var(--tscl-text1) !important;
  font-weight: 400;
  font-family: TSFntRegular;
}
header .tsc-top-mnu .active {
  font-weight: bold;
  font-family: TSFntBold !important;
}
.TSMView header .tsc-top-mnu {
  width: 100%;
}
.lang_button {
  border-radius: 8px;
  background-color: var(--tscl-text1) !important;
}
.about_button {
  border-radius: 8px;
  background-color: var(--tscl-text5) !important;
}
.dropdown-toggle::after {
  display: none !important;
}
.down_arrow {
  width: 14px;
  height: 6px;
}
.lang_flag {
  width: 22px;
  height: 22px;
}
.gradient-bg {
  background: linear-gradient(to right, #098e9f 0%, #44527d 100%);
}
.contact_container
{
  background: linear-gradient(to right, #098e9f 0%, #44527d 100%);
}

.TSMView header .tsc-top-mnu .lang_mob:hover {
  color: var(--tscl-0) !important;
}
.black-bg-collapse {
  position: absolute;
  width: 100%;
  height: 0%;
  background: var(--tscl-F);
  z-index: 1;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.H100W100 {
  width: 100%;
  height: 100%;
}

.TSMView .black-bg-collapse.active {
  opacity: 1 !important;
}

header .tsc-top-mnu {
  width: 300px;
  background-color: var(--tscl-F);
}

.small-line {
  height: 2px;
  opacity: 0.4;
  width: 140px;
}

.tsc-top-mnu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  backdrop-filter: blur(0);
  transition: opacity 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}

.tsc-top-mnu.open {
  animation: openMenu 0.5s ease-in-out forwards;
}

@keyframes openMenu {
  0% {
    max-height: 0;
    opacity: 0;
    backdrop-filter: blur(0);
  }
  100% {
    max-height: 500px;
    opacity: 0.98;
    backdrop-filter: blur(1.5vw);
  }
}

.arrowDown {
  bottom: -60px;
  transition: all 2s ease-in-out;
  animation: arrow 2s ease-in-out infinite;
}

.tshome header .arrowDown {
  display: none !important;
}
.tscontactus header .arrowDown {
  display: none !important;
}
@keyframes arrow {
  0% {
    bottom: -60px;
  }
  50% {
    bottom: -40px;
  }
  100% {
    bottom: -60px;
  }
}

/*----*/

/** -----TSHOME Page ------**/

/*CDvision1*/
.tsc-sec-tsvision1 .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tsc-sec-tsvision1 .SliderX .owl-dots .owl-dot span {
  background-color: transparent !important;
  border: 1px solid var(--tscl-F) !important;
  width: calc(16px * var(--tsfs-scaleSm));
  height: calc(16px * var(--tsfs-scaleSm));
  margin: 50px 2px !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.tsc-sec-tsvision1 .SliderX .owl-dots .owl-dot.active span {
  background-color: var(--tscl-F) !important;
}
.carousel_Buttons {
  background-color: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.carousel_Buttons_hover_color
{
  background-color: #C70134;
}
.white_color
{
  color: white !important;
}
.certification_size
{

  max-width: 238px !important;

  max-height: 237px !important ;
}
.fancybox__toolbar .f-button.is-close {
    background: red;      /* just for visibility */
    color: white;
    font-size: 20px;
}
/*---all-----*/
.magnetic-container {


    position: relative;
    perspective: 1000px;

    cursor: pointer;

}
.magnetic-item {

    /* object-fit: cover; */
    transition: transform 0.3s ease-out;
    will-change: transform;
    transform: translate(0, 0) rotateX(0deg) rotateY(0deg);
}
.floaty {
    transition: transform 0.5s linear;
    will-change: transform;

    line-height: 1.5;

}
footer [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}
/* For Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 20px !important;
}

::-webkit-scrollbar-track {
    background: var(--tscl-text2); /* color of the track */
}

::-webkit-scrollbar-thumb {
    background: var(--tscl-text1) !important; /* color of the scrollbar */
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--tscl-text1); /* color on hover */
}
::-webkit-scrollbar-button {
    display: none !important; /* Hide top and bottom arrows */
}
/* For Firefox */
* {
    scrollbar-width: 50px;
    scrollbar-color: var(--tscl-text1) #f1f1f1;
}
.position_center_XY
{
  transform: translate(-50% , -50%);
}


ul , li
{
	list-style: none !important;
	text-decoration: none !important;
}
.navbar-toggler
{
	border: 0px !important;

}
.navbar-toggler-icon
{
	width: 36px !important;
}
