:root {
  --primary: #00aeef;
  --secondary: #231f20;
  --tertiary: #1d1d1d;
  --quarternary: #00aeef;
  --ff-primary: "Kanit", sans-serif;
  --ff-secondary: "Kanit", sans-serif;
  --section-divider-height: 60;
  --section-divider-width: 1920;
  --section-divider-ratio: calc(
    100% * var(--section-divider-height) / var(--section-divider-width)
  );
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
  font-family: var(--ff-primary);
}

p,
a,
span,
li,
div {
  font-family: var(--ff-secondary);
}

a {
  text-decoration: none;
  color: var(--primary);
  opacity: 1;
  transition: all 0.356s;
}
a:hover {
  opacity: 0.65;
  transition: all 0.356s;
}

html,
body {
  overflow-x: hidden;
}

.w-10 {
  width: 10% !important;
}
.py-3 {
  /*slight adjust for font used*/
  padding-bottom: 0.8rem !important;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 10;
}
.z-2 {
  z-index: 20;
}

.invert {
  filter: invert(100%) !important;
}
.z-9 {
  z-index: 999999;
}

.mirror {
  transform: scaleX(-1) !important;
}
.min-h-inherit {
  min-height: inherit;
}
.o-cover {
  object-fit: cover;
}

.w-short {
  width: 75%;
}
@media (max-width: 991px) {
  .w-short {
    width: 100%;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.lined-up-btns {
  position: absolute;
  bottom: 5%;
  transform: translateX(-50%);
}

.rotate-45 {
  rotate: 45deg;
}

.ls-1{
  letter-spacing: 1px;

}

/********************/
/*PARALLAX */
/********************/
.parallax {
  min-height: 500px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, .9);

}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .parallax {
    background-attachment: scroll;
  }
}
/****************************
*************BG**************
****************************/
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-tertiary {
  background-color: var(--tertiary) !important;
}
.bg-quarternary {
  background-color: var(--quarternary) !important;
}

.bg-hero {
  background-color: #ee7f42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FFAE35'/%3E%3Cstop offset='1' stop-color='%23EE7F42'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23f7973c'/%3E%3Cstop offset='1' stop-color='%23EE7F42'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

/****************************
*************BORDER**************
****************************/
.border-primary {
  border-color: var(--primary) !important;
}
.border-secondary {
  border-color: var(--secondary) !important;
}
.border-tertiary {
  border-color: var(--tertiary) !important;
}
.border-quarternary {
  border-color: var(--quarternary) !important;
}

/****************************
************FONT*************
****************************/
.font-primary {
  font-family: var(--ff-primary) !important;
}

.font-secondary {
  font-family: var(--ff-secondary) !important;
}


/****************************
************WEIGHT*************
****************************/
.fw-black{
  font-weight: 900 !important;
}

/****************************
**********CLIPPATH***********
****************************/
.shape-chipped {
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 65%, 100% 0);
}

.shape-point-right {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .shape-point-right {
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }
}

/****************************
************TEXT*************
****************************/
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-tertiary {
  color: var(--tertiary) !important;
}
.text-quarternary {
  color: var(--quarternary) !important;
}

@media (max-width: 991px) {
  .text-dark-mode {
    color: white !important;
  }
  .bg-dark-mode {
    color: white !important;
  }
}

/****************************
***********HOVER*************
****************************/
.hover-dark:hover {
  background-color: #333 !important;
  color: white !important;
  transition: background-color 0.25s, white 0.25s;
}

/****************************
**********DIVIDER************
****************************/
.has-divider {
  position: relative;
  padding-bottom: var(--section-divider-ratio);
}
.section-divider {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
}

/****************************
*********NAVIGATION**********
****************************/
nav li a {
  margin: 0;
  border-radius: 20px;
  padding: 10px 15px !important;
  background-color: transparent;
  color: #333;
  transition: background-color 0.25s, color 0.25s;
}

