@charset "utf-8";
:root {
  --tsfs-scale: 1;
  --tsfs-scaleSm: 1;
  --tslogo-scaleH: 1;
  --tslogo-scaleF: 1;
  --tswd-scale: 1;
  --tswd-logoh: calc(75% * var(--tslogo-scaleH));
  --tswd-logof: calc(65% * var(--tslogo-scaleF));
  --tswd-flticons: calc(6.5rem * var(--tsfs-scale));
  --tsfs-20: calc(20px * var(--tsfs-scale));
  --tsfs-18: calc(18px * var(--tsfs-scale));
  --tsfs-16: calc(15px * var(--tsfs-scale));
  --tsfs-15: calc(15px * var(--tsfs-scale));
  --tsfs-12: calc(12px * var(--tsfs-scale));
  --tsfw-400: 400;
  --tsfw-500: 500;
  --tscl-0: #000000;
  --tscl-F: #ffffff;
  --tscl-grey: #f0f0f0;
  --ts-mfc1: var(--tscl-0);
  --tscl-pgng: var(--tscl-F);
  --tsbg-pgng: var(--tscl-0);
  --tsbg-pgng-h: var(--tscl-0);
  --tscl-pgng-h: var(--tscl-F);
  --tsbg-pstmedia: var(--tscl-0);
  --tscl-mnutgl: var(--tscl-0);
  --tscl-trnsprnt: transparent;
  --tscl-srchbtn: --tscl-0;
  --tsbg-srchbtn: --tscl-F;
  --tscl-wap: var(--tscl-F);
}
/*--------Colors----------*/
.tscl-0 {color: var(--tscl-0);}
.tscl-F {color: var(--tscl-F);}
.tsbg-0 {background-color: var(--tscl-0);}
.tsbg-F {background-color: var(--tscl-F);}
.tsbg-trnsprnt {background-color: var(--tscl-trnsprnt);}
.tscl-inherit {color: inherit;}
.tsc-bgbfr0::before {
  background: var(--tscl-0);
}
.tsc-bgbfrF::before {
  background: var(--tscl-F);
}
.tsc-logo-h {
  width: var(--tswd-logoh);
}
.tsc-logo-f {
  width: var(--tswd-logof);
}
.tsc-rtl {
  direction: rtl !important;
}
.tsc-ltr {
  direction: ltr !important;
}
/*Important Class for Parallax Lib*/
.parallax-mirror {
  direction: ltr !important;
}
/*---- Fonts Classes ---*/
[class^="tsfs-"]:not(h1, h2, h3, h4, h5, h6) {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.tsfs-18 {
  font-size: var(--tsfs-18);
}
.tsfs-15 {
  font-size: var(--tsfs-15);
}
.tsfs-12 {
  font-size: var(--tsfs-12);
}

/*********************************
Body and some general stuff
*********************************/
*{
  padding: 0px;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	margin-top: 0px !important;
  height: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;

  min-height:100% !important;
  scroll-behavior: smooth;
  font-family: TSFntRegular;
  font-size: var(--tsfs-16);
  font-weight: var(--tsfw-500);
  background: var(--tscl-F);
  color: var(--tscl-0);
  overflow-x: hidden;
}

div {
  display: block;
  position: relative;
}
ol,
ul {
  padding-left: 0;
  padding-right: 0;
}
ul {
  list-style: none;
  margin-bottom: 0px;
}
p {
  font-family: TSFntRegular;
  font-size: var(--tsfs-15);
  font-weight: var(--tsfw-500);
  background: var(--tscl-trnsprnt);
  color: var(--tscl-0);
  line-height: 1.70em;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.50em;
  font-family: TSFntRegular;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
b,
strong {
  font-family: "TSFntBold";
}
.form-control {
  color: var(--tscl-0);
}
section,
[class^="tsc-sec-"] {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.tsc-clrfix {
  clear: both;
}
.tsc-clrfix::before,
.tsc-clrfix::after {
  content: "";
  display: table;
}
.tsc-clrfix::after {
  clear: both;
}
.tsc-clrfix {
  zoom: 1;
}

.tsltr .tsc-fltleft {
  float: left;
}
.tsrtl .tsc-fltleft {
  float: right;
}
.tsltr .tsc-fltright {
  float: right;
}
.tsrtl .tsc-fltright {
  float: left;
}

.tsc-prllx-window {
  min-height: 400px;
  background: var(--tscl-trnsprnt);
}
.tsc-nopadding {
  padding: 0px !important;
}
.tsc-btn {
  display: inline-block;
}
.tsc-btn a {
  display: block;
  position: relative;
  font-size: var(--tsfs-15);
  font-weight: var(--tsfw-500);
  color: var(--tscl-0);
  letter-spacing: 0.05em;
  z-index: 10;
}

.tsc-txtjstfy {
  text-align: justify;
}
.tsrtl .tsc-phone {
  unicode-bidi: plaintext;
  text-align: end;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

/*---------------------------*/
/*----- SlideX ---*/
/* .SliderX .owl-dots {
  position: absolute;
  bottom: 2em !important;
  width: 100%;
} */

.tsc-media {
  width: 100%;
  height: 100%;
  background-color: var(--tscl-pstmedia);
}
.tsc-media iframe {
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.tsc-media img {
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.onetspst .tsc-media img {
  height: 400px;
}

hr {
  opacity: 1;
}

/*--------- Whatsapp -------*/
#ts-wap {
  z-index: 999999 !important;
  width: var(--tswd-flticons);
  height: var(--tswd-flticons);
}
#ts-wap img,
#ts-wap a img {
  width: 90%;
  background-color: var(--tscl-trnsprnt);
}
#ts-wap a i {
  font-size: var(--tswd-flticons);
  color: var(--tscl-wap);
}
#ts-wap a img .svg path {
  fill: var(--tscl-wap);
}


/*start scroll top */
#ts-gototop {
  width: var(--tswd-flticons);
  height: var(--tswd-flticons);
  line-height: var(--tswd-flticons);
  color: var(--tscl-F);
  background-image: linear-gradient(
    90deg,
    var(--tscl-0) 0%,
    var(--tscl-F) 100%
  );
  text-align: center;
  z-index: 999999 !important;
  cursor: pointer;
  display: none;
}
#ts-gototop:hover {
  opacity: 0.8;
}
/*end ts-gototop*/

