@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&display=swap');


* {
  margin: 0px;
  padding: 0px; 
}

*, ::after, ::before {
    box-sizing: border-box
}
html {
  scroll-behavior: smooth;
}
a, a:hover {
  text-decoration: none; 
}

html {
  scroll-behavior: smooth;
}  

html, body {
  color: rgb(111, 118, 123);
  font-size: 18px;
  line-height: 1.444;
  font-weight: 400;
  /*all font family without title*/
  font-family: 'Kanit', sans-serif;
}

body {
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll; 
}

button:hover, button:active, button:focus {
  outline: 0;
  cursor: pointer; 
}

input {
  outline: none; 
}

h1,h2,h3,h4,h5,h6 {
  /*title font family*/
  font-family: 'Kanit', sans-serif;
  font-weight: 700; 
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; 
}

::selection {
  background-color: #0080ff;
  color: #fff; 
}

/***--- focus disabled ---***/
.btn.focus,.btn:focus,.form-control:focus{
    outline: 0;
    box-shadow: none;
}

a,button, .bas-btn{
  transition: all 0.3s !important;
}
.bas-btn{
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background-color: rgb(55, 106, 197);
  border-radius: 5px;
  border-width: 0px;
}
.bas-btn:hover{
  background-color: #286fed;
  color: #fff;
}
h2.heading{
  font-size: 46px;
  font-family: 'Kanit', sans-serif;
  color: rgb(1, 17, 27);
  font-weight: 700;
  line-height: 1.13;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.default_section,
.video_area,
.work_with_seekster,
.why_us,
.dts_area,
.about_area,
.awards_received_area,
.our_customer
{
  padding: 100px 0px;
}
/* Header area
===================================*/

.header_area{
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1) !important;
}
.header_area .navbar-custom{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header_area a.bas-btn{
  font-size: 18px;
  line-height: 50px;
}

/* Hero Area 
=========================*/

.hero-image {
  margin-top: 40px;
}
.mobile-image {
  display: none;
}
.hero_area {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 120px;
}
.hero-texts {

}
.hero_area article{}
.hero_area article h3{
  font-size: 26px;
  font-family: 'Kanit', sans-serif;
  color: rgb(55, 106, 197);
  line-height: 1.231;
  font-weight: 400;
}
.hero_area article h1{
  font-size: 62px;
  font-family: 'Kanit', sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.027;
}
.hero_area article p{
  font-size: 22px;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.273;
  margin-top: 30px;
}
.hero_area .contact_box {
    background-color: #47525d;
    box-shadow: 0px 10px 60px 0px rgb(255 255 255 / 10%);
    padding: 35px 40px 40px 40px;
    margin-top: 52px;
    border-radius: 5px;
}
.hero_area .contact_box h4{
  font-size: 36px;
  font-family: 'Kanit', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.167;
  text-align: left;

}
.hero_area .contact_box .contact_form input{
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  color: #6f767b;
  text-align: left;
}
.hero_area .contact_box .contact_form .bas-btn{
  width: 100%;
  color: #fff;
  text-align: center;
}
/* Placehoder Font */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757d82;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757d82;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #757d82;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #757d82;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
}

form input {
    font-size: 18px;
    font-family: 'Kanit', sans-serif;
    color: #6f767b;
    text-align: left;
    width: 100%;
    height: 47px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 15px;
}

label {
    display: none;
}

.hs_criminal_check label {
    display: block;
    color: #fff;
}
.hs_criminal_check input {
    width: 13px;
    height: auto !important;
}
.hs_criminal_check label span {
    margin-left: 12px;
}

