

@font-face {
    font-family: "Fredoka-Bold";
    src: url(../webfonts/Fredoka-Bold.ttf)format('truetype') ;
  }
  @font-face {
    font-family: "Fredoka-Medium";
    src: url(../webfonts/Fredoka-Medium.ttf)format('truetype');
  }

  .f-fredokaB {
    font-family: "Fredoka-Bold";
  }
  .f-fredokaM {
    font-family: "Fredoka-Medium";
  }
  .f-fredoka {
    font-family: "Fredoka", sans-serif !important;
  }
  .fredoka{
    font-family: "Fredoka-Medium";
  }
  body{
    font-family: "Fredoka-Medium";
    color: #26425F;
  }
  .Kanit{
    font-family: 'Kanit';
}
.owl-theme .owl-nav {
  margin-top: -220px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #fff;
  color: #1EA4FF;
  text-decoration: none;
}
.owl-prev{
  position: absolute !important;

  left: 0px;
}
.owl-prev span{
  font-size: 50px !important;
}
.owl-next span{
  font-size: 50px !important;
}
.owl-next{
  position: absolute !important;
  right: 0px;
}
.owl-dots{
  margin-top: 230px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1EA4FF;
}
.m-tb-ato{
  margin-bottom: auto;
    margin-top: auto;
}
.teamlink-card{
  height:370px;
  box-shadow: 0px 2px 8px 0px rgba(157, 204, 226, 0.5);
  border-radius: 30px !important;

}
.teamlink-footer{
 padding-bottom: 10px;
}
.teamlink-primary{
  background: #fff;
  border-radius:20px ;
  color: #1EA4FF;
  border: 2px solid #1EA4FF;
}
.teamlink-primary:hover{
  background: #1EA4FF;
  border-radius:20px ;
  color: #fff;
  border: 2px solid #1EA4FF;
}
.c-tl-primary {
 color:  #1EA4FF;
}
.teamlink-slider{
  padding-left: 10%;
  padding-right: 10%;
}
.teamlink-nav{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; 
  padding-left: 10%;
  padding-right: 10%;
  position: sticky !important;
  background-color: #fff;

  top: 0px;
  z-index: 999;
   display: grid;
   grid-template-columns: 240px auto 150px 170px;
}
.c-beep-blue{
  color: #26425F;
}
.tl-g-5{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.content-tl{
  padding-left: 15%;
  padding-right: 15%;
}
.card-tl{
  /* display: grid;
  grid-template-columns:auto auto; */
  border-radius: 5px;

}
.tl-p-30{
  padding-top: 5rem;
}
.text-left{
  text-align: left !important;
}
.tl-icon-content{
  display: grid;
  grid-template-columns: 30px auto;
}
.footer-teble{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.tl-header-1{
  padding: 1.66em;
 border-bottom:2px solid #A3DEF9 ;
 white-space: nowrap;
}
.tl-header-2{
  padding: 2em;
 border-bottom:2px solid #1EA4FF ;
 white-space: nowrap;
}
.tl-header-3{
  padding: 2em;
 border-bottom:2px solid #FB7A4E;
 white-space: nowrap;
}
.tl-header-4{
  padding: 2em;
 border-bottom:2px solid #725EFC ;
 white-space: nowrap;
}
.tl-header-5{
  padding: 2em;
 border-bottom:2px solid #67DFBD ;
 white-space: nowrap;
}
.h-100{
  height: 100%;
}
.tl-contact{
  display: grid;
  height: 100%;
  grid-template-rows: auto auto;
}
.footer {
  padding-bottom: 20px;
  border-bottom: 25px solid #A3DEF9;
  background-color: white;
  text-align: left;
}
.f-detail{
  padding-bottom: 1rem;
}
.link{
  color: unset !important;
  text-decoration: unset;
}
@media only screen and (max-width: 650px) {
  .teamlink-nav{
     display: grid;
     grid-template-columns: 150px auto ;
     padding-left: 5%;
     padding-right: 5%;
  }
  .teamlink-navspace{
    display: none;
  }
  .content-tl{
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-teble{
    display: grid;
    grid-template-columns: auto ;
  }

  
  .tl-header-2{
    padding-top: 4em;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-weight: 800;
    font-size: 18px;
  }
  .tl-header-3{
    padding: 5px;
    font-weight: 800;
    font-size: 18px;
  }
  .tl-header-4{
    padding:5px;
    font-weight: 800;
    font-size: 18px;
  }
  .tl-header-5{
    padding: 5px;
    font-weight: 800;
    font-size: 18px;
  }
  .f-detail{
    padding-bottom: 0px;
  }
 
}
.slidingVertical span{
	animation: topToBottom 5s linear infinite 0s;
	-ms-animation: topToBottom 5s linear infinite 0s;
	-webkit-animation: topToBottom 5s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
	position: absolute;
}
.slidingVertical span:nth-child(1){
  text-align: center !important;
}
.slidingVertical span:nth-child(2){
	animation-delay: 1s;
	-ms-animation-delay: 1s;
	-webkit-animation-delay: 1s;
  text-align: center !important;
}
.slidingVertical span:nth-child(3){
	animation-delay: 2s;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
  text-align: center !important;
}
.slidingVertical span:nth-child(4){
	animation-delay: 3s;
	-ms-animation-delay: 3s;
	-webkit-animation-delay: 3s;
  text-align: center !important;
}
.slidingVertical span:nth-child(5){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
  text-align: center !important;
}
.animatecard{
 left: -8vw;
}
.text-animation-detail{
  left: 7vw;
}

@media only screen and (max-width: 650px) {
  .animatecard{
    left: -100px;
   
   }
   .text-animation-detail{
    left: 100px;;
  
  }
 
}
.text-right{
  text-align: right;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(40px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(-40px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(40px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(-40px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(40px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(-40px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
.lang-btn{
  margin-left: 10px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  text-align: center;
  width: 50px;
  border: 1px solid #000;
}
.contact{
  background-color: #1EA4FF;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #1EA4FF;
}
.contact:hover{
  background-color: #fff;
  color: #1EA4FF;
  border: 1px solid #1EA4FF;
}
.lang-btn:hover{
  margin-left: 10px;
  background-color: #fff;
  color: #1EA4FF;
  border-radius: 5px;
  text-align: center;
  width: 50px;
  border: 1px solid #1EA4FF;
}
.journey-img{
  border:2px solid #A3DEF9;
  border-radius: 20px;
}
.d-mobile{
  display: none;
}
.d-desktop{
  display: block;
}
.data-subject{
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .d-mobile{
    display: block;
  }
  .d-desktop{
    display: none;
  }
  
}
@media (min-width: 991px) and (max-width: 1581px) {
  p{
    font-size: 14px;
  }
  .tl-icon-content{
    font-size: 12px;
    padding: 3px !important;
    white-space: nowrap;
  }
  /* .tl-icon-content .text-left{
    font-size: 10px;
  } */
  /* .tl-icon-content .p-3{
    
  } */
}