/*------- TS ---------*/
.tsrtl .wpcf7 {
  direction: rtl !important;
}
.tsrtl .wpcf7 input[type="url"],
.tsrtl .wpcf7 input[type="email"],
.tsrtl .wpcf7 input[type="tel"],
.tsrtl .wpcf7-not-valid-tip,
.tsrtl .wpcf7 form.invalid .wpcf7-response-output,
.tsrtl .wpcf7 form.unaccepted .wpcf7-response-output,
.tsrtl .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: right;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}
.tsltr .wpcf7-list-item.first {
  margin-left: 0;
}
.tsrtl .wpcf7-list-item.first {
  margin-left: initial;
  margin-right: 0;
}
.wpcf7-not-valid-tip {
  font-size: var(--tsfs-12);
  background: yellow;
}
#ts-f7-infile {
  display: none !important;
}
#ts-f7-outfile {
  color: var(--ts-mfc1);
}
.ts-spinner {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.tsajxbg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
}

.tszoom {
    cursor: zoom-in;
}

/*---Modal----*/
.TSWView .tsmodal {
    top: 2.5%;
    right: 7%;
    width: 86%;
    height: 95%;
}
.TSMView .tsmodal {
    top: 2%;
    right: 0%;
    width: 100%;
    height: 80%;
}
.modal.tsc-tsmdlpnl {
    z-index: 999999!important;
}
.tsmodal .modal-header .btn-close {
    background-size: 1.5em;
}

.tspgngBlk li.page-item a.page-link {
  width: 100%;
  font-size: var(--tsfs-18);
  background: var(--tsbg-pgng);
  border: 1px solid var(--tscl-pgng);
  color: var(--tscl-pgng);
  padding: 10px 20px 10px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tspgngBlk li.page-item.active a.page-link,
.tspgngBlk li.page-item a.page-link:hover {
  background: var(--tsbg-pgng-h);
  color: var(--tscl-pgng-h);
}
.tspgngBlk > nav:empty {
  display: none;
}

.tsmap {
  height: 350px;
}
.tsmap .mapouter .gmap-canvas a {
  display: none !important;
}

.tsmap .gmap-canvas {
  overflow: hidden;
  background: none !important;
}
.tsmap iframe {
  width: 100%;
  height: 100%;
}
.tsc-stdbg1
{
  background-color: var(--tscl-trnsprnt);
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
}
.tsc-post-info {
  background-color: var(--tscl-grey);
}
.tsc-post-prnt {
  font-size: 1.2em;
  font-weight: bold;
}
/*------- TS ---------*/

/*start Transitions */
.tsc-trans200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tsc-trans300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.tsc-trans400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.tsc-trans500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/*end Transitions */

/*start bootstrap*/
.tsc-modal-vid .btn-close {
  background-size: 3em;
}
.tsc-modal-vid .tsc-media iframe {
  min-height: 50vh;
}

.w-95 {
  width: 95% !important;
}
.w-90 {
  width: 90% !important;
}
.w-85 {
  width: 85% !important;
}
.w-80 {
  width: 80% !important;
}
.w-70 {
  width: 70% !important;
}
.w-65 {
  width: 65% !important;
}
.w-60 {
  width: 60% !important;
}
.w-55 {
  width: 55% !important;
}
.w-35 {
  width: 35% !important;
}
.w-15 {
  width: 15% !important;
}
.w-10 {
  width: 10% !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/*----*/
.pt-6 {
  padding-top: 4rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.pt-7 {
  padding-top: 5rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
/*------*/
.pb-6 {
  padding-bottom: 4rem ;
}
.mb-6 {
  margin-bottom: 4rem ;
}
.pb-7 {
  padding-bottom: 5rem ;
}
.mb-7 {
  margin-bottom: 5rem ;
}
/*------*/
.ps-6 {
  padding-right: 4rem ;
}
.ps-7 {
  padding-right: 5rem ;
}

/*------*/
.pe-6 {
  padding-left: 4rem ;
}
.pe-7 {
  padding-left: 5rem ;
}






/*end bootstrap*/
