* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
  font-family: 'Spicy Rice';
  src: url('../fonts/SpicyRice-Regular.woff2') format('woff2'),
      url('../fonts/SpicyRice-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Regular.woff2') format('woff2'),
      url('../fonts/Kanit-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





body {
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3 {
  font-family: "Spicy Rice", serif;
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: "Archivo Black", sans-serif;
}



p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
    font-family: "Archivo Black", sans-serif;
}

span {
  display: block;
}

.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;
}


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_line {
  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;
  }
}



#myHeader.sticky .top_btn {
  margin-top: 0px;
}
.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 22px;
  z-index: 99;
  padding: 10px 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  background-color: #13316e;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 22px;
  z-index: 99;
  padding: 10px 16px;
  color: #fff;
  cursor: pointer;
  background-color: #13316e;
  border-radius: 50%
}

.head_item img {
  object-fit: cover;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.navigation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-radius: 5px;
}

.top_header {
  padding: 0 5%;
}

.logo img {
  width: 180px;
  position: relative;
  z-index: 99;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 0;
}

.navigation li {
  padding: 19px 13px;
  position: relative;
}

.hrad_btn a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.top_head {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.top_head::after {
  content: "";
  width: 45%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d7251b;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.head_loctaion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 100px;
}
.head_socal {
  position: relative;
  z-index: 9;
}
.head_socal a {
  color: #fff;
  margin: 0 10px;
}
.top_contact {
  display: flex;
  gap: 15px;
}
.top_contact a {
  color: #fff;
  font-size: 16px;
  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(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 99;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.top_btn {
  margin-top: 20px;
}

.top_btn a {
  color: #fff;
  background: #017e52;
  padding: 11px 13px;
  border-radius: 50%;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 19px;
  color: #000;
  cursor: pointer;
  font-size: 13px;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 10px 15px;
  display: block;
  color: #000;
}

.droupdown li a:hover {
  background: #2d2784;
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top:100%;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.head_item {
  position: relative;
}

nav {
  width: 100%;
  z-index: 999;
  position: relative;
  border-bottom: 1px solid #d7251b;
}


@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_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.h_box img{
  width: 50px;
  margin-bottom: 15px;
  transition: ease-in-out .3s;
}
.h_box:hover img{
  transform: rotateY(360deg);
}


.h_box{
  background-color: #2d2784;
  background: linear-gradient(172deg, rgb(45 39 132 / 29%) 0%, rgba(45, 39, 132, 1) 52%);
  padding:20px;
  color: #fff;
  border-radius: 10px;
  width: 27%;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height:165px;
}

.margin{
  margin: 80px 0;
}


.health{
  position: relative;
}
.h_bg{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 45%;
}

.bg_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000eb;
    z-index: 9999;
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: anchor-center;
}

.health .row{
  align-items: center;
}
.healt_text{

}
.small_head{
  font-size: 18px;
  font-weight: 600;
}
.in_ab .ab_img{
    float: left;
    width: 44%;
    padding-right: 25px;

}
/*.ab_text p{*/
/*    line-height: 40px;*/
/*    font-size: 20px;*/
/*}*/
.big_head{
  font-size: 32px;
  margin-bottom: 15px;
  color: #393185;
  font-weight: 900;
}
.all_btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 40px;
  line-height: 1;
  transition: all ease .5s;
  text-align: center;
  background-color: #13316e;
  border-radius: 4px;
  border: 1px solid #13316e;
  position: relative;
  z-index: 1;
}
.all_btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #222;
    z-index: -1;
    transition: all ease .5s;
}

.all_btn:hover {
  color: #fff;
  border-color: #dd4b0f;
  background-color: #dd4b0f;
}
.all_btn:hover::before {
  width: 50%;
  left: 0;
  right: auto;
}
.min_contact .all_btn{
  width: 100%;
}
.min_contact  input{
  padding: 10px 20px;
  background-color: #fff;
  border-right: none;
  width: 100%;
  border: none;
  border-radius: 5px;
  outline: none;
}
.min_contact  select{
  padding: 10px 20px;
  background-color: #fff;
  border-right: none;
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 0;
  border-radius: 5px;
}
.min_contact form{
  background-color: #c6cfe1;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  padding: 27px 50px 50px;
  position: relative;
  z-index: 2;
  background-image: url(../image/img/book-now-shape.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain
}
.min_contact span{
  font-size: 20px;
  font-weight: 900;
  margin-bottom:15px;
      text-align: center;
}
.min_contact .row{
  align-items: center;
}

.se_box{
  text-align: center;
}

.se_box .services-icon {
  background-color: #fdeee7;
  padding: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.se_box .services-icon img {
  width: 56px;
  transition: all ease .5s;
}
.se_box{
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  padding: 30px;
  transition: all ease .5s;
  margin-bottom: 30px;
  height: 425px;
}


.se_box:hover img {
  transform: rotateY(360deg);
}
.p_head{
  font-size: 22px;
  font-weight: 600;
}

.Product{
  position: relative;
}

.services-shape  {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.feature-area {
  background-color: #ffc93a;

}
.single-feature {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}
.single-feature img {
  width: 40px;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 20px;
  display: inline-block;
}
.single-feature span {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  top: -4px;
}
.single-feature-2{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ors{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.ors span{
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}
.pdf_btn{
  margin-top: 30px;
}
.org_layer{
  background-color: #00000069;
  padding: 80px;
}



#map{
  width: 100%; 
  height:100%;
  border-radius: 50%;
  padding-bottom: 100%;
  box-shadow: 1px 1px 50px #4069aa; 
}

#map-container {
  position: relative;
  width: 70%;
  max-width:450px;
  margin: auto;
}

#shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset -20px -15px 30px #01011f;
  pointer-events: none; 
}

.world_btn{
  text-align: right;
}
.world_btn .all_btn{
  font-size: 14px;
  color: #fff;
  padding: 7px 8px;
}


.network p{
  line-height: 40px;
  font-size: 20px;
}

.map_item span{
  font-size: 20px;
  font-weight: 600;
}

.map_location{
  width: 90%;
}
.client_slider{
  border-top: 1px solid #000;
}
.map_item{
  position: relative;
  padding-top: 5px;
  text-align: left;
}
.map_item::after{
  content: "";
  width: 1px;
  height: 8px;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 10%;
}
.pro_item{
  position: relative;
  margin: 8px;
  transition: ease-in-out .3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pro_item img{
  /*height: 280px;*/
  object-fit: cover;
}

.pro_head{
   background-color: #ffffffa3;
  padding: 20px;
  margin: 10px;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  color: #000;
  font-weight: 600;
}
.pro_item:hover{
  margin-top: -2px;
}
.pro_service{
  text-align: center;
}


.client_item{
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 15px 10px;
  margin: 8px;
  border-radius: 5px;
  text-align: center;
  
}
.test_img{
  width: 100px;
  border-radius: 50%;
  margin-top: -40px;
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin:auto;
}
.star{
  width: 120px;
   margin:auto;
   margin-bottom:8px;
}
.test_slider{
      padding:0 10%;
}
.test_item{
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding:0 30px 30px 30px;
  border-radius: 15px;
  margin:45px 10px;
  /*background-color: #fff;*/

}
.test_item p{
    color:#fff;
}
.chair_name {
    text-align: right;
}
.chair_name span {
    font-size: 24px;
    font-weight: 600;
}
.testmonial{
  text-align: center;
  position: relative;
  background-attachment: fixed;
}
.testmonial_bg{
  padding: 60px 0;
  background-color: #000000cc;
  background-position: center;
}
.test_bg{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.name{
  font-weight: 600;
  font-size: 20px;
  margin:10px 0;
  color: #fff;
}
.testmonial .small_head{
  color: #fff;
}
.testmonial .big_head{
  color: #fff;
}
.contact {


}
.contact_bg{
     padding: 60px 0;
     background-color: #000000b7;
}
.contact label{
  display: block;
  color: #fff;
  font-size: 13px;
}
.contact input, select, textarea{
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  outline: none;
  border-radius: 4px;
  border: none;
}
.contact .big_head{
  color: #fff;
}
.contact p{
  color: #fff;
}
footer{
  padding-top: 50px;
}
.foot_logo img{
  width: 160px;
  margin-bottom: 15px;
}

.socal_media_left {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 99;
}
.socal_media_left a {
  display: block;
  color: #fff;
  background-color: #13316e;
  padding: 8px 10px;
  margin-top: 5px;
}




.group_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 18px;
    border-radius: 8px;
    margin-top:20px;
    height: 385px;
}
.group_box ul li{
    font-size: 16px;
    font-family: 'Kanit';
    margin: 10px;
    display: flex;
    align-items: baseline;
}
.group_box ul li i{
    margin-right: 12px;
    color: #1e235c;
    font-size: 22px;
}
.group_box img{
    width: 278px;
    margin-bottom: 8px;
}
.group_icon img{
    width:35px;
}





.animation {
    text-align: center;
}
.animation .container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.typewriter {
	width: 30ch;
	font-size: 65px;
	white-space: nowrap;
	overflow: hidden;
	border-right: 4px solid #393185;
	animation: cursor 1s step-start infinite, 
    text 5s steps(38) alternate infinite;
    color:#393185;
}

@keyframes cursor {
	0%, 100% { 
    border-color: #393185; 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 24ch; 
  }
}












.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: #1e235c;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 18px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 20px;
}

.foot_head{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #13316e;
}
.foot_nav ul li a{
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.foot_nav ul li a:hover{
  padding-left: 5px;
  color: #13316e;
}
.foot_nav ul{
  height: 250px;
  overflow: auto;
}

.foot_location ul li a{
  color: #000;
  display: block;
  margin-bottom: 15px;
}
.foot_location ul li{
  font-size: 17px;
}

.foot_location ul li i{
  color: #13316e;
  margin-right: 8px;
}

.copyright_text{
  text-align: center;
  margin-top: 30px;
  background-color: #000;
  padding: 10px;
}
.copyright_text p{
  margin-bottom: 0;
  color: #fff;
}
.copyright_text p a{
  color: #fff;
}

.blog_head{
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0;
    color:#1e235c;
}
.blog_text{
    padding:20px;

}

.blog_box{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom:20px;
            background: #fff;
}
.blog_box_h{
    margin-bottom:20px;
}
.blog_box_h a{
    color: #000;
    font-weight: 600;
}
.blog_text p{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog_text a{
    color:#000;
    font-weight: 600;
}
.blog_text a:hover{
    color:#e30b12;
}
.blog_box img{
    height:250px;
    object-fit: cover;
}
.old_layer {
    padding: 111px 0;
    background: #000000b3;
}

.old_cp{
     background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.old_text {
    text-align: center;
}
.canot {
    color: #fff;
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 700;
}
.canot_time {
    color: #fff;
    font-size: 69px;
    font-weight: 700;
}
.old_text_p p {
    color: #fff;
    font-size: 19px;
    line-height: 2;
    font-style: italic;
}

.chairman {
    background: #e6e6e6;
    padding: 40px 0;
}
.chairman .row{
        align-items: center;
}
.chairman img{
    width:85%;
}

section{
  overflow: hidden;
}
footer{
  overflow: hidden;
}






@media only screen and (max-width: 1500px) {
    .anim_text{
        font-size: 6vw;
    }
}
@media only screen and (min-width: 1550px) {
    .anim_text{
        font-size: 6vw;
    }
}

@media only screen and (max-width: 1300px) {
  .navigation li {
    padding: 8px 27px;
}
.clk_btn{
  top: 9px;
}
}





@media only screen and (max-width: 850px) {
  .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: #1e235c;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #fff;
  }

  .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;
  }

}


@media only screen and (max-width: 767px) {
  .healt_box{
    text-align: center;
    margin-bottom: 30px;
  }
  .ab_text{
    margin-top: 30px;
  }
  .se_box{
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .top_email{
    display: none;
  }
  .single-feature {
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .typewriter {
    font-size: 31px;
  }
  .healt_text{
    text-align: left;
  }
  .h_box{
    width: 45%;
    margin: 3px;
  }
  .big_head {
    font-size: 24px;
  }
  .test_slider{
    padding:  0 0;
  }
  .feature-area{
    display: none;
  }
  .org_layer {
    padding: 34px;
}
.slick-nav.next-arrow.slick-arrow{
  padding: 5px 10px;
  font-size: 14px;
}
.slick-nav.prev-arrow.slick-arrow{
  padding: 5px 10px;
  font-size: 14px;
}
.margin {
  margin: 40px 0;
}
.old_layer {
  padding: 40px 0;
}
.canot{
  font-size: 35px;
}
.canot_time{
  font-size: 40px;
}
.inner_header img {
  height: 258px;
}
.inner_hrad {
  font-size: 32px;
}
.in_ab .ab_img{
    float: left;
    width: 100%;
    padding-right: 0px;

}
}