.nav-link {
  font-family: var(--ff-primary);
  font-size: 16px;
  position: relative;
}

ul.dropdown-menu{
  padding: 0;
  overflow: hidden;
}

ul.dropdown-menu li .dropdown-item:hover,
ul.dropdown-menu li .dropdown-item:focus{
  padding: 10px 15px;
  background-color: var(--primary);
  color: white;
  transition: background-color 0.25s, color 0.25s;

}

#phone-no a {
  font-size: 1.3em;
}
@media (max-width: 1080px) {
  #phone-no a {
    font-size: 0.75em;
  }
}

@media (max-width: 430px) {
  #phone-no {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.schedule-btn {
  padding: 10px 40px 10px 40px;
}
span.uael_btn__blink {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
  border-radius: 0;
}

span.uael_btn__blink:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(229, 172, 142, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.7)),
    color-stop(50%, rgba(229, 172, 142, 0))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(229, 172, 142, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.7)),
    to(rgba(229, 172, 142, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.7) 50%,
    rgba(229, 172, 142, 0)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(229, 172, 142, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.7)),
    to(rgba(229, 172, 142, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.7) 50%,
    rgba(229, 172, 142, 0)
  );
  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
  -ms-transform: rotate(60deg) translate(-5em, 7.5em);
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  -webkit-animation: sheens 3s infinite;
  animation: sheens 3s infinite;
}

@-webkit-keyframes sheens {
  0% {
    -webkit-transform: skewY(30deg) translateY(200%);
    transform: skewY(30deg) translateY(200%);
  }

  100% {
    -webkit-transform: skewY(30deg) translateY(-200%);
    transform: skewY(30deg) translateY(-200%);
  }
}

@keyframes sheens {
  0% {
    -webkit-transform: skewY(30deg) translateY(200%);
    transform: skewY(30deg) translateY(200%);
  }

  100% {
    -webkit-transform: skewY(30deg) translateY(-200%);
    transform: skewY(30deg) translateY(-200%);
  }
}

/****************************
************HERO*************
****************************/

@media (max-width: 991px) {
  #hero .shape-point-right {
    height: 300px;
  }
  #hero .col-lg-6.min-h-inherit {
    min-height: auto;
    margin-bottom: 25px;
  }
}

/****************************
**********SERVICES***********
****************************/
.border-right-to-bottom {
  border-width: 0 2px 0 0 !important;
}

@media (max-width: 991px) {
  .border-right-to-bottom {
    border-width: 0 0 2px 0 !important;
  }
}

ul.customlist {
  list-style: none;
  padding-left: 0;
  text-align: start;
  display: inline-block;
}

ul.customlist li {
  margin-bottom: 0.5em;
  font-weight: 500;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23FFF' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
  height: 32px;
  padding-left: 44px;
  padding-top: 7px;
  margin-top: 30px;
  line-height: 1;
}

ul.customlist.list-primary li {
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23dd8041' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
}

/****************************
***********BADGES************
****************************/
#infinite-slider {
  position: relative;
  overflow: hidden;
}

#infinite-slider .linksList {
  width: 100%;
  margin: 5rem auto;
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
}

#imagesContainer_InfiniteScroller {
  overflow: hidden;
  white-space: nowrap;
}

#imagesContainer_InfiniteScroller .slide_InfiniteScroller {
  margin: 1rem 10rem;
  object-fit: contain;
  width: 7.5rem;
  height: auto;
  /*filter:grayscale(100%);*/
  opacity: 1;
  vertical-align: middle;
  transition: opacity 0.5s linear;
}

/*
  #imagesContainer_InfiniteScroller .slide_InfiniteScroller:hover {
    filter:grayscale(0%);
  }
*/


.section-image-animate .col-lg-6 img{
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  transition: clip-path 0.5s;
}

.section-image-animate:hover .col-lg-6>img{
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 0.5s;
}

