body {
  font-family: "Khula", sans-serif !important;                                   
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  overflow-x: hidden;
  letter-spacing: 1px;
  background: #1c1c1c url(../images/bg-lines.png) repeat-y;
}

ul, li {
  margin: 0px;
  padding: 0px;
}

::-webkit-input-placeholder {
color: #fff !important; opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
color: #fff !important;opacity: 1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;opacity: 1 !important;
}
:-ms-input-placeholder {
color: #fff !important;opacity: 1 !important;
}
a {
    color: #3a3a3c;
    text-decoration: none;
}



h1, h2,  h4, h5, h6 {
  margin-top: 0px; font-family: "Bakbak One", system-ui; font-weight: 400;
}

h1 {
  font-size: 90px;
  line-height: 100%;    
  margin-bottom: 30px;
  transition:all 0.2s ease-out; 

}
h2 {
  font-size: 90px;
  line-height: 100%; 
  margin-bottom: 30px;
  transition:all 0.2s ease-out; 
  
}
h3 {  
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 50px;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}
h4 {  
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px; 
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}
p {
  margin: 0 0 20px;
}
.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }
.padding-top-30 { padding-top: 30px;}
.padding-top-50 { padding-top: 50px; }
.padding-top-60 {  padding-top: 60px;}
.padding-top-80 {  padding-top: 80px;}
.padding-top-100 {  padding-top: 100px;}

.padding-bottom-30 {  padding-bottom: 30px;}
.padding-bottom-100 {  padding-bottom: 100px;}



.padding-top-bottom { padding: 100px 0px; }
.padding-top-bottom-50 { padding: 50px 0px; }

.text-right { text-align: right; }