.hs-button {
    background: #376ac5;
    height: 62px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
select {
    height: 47px;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #757d82;
}
.line-embed-code {
  display: none;
  margin-top: 25px;
}






/* Video Area
===========================*/
.video_area{
  background-color: #fff;
}
.video_area iframe{
  width: 100%;
  min-height: 490px;
}

/* Work With Seekster
=============================*/
.work_with_seekster{
  background: #f6f7f9;
}
.work_with_seekster .item_wrapper{

}
.work_with_seekster .item{
  /*border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 40px 0px rgba(3, 18, 20, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;*/
  padding: 0px 50px 0px 50px;
  text-align: center;
}
.work_with_seekster .item .icon-box{
  width: 200px;
  height: 200px;
  /*margin: -100px auto 0 auto;*/
  border-radius: 50%;
  background-color: rgb(55, 106, 197);
  box-shadow: 10.071px 9.725px 50px 0px rgba(9, 0, 93, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.work_with_seekster .item .icon-box.two{
  background-color: #47525D;
}
.work_with_seekster .item .icon-box.three{
  background-color: #FF4D44;
}
.work_with_seekster .item h3{
  font-size: 30px;
  font-family: 'Kanit', sans-serif;
  color: rgb(1, 17, 27);
  font-weight: 700;
  line-height: 1.133;
  text-align: center;
  margin-top: 50px;
}
.work_with_seekster .item p{
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  color: rgb(111, 118, 123);
  line-height: 1.444;
  text-align: center;
  margin-top: 15px;
}


/* Why us Area
========================*/
.why_us{}
.why_us .item_wrapper>div{
  margin-top: 30px;
}
.why_us .why_item{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 40px 0px rgba(3, 18, 20, 0.1);
  padding: 40px;
  height: 100%;
}

.why_us .why_item h3{
  font-size: 24px;
  font-family: 'Kanit', sans-serif;
  color: rgb(1, 17, 27);
  font-weight: 700;
  line-height: 1.417;
}
.why_us .why_item p{
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  color: rgb(111, 118, 123);
  line-height: 1.625;
  text-align: left;
}

/* Different types of work system
====================================*/
.dts_area{
  back
}
.dts_area{
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  min-height: 949px;
}
.dts_area .sts_item{
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 6px 40px 0px rgba(3, 18, 20, 0.1);
  padding: 40px 35px;
  margin-top: 30px;
  min-height: 736px;
}
.dts_area h3{
  font-size: 24px;
  font-family: 'Kanit', sans-serif;
  color: rgb(1, 17, 27);
  font-weight: 700;
  line-height: 1.417;
  text-align: left;
  margin-top: 25px;
}
ul.check_list{

}
ul.check_list li{
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
  color: rgb(111, 118, 123);
  line-height: 1.3;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  min-height: 30px;
  margin-top: 20px;
}

/* About Seekster
=========================*/
.about_area .check_list li{
  font-size: 18px;
}

/* Awards Received In Various Forums 
========================================*/
.awards_received_area{
  background-color: #F6F7F9;
}
.awards_received_area img.two{
  margin-top: 30px;
}

/* Awards Received In Various Forums
===========================================*/
.our_customer{

}
.our_customer .logo_wrapper {
    justify-content: space-around;
    flex-basis: 17%;
    display: flex;
}
.our_customer .logo_wrapper .single_img{
  flex-basis: 17%;
  text-align: center;
}

.hr_line{
  margin: 0px;
  border-top: 1px solid #CDCDCD!important;
}

/* Seekster Has 3 Branches
=================================*/
.branches_area{
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  min-height: 563px;
}
.branches_area h3{
  font-size: 30px;
  font-family: 'Kanit', sans-serif;
  color: rgb(248, 230, 108);
  font-weight: 700;
  line-height: 1.133;
  text-align: center;
  margin-top: 10px;
}
.branches_area p{
  font-size: 22px;
  font-family: 'Kanit', sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.182;
  text-align: center;
  margin-top: 20px;
}
.branche_img{
  margin-top: -215px;
  border-radius: 5px;
  margin-bottom: 100px;
}


/* FAQ
=================================*/

.accordion{

}
.accordion li {
  position: relative;
  list-style: none;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 40px 0px rgba(3, 18, 20, 0.1);
  padding-left: 50px;
  padding-right: 75px;
}
ul.inner-li {
  padding-left: 19px;
}
ul.inner-li li {
    background-color: #fff;
    box-shadow: none;
    list-style: disc;
    margin-top: 0;
    padding: 0;
}
.accordion a {
    width: 100%;
    display: block;
    font-size: 24px;
    font-family: 'Kanit', sans-serif;
    color: #01111b;
    font-weight: 700;
    line-height: 1.417;
    padding: 26px 0;
    text-align: left;
    cursor: pointer;
    padding-bottom: 10px;
}
.accordion a:hover{
  color: rgb(1, 17, 27);
}
.accordion a:after {
  width: 18px;
  color: #7D9ED9;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 50px;
  content: "+";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 34px;
  font-weight: normal !important;
  /*background-image: url(../images/10/arrow.png);*/
  background-repeat: no-repeat;
  background-size: cover;
}
a.active:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "-";
  color: #376AC5;
  /*background-image: url(../images/10/active_arrow.png);*/
}
.accordion li .faqbody{
  display: none;
  padding-bottom: 25px;
}
.accordion li p {
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  color: rgb(111, 118, 123);
  line-height: 1.556;
  text-align: left;
  
}
/*.accordion li p:first-child,
.accordion li p:last-child{
  display: none!important;
}*/




/* Footer Area
===============================*/
.footer_area{
  background-color: #376AC5;
  display: block;
  overflow: hidden;
  padding: 23px 0px;
}
.footer_area p{
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
}





/* Responsive */
/***=================================================================================================================================================================================***/

@media only screen and (min-width: 1200px) {
  .container{
    max-width: 1230px;
  }

  .dts_area .sts_item.last_item{

  }



}

@media only screen and (max-width: 1199px) {
  .default_section,
  .video_area,
  .work_with_seekster,
  .why_us,
  .dts_area,
  .about_area,
  .awards_received_area,
  .our_customer
    {
      padding: 90px 0px;
    }
  h2.heading {
    font-size: 38px;
  }
  .hero_area article h1 {
    font-size: 62px;
  }
  .work_with_seekster .item{
    padding: 0px 30px 0px 30px;
  }
  .work_with_seekster .item .icon-box{
    width: 120px;
    height: 120px;
  }
   .work_with_seekster .item .icon-box img{
    width: 50px;
   }
   .work_with_seekster .item h3{
    margin-top: 30px;
    font-size: 28px;
   }
   .dts_area .sts_item.last_item{
    padding-bottom: 298px;
  }
  .branches_area h3 {
    font-size: 28px;
  }  
}



@media only screen and (max-width:991px){
  .default_section,
  .video_area,
  .work_with_seekster,
  .why_us,
  .dts_area,
  .about_area,
  .awards_received_area,
  .our_customer
  {
      padding: 80px 0px;
  }
  h2.heading{
    font-size: 36px;
  }

   .hero_area{
    min-height: 300px;
    padding: 80px 0px;
   }
  .hero_area article h1 {
    font-size: 45px;
  }
  .hero_area .contact_box h4 {
    font-size: 28px;
  }
  .hero_area .contact_box {
    padding: 30px 20px 30px 20px;
  }
  .hero_area .contact_box{
    margin-top: 50px
  }
  .work_with_seekster .item {
    padding: 0px;
  }
  .work_with_seekster .item h3 {
    font-size: 24px;
  }
  .why_us .why_item h3 {
    font-size: 20px;
  }
  .why_us .why_item h3{
    margin-top: 20px
  }
  .dts_area .sts_item{
    padding: 35px 20px;
  }
  .dts_area .sts_item.last_item{
    padding-bottom: 390px;
  }
  .branches_area h3 {
    font-size: 26px;
  }
  .branche_img {
    margin-top: -160px;
  }

 
}

@media only screen and (max-width: 767px){  

  .dts_area .sts_item {
      min-height: auto;
  }     
  .hero-image {
      margin-top: 0;
  }  
  .hero-texts {
      margin-top: 0px;
  }  
  .hero_area article p {
      margin-top: 10px;
  } 
  .hero_area .contact_box {
      margin-top: 5px;
  }   
  .mobile-image {
    display: block;
  }
  .bas-btn{
    font-size: 18px;
  }
  .default_section,
  .video_area,
  .work_with_seekster,
  .why_us,
  .dts_area,
  .about_area,
  .awards_received_area,
  .our_customer
  {
      padding: 60px 0px;
    }
  h2.heading{
    font-size: 32px;
  }
  .hero_area article p{
    font-size: 20px;
  }
  .video_area iframe {
    min-height: 290px;
  }
  .header_area .navbar-custom a{
    max-width: 48%;
  }
  .header_area .navbar-custom a.bas-btn{
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px 20px;
  }
  .work_with_seekster .item_wrapper {
    margin-top: 0px;
  }
  .work_with_seekster .item{
    height: auto;
  }
  .work_with_seekster .item,
  .work_with_seekster .item{
    margin-top: 30px;
  }
   .work_with_seekster .item.first{
    margin-top: 0px;
   }
  .dts_area .sts_item.last_item{
    padding-bottom: 35px;
  }
  .branches_area .item{
    margin-bottom: 10px;
  }
  .accordion li {
    padding-left: 35px;
    padding-right: 60px;
  }
  .accordion a{
    font-size: 22px;
  }
  .accordion a:after{
    right: 25px;
  }
  .branche_img {
    margin-top: -50px;
  }  
  ul.inner-li li {
      font-size: 16px;
  }  
}



@media only screen and (max-width: 575px){
  .default_section,
  .video_area,
  .work_with_seekster,
  .why_us,
  .dts_area,
  .about_area,
  .awards_received_area,
  .our_customer
  {
      padding: 45px 0px;
  }
  body p{
    font-size: 16px;
  }
  h2.heading{
    font-size: 28px;
  }
  .work_with_seekster .item p {
    font-size: 16px;
  }
  
  .bas-btn{
    font-size: 18px;
    line-height: 1.3em;
    padding:10px 20px
  }

  .header_area .navbar-custom a{
    max-width: 48%;
  }
  .header_area .navbar-custom a.bas-btn {
      font-size: 14px;
      line-height: 1.4em;
      padding: 10px 10px;
  }
  .hero_area {
      padding: 20px 0px;
      background-image: none !important;
      background-color: #376ac5;
      padding-bottom: 35px;
  }
    .hero_area article h1 {
      font-size: 36px;
  }
  .hero_area .contact_box h4 {
    font-size: 26px;
  }


  .hero_area .contact_box .contact_form input{
    font-size: 16px;
  }
  /* Placehoder Font */
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
  }

  .work_with_seekster .item h3 {
      font-size: 22px;
  }
  .why_us .why_item{
    padding: 30px 20px;
  }
  ul.check_list li,
  .about_area ul.check_list li{
    font-size: 16px;
    background-size: 23px auto;
    padding-left: 32px;
    margin-top: 10px
  }
  .our_customer .logo_wrapper{
    justify-content: space-around;
  }
  .our_customer .logo_wrapper .single_img{
    flex-basis: 29%;
    margin-bottom: 20px;
  }

  .accordion li {
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 10px
  }
  .accordion a{
    font-size: 18px;
    padding: 20px 0;
  }
  .accordion a:after{
    right: 10px;
    top: 0px;
  }
  .accordion li p{
    font-size: 16px;
  }

}

/***=================================================================================================================================================================================**