* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Briem+Hand:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3 {
  font-family: "Archivo Black", sans-serif;
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Kanit", sans-serif;
}



p {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}

span {
  display: block;
  font-family: "Arimo", sans-serif;
}

.head_email img {
  width: 25px;
}

.head_email a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}

.head_add {
  background: #fe0231;
  padding: 5px 0;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top {
  overflow-x: hidden;
  background-color: #e2432e;
}

header {
  position: relative;
  overflow: hidden;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active .head_small {
  animation: 1s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 1.5s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active .head_main {
  animation: 2s linear 0s alternate headerline;
}

.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

.head_banner .slick-slide.slick-current.slick-active .all_btn {
  animation: 4s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  background: #0033ee;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

nav#myHeader.sticky {
  margin-top: 0;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  background: #0033ee;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.head_item img {
  object-fit: cover;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.navigation {
  display: flex;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 230px;
  position: relative;
  z-index: 999;
}

.navigation li {
  padding: 16px 15px;
  position: relative;
}

.hrad_btn a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.navigation li a {
  color: #000;
  font-size: 17px;
}

.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.inner_header .inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  left: 5%;
  text-align: left;
  width: 50%;
}

.inner_header .inner_text {
  top: 50%;
}

.inner_hrad {
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 500px;
  object-fit: cover;
}

.top_btn {
  border-radius: 5px;
  padding-right: 7px;

}

.top_btn a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 8px;
}

.top_btn form {
  display: flex;
}

.top_btn button {
  border: none;
  background-color: #e42030;
  width: 50px;
  color: #fff;
}


.clk_btn {
  position: absolute;
  right: 0;
  top: 15px;
  color: #000;
  cursor: pointer;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
  font-size: 17px;
}

.droupdown li a:hover {
  background: #e42030;
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 290px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;
}


@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.head_item {
  position: relative;
}

/* .head_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(28, 12, 6, 0.45);
} */


.our_text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 13px;
}
.our_text ul li{
    width:48%;
    margin:7px 0;
    list-style: circle;
}
.our_text ul{
    padding-left:15px;
}
.head_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.right_line {
  font-weight: 600;
}

.right_line {
  position: absolute;
  top: 8%;
  left: 5%;
  color: #000;
  font-size: 25px;
}

.top_btn input {
  width: 100%;
  padding: 8px 15px;
  border: none;
  background-color: #1e3359;
  color: #fff;
  outline: none;
}

.top_btn input::placeholder {
  color: #fff;
}


.margin {
  margin: 60px 0;
}

.big_head {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1e3359;
}

.big_head::after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #e4203091;
  position: absolute;
  bottom: 5px;
  left: 0;
  transform: skewX(-30deg);
  z-index: -1;
}

.product {
  padding: 50px 0;
  text-align: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.pro_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 10px;
  margin-top: 20px;

}

.pro_box a {
  padding: 15px;
  display: block;
}

.pro_box span {
  background-color: #1e3359;
  color: #fff;
  padding: 5px 0;
  /*transform: skewX(-20deg);*/
  width: 90%;
  margin: auto;
  transition: ease-in-out .2s;
}

.pro_box img {
  height: 210px;
  object-fit: contain;
}

.pro_box:hover span {
  background-color: #e42030;
}

.time {
  font-size: 100px;
  font-weight: 900;
}

.time samp {
  font-size: 30px;
  color: #e42030;
}

.year_box {
  text-align: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 345px;
}

.year_box:hover {
  background-color: #e42030;
}

.year_box:hover span {
  color: #fff;
}

.year_box:hover p {
  color: #fff;
}

.year_box img {
  width: 70px;
  border-radius: 50%;
}

.year_box span {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 600;
  color: #e42030;
}

.step_img {
  height: 200px;
  object-fit: contain;
  margin-top: 30px;
}

.why_choose .img img {
  width: 80%;
}