.text-yellow { color: #FFC700; }


.vertical-center {margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    width: 100%;}

.clear {  clear: both;}
img { display: inline-block; max-width: 100%; }
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.full-width { width: 100% !important; }

.btn-white {
  background: #fff;
  color: #000 !important;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 20px;
  display: inline-block;
  line-height: 27px;
  padding: 20px 40px;
  text-decoration: none !important; 
  transition:all 0.2s ease-out; 
  letter-spacing: 0px;   
  text-align: center; 
  border: 0px;
  position: relative; 
  cursor: pointer;
  font-weight: 600;

      
}
.btn-white:hover {
  color: #000 !important;
background: #f8b131;
}


.btn-yellow {
  background: #f8b131;
  color: #670e08 !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    padding: 14px 25px;
    text-transform: uppercase; 
  text-decoration: none !important; 
  transition:all 0.2s ease-out;  
  text-align: center;
  cursor: pointer;
  
}
.btn-yellow:hover {
  background: #f8b131; 
  transform: scale(0.9);
}


.relative { position: relative; }
.padding-tb-80 { padding: 80px 0px; }
.padding-top-80 { padding-top: 80px; }
.padding-btm-80 { padding-bottom: 80px; }

.full-width { width: 100%; }
.full-width a { display: block; }
.full-width button { width: 100%; }

.text-center { text-align: center; }

li { list-style: none; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.container { max-width: 1155px; }

.desktop-show { display: block; }
.mobile-show { display: none; }



/* Basic end */

.modal-top-section { text-align: center; width: 60%;  margin: 0 auto; padding: 100px 0px; }

/*menu area start*/
.header-row { padding-top: 40px; position: absolute; }
.menu-bar {
  display: inline-block;
  position: fixed;
  z-index: 1;
  top: 65px;
  right: 55px;
  outline: 0;
   background: rgb(255, 255, 255, 0.8); 
   border-radius: 50px;
   padding: 17px 15px;
}
.header-section .menu-bar img {
 display: block;
  outline: 0;
}
.closed-menu {
  display: block;
    position: absolute;   
    top: 65px;
    right: 55px;
    outline: 0;
    background: rgb(255, 255, 255, 0.8);
    border-radius: 50px;
    padding: 17px 17px;
    z-index: 99;

}
.closed-menu img { display: block; }
.menu-section {
  background: #1c1c1c url(../images/Light.svg) no-repeat center center; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

/*menu area end*/

.banner { position: relative; text-align: center; height: 100vh;  }
.banner h1 { margin-bottom: 0px; }
.banner h1 span { color: #FFC700; }


/* Gradient CSS */
.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background-image: linear-gradient(#AD6E0F 20%, #0FADAD);
    filter: blur(200px);
    transition: all 450ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: -1;
}
/* Gradient CSS */

.experience-row { display: flex; justify-content: space-between; flex-wrap: wrap; }
.experience-col { width: 45%; display: flex; grid-gap: 60px; }

.experience-col-left h3, .experience-col-left h2 { margin: 0px; }
.experience-col-left { text-align: right; }

.partners-row { display: flex; justify-content: space-between; flex-wrap: wrap; grid-gap: 60px; }
.partners-col {  border-radius: 10px; width: 20%; filter: grayscale(100%);
 text-align: center; display: flex; align-items: center; justify-content: center; padding: 10px; }

.partners-col img { display: inline-block; }
.header-box blockquote { padding: 0px 150px; }

.call-us h2, .email h2 { font-size: 50px; }
.call-us a, .email a { text-decoration: none; color: #fff; }
.call-us a:hover, .email a:hover {color: #FFC700;}
.footer-link a { text-decoration: none; color: #fff; margin-right: 50px; }
.footer-link a:hover {color: #FFC700;}

.copyright-link a { text-decoration: none; color: #fff; }
.copyright-link a:hover {color: #FFC700;}


.footer-bg { background: url(../images/footer-bg.svg) no-repeat center top; background-size: cover; }


/* about */
.about-row { display: flex; justify-content: space-between; flex-wrap: wrap;  }
.about-row-btm { display: flex; justify-content: space-between; flex-wrap: wrap; width: 785px; }
.about-col { border-radius: 30px; margin-bottom: 25px;  }

.abt-left { width: 40%; }
.abt-middle { width: 28%;  }
.abt-right { width: 28%;  }

.abt-left-btm { width: 31%; }
.abt-middle-btm { width: 31%;  }
.abt-right-btm { width: 31%;  }

.about-white-box { background: #d8d8d8; padding: 30px; }
.about-white-box .about-small-box { border: 1px solid #222; color: #000; border-radius: 50px; padding: 2px 30px;  }
.about-white-box h2 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 52px;
    color: #222;
    font-weight: 300;
    margin-top: 20px;
}
.about-white-box h3 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
    color: #222;
    font-weight: 300;
    margin-top: 20px;
}
.about-white-box  h4 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 42px;
    color: #222;
    font-weight: 300;
     margin-top: 20px;
}
.about-white-box p { color: #5b5b5b; font-size: 15px; line-height: 25px; margin-bottom: 0px; } 

.about-black-box { background: #2d2d2d; padding: 30px; }
.about-black-box .about-small-box { border: 1px solid #fff; color: #fff; border-radius: 50px; padding: 2px 30px;  }
.about-black-box h2 {
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}
.about-black-box h3 {
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 42px;
    color: #fff;
    font-weight: 300;
     margin-top: 20px;
}

.about-black-box p { color: #f1f1f1; font-size: 15px; line-height: 25px; margin-bottom: 0px; } 

.about-social-box ul { display: flex; justify-content: space-between; grid-gap: 15px; flex-wrap: wrap; }
.about-social-box li { background: #2d2d2d; border-radius: 30px; width: 46%; text-align: center; }
.about-social-box li a { display: block;  padding: 35px 30px; border-radius: 30px;}


.contact-page-right .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    margin-bottom: 30px;
  
}

.contact-page-right .form-group textarea {   height: 70px !important;   resize: none; }


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


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

.modal-top-section h2 { font-size: 45px; }



}

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

h1 {
  font-size: 60px;
  line-height: 100%;
}
h2 {
  font-size: 60px;
  line-height: 100%;  
}
h3 {   
  font-size: 30px;
  line-height: 50px;
}
h4 {  
  font-size: 20px;
  line-height: 40px;
}
h2 {
    font-size: 30px;
}
.desktop-show { display: none; }
.mobile-show { display: block; }

.call-us h2, .email h2 {
    font-size: 30px;
}

.modal-top-section h2 { font-size: 45px; }

.experience-col { width: 100%; }
.experience-col { flex-wrap: wrap; }

.experience-col-left { width: 100%; }
.experience-col-right { width: 100%; }

.partners-col { width: 43%; }
.header-box blockquote { padding: 0px; }

.call-us, .email { text-align: center; }

.menu-bar { top: 20px; right: 20px; }
.closed-menu { top: 20px; right: 20px; }
.modal-top-section { width: 100%; }
.container-fluid {  padding-left: 25px;  padding-right: 25px; }
.modal-top-section { margin-top: 160px;   
    padding: 0px;
}
.logo img { height: 80px; }
.experience-col-left { text-align: left; }
.partners-row {  grid-gap: 20px; }

.padding-top-bottom { padding: 50px 0px; }

.header-section .menu-bar img {  height: 20px; }
.closed-menu img {  height: 20px; }
.footer-link a {  display: inline-block;  margin-right: 0px; }
.footer-bg { text-align: center; }

.column-reverse {  flex-direction: column-reverse; }


.abt-left, .abt-middle, .abt-right, .about-row-btm { width: 100%;  }
.abt-left-btm, .abt-middle-btm, .abt-right-btm { width: 100%;  }



} /* end */



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

h1 {
  font-size: 50px;

}
h2 {
  font-size: 50px;
  
}
    .partners-col {
        width: 47%;
    }

  } /* end */