

/*================================================
Default CSS
=================================================*/
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
  font-family: "Sarabun", 'Rubik', 'Jost', serif;
  font-size: 17px;
  color: #696582;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #29234d;
  font-weight: 800;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #696582;
}

figure {
    margin: 0px;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-50 {
    padding-top: 50px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}
.w100{width:100%}
/*header*/
.header-logo{background:#f9e72d;width: 100%;  display: inline-block; text-align:center;padding:20px}
.header-logo img{width:100px}
/*banner area*/


/*footer*/
.footer-wrap{
   background: url(../../assets/images/footer-bg.png);
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.social_icon{padding:0;margin:0}
.social_icon li{width:22%;display:inline-block}
.footer-wrap p{margin-bottom:0}
.footer-wrap .col-sm-6{width:40%}
.footer-wrap .col-sm-4{width:40%}