.why_choose ul li {
  text-align: left;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.why_head {
  font-size: 25px;
  font-weight: 600;
  margin: 8px 0;
  color: #1e3359;
}

.why_choose ul li img {
  width: 80px;
  border: 3px solid #e42030;
  border-radius: 6px;
  padding: 10px;
  margin-right: 15px;
}

.top_box {
  padding-left: 50px;
}

.count {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.cont_layer {
  padding: 80px 0;
  background-color: #00000096;
}

.count img {
  width: 60px;
}

.num {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

.num_text {
  color: #fff;
  font-size: 20px;
}


.test_item {
  box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.14);
  padding: 50px 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: left;
  margin: 20px;
}

.item {
  display: flex;
}
.ab_img {
    width:50%;
    float: left;
    padding-right:20px;
}
.test_item img {
  width: 120px;
  height: 120px;
  margin-right: 15px;
}

.name {
  font-size: 20px;
  color: #e42030;
}

.Contact {
  padding: 50px 0;
  text-align: center;
}

.con_text i {
  background-color: #fff;
  padding: 40px;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.con_text span {
  font-size: 23px;
  margin: 10px 0;
  font-weight: 600;
  color: #1e3359;
}

.con_text a {
  color: #000;
}

.con_text a {
  font-size: 18px;
}

.Contact input,
textarea,
select {
  width: 100%;
  padding: 13px;
  margin-top: 20px;
  background-color: #f9f9f9;
  border: none;
  outline: none;
}

.Contact form {
  width: 70%;
  margin: auto;
  background-color: #e42030;
  padding: 50px;
  margin-top: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}

.all_btn {
  background-color: #1e3359;
  color: #fff;
  padding: 10px 25px;
  border: none;
}

.all_btn:hover {
  background-color: #e42030;
  color: #fff;
}

footer {
  background-color: #1e3359;
  padding-top: 50px;
  text-align: center;
}

.succese {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

footer .big_head {
  color: #fff;
}

footer p {
  color: #fff;
}

.foot_logo {
  background-color: #fff;
  width: 200px;
  border-radius: 8px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

footer .foot_con li a {
  color: #fff;
}

footer .foot_con li {
  margin: 15px 0;
  font-size: 16px;
}

.social_media {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.social_media li a {
  color: #fff;
  background-color: #000;
  padding: 13px;
  margin: 8px;
  border-radius: 5px;
  font-size: 22px;
}

.copy_right {
  background-color: #000;
  padding: 10px;
  margin-top: 50px;
}

.copy_right p {
  margin-bottom: 0;
}

.copy_right p a {
  color: #fff;
  text-decoration: underline !important;
}

.client_item {
  margin: 8px;
}

.client_item img {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.client_layer {
  background-color: #0000008c;
  padding: 60px 0;
}

.client {
  background-position: center;
  text-align: center;
}

.client .big_head {
  color: #fff;
  margin-bottom: 20px;
}

.con_text {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  height: 267px;
}

.small_item {
  margin: 10px;
}



















.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.marcket-plase a {
  display: block;
  margin-bottom: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: #1e3359;
  color: #fff;
  padding: 10px 15px;
  margin-right: 8px;
  font-size: 20px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 20px;
}

.share-btn {
  color: #000;
}
.our_img {
    padding: 0 48px;
    position: sticky;
    top: 100px;

}

footer .foot_con li a i{
    margin-right:5px;
}

 button.course-accordion:after {
      content: '\002B';
      color: white;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }

    button.course-accordion.active:after {
      content: "\2212";
    }

    .course-panel {
      padding: 0 18px;
      background-color: transparent;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      width: 96%;
      font-family: "Raleway";
      font-size: 15px;
      line-height: 1.6em;
      letter-spacing: .4px;
      font-weight: 400;
      font-style: normal;
      color: rgba(0, 0, 0, .88);
    }
    
    button.course-accordion {
    width: 100%;
    text-align: left;
    margin: 8px 0;
    background: #1e3359;
    color: #fff;
    border: none;
    padding: 14px;
}
button.course-accordion:hover{
     background: #e42030;
}
button.course-accordion.active {
    background: #e42030;
}
    
    .course-panel span{
        font-size: 20px;
        font-weight: 600;
        margin: 11px 0;
        
    }
    
.tip_img {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
    


@media only screen and (max-width: 991px) {
  .navigation li {
    padding: 17px 11px;
  }

  .navigation li a {
    font-size: 18px;
  }

  .ab_text {
    margin-top: 20px;
  }

  .why_choose .img img {
    width: 57%;
  }

  .con_text {
    margin-top: 20px;
  }

  .Contact form {
    width: 83%;
  }
}



@media only screen and (max-width: 900px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  nav {
    padding: 8px 0;
  }
}


@media only screen and (max-width: 767px) {
  .num {
    font-size: 34px;
  }

  .cont_layer {
    padding: 30px 0;
  }
  .inner_header img{
    height: 300px;
  }
  .inner_hrad {
    font-size: 27px;
  }
  .ab_img {
    width:100%;
    padding-right:0px;
}

.inner_header .inner_text {
  width: 100%;
}
.our_text ul li{
    width:100%;
}
}

@media only screen and (max-width: 500px) {
  .top_btn {
    display: none;
  }

  .top_box {
    padding-left: 0px;
  }

  .time {
    font-size: 47px;
    font-weight: 900;
  }

  .big_head {
    font-size: 32px;
  }

  .num_text {
    color: #fff;
    font-size: 17px;
  }

  .item {
    flex-direction: column;
  }

  .test_item img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .Contact form {
    padding: 30px;
  }

  .Contact form {
    width: 100%;
  }
  .inner_header img{
    height: 210px;
  }
}