@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue");
@import url("https://fonts.googleapis.com/css?family=Raleway:900");
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("../css/bootstrap.min.css");
@import url("../css/animate.css");
@font-face {
  font-family: 'bebas_neuebook';
  src: url("../fonts/bebasneue_book-webfont.woff2") format("woff2"), url("../fonts/bebasneue_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'bebas_neuebook';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 6px;
  color: #ffffff;
}

h4 {
  letter-spacing: 2px;
}

* {
  cursor: none;
}

html {
  overflow: hidden;
}

body {
  background: #000000;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -ms-touch-action: none;
  touch-action: none;
}

a {
  text-decoration: none !important;
}

p {
  color: #dadbdb !important;
  letter-spacing: 1px;
}
.error {
  color: #F00;
}
/* progressbar loader */
.progress {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #000;
}

.bar {
  background-color: #FC0000;
  width: 0%;
  height: 3px;
  border-radius: 0;
  animation: move 9s linear infinite;
  -o-animation: move 9s linear infinite;
  -moz-animation: move 9s linear infinite;
  -webkit-animation: move 9s linear infinite;
}

@-webkit-keyframes move {
  0% {
    width: 10%;
  }
  35% {
    width: 41%;
  }
  65% {
    width: 59%;
  }
  100% {
    width: 100%;
  }
}

@keyframes move {
  0% {
    width: 10%;
  }
  35% {
    width: 41%;
  }
  65% {
    width: 59%;
  }
  100% {
    width: 100%;
  }
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.hamburger {
  position: fixed;
  top: 10px;
  left: 47px;
  width: 30px;
  height: 50px;
  padding-top: 15px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 999999;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.hamburger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}

.hamburger span:nth-child(1),
.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3),
.hamburger span:nth-child(4) {
  top: 29px;
}

.hamburger span:nth-child(5),
.hamburger span:nth-child(6) {
  top: 38px;
}

.hamburger span:nth-child(4) {
  width: 20%;
}

.hamburger:hover span:nth-child(4),
.hamburger:hover span:nth-child(6) {
  width: 50%;
}

.hamburger span:nth-child(6) {
  width: 0;
}

.hamburger.open span {
  background: #000000;
}

.hamburger.open span:nth-child(1),
.hamburger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(2),
.hamburger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(1) {
  left: 5px;
  top: 32px;
}

.hamburger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 32px;
}

.hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.hamburger.open span:nth-child(5) {
  left: 5px;
  top: 37px;
}

.hamburger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 37px;
  width: 50%;
}

.main-content {
  position: relative;
  z-index: 1;
}

.main-content .main-logo.hide {
  display: none;
}

.main-content .main-logo img {
  width: 55%;
}

.h100 {
  height: 100vh;
}

.hide_popup {
  display: none;
}

.left-nav {
  position: fixed;
  left: 30px;
  z-index: 1;
  top: 0;
}

.left-nav ul {
  padding: 0 0 0 25px;
  margin: 0;
}

.left-nav ul li {
  padding: 0;
  margin: 10px 0;
  display: block;
  position: relative;
}

.left-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 0 0px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-nav ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: -10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #0e0e0e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-nav ul li a:hover {
  color: #ed2024;
  text-decoration: none;
}

.left-nav ul li a:hover::before {
  background: #ed2024;
  border: 1px solid #ed2024;
}

.left-nav ul li a.active {
  color: #ed2024;
  text-decoration: none;
}

.left-nav ul li a.active::before {
  background: #ed2024;
  border: 1px solid #ed2024;
}

.menu_head {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #f3f3f3;
  height: 100vh;
}

.menu_head.active {
  display: block;
  opacity: 1;
}

.menu_head .main_menu {
  display: block;
}

.menu_head .main_menu ul {
  margin: 0;
  padding: 0;
}

.menu_head .main_menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu_head .main_menu ul li a {
  display: inline-block;
  color: #000000;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px;
  text-decoration: none;
}

.menu_head .main_menu ul li a::after {
  background: transparent;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.menu_head .main_menu ul li a:hover::after {
  width: 100%;
  background: #000000;
}

.menu_head .menu_cnt ul li {
  list-style: none;
}

.menu_head .menu_cnt ul li a {
  color: #0c0c0c;
  margin: 25px 80px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}

.menu_head .menu_cnt ul li a::after {
  content: "";
  background: #000;
  display: block;
  width: 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 2px solid #000;
}

.menu_head .menu_cnt ul li a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.menu_head .right_bar {
  background: url(../images/menu_right.jpg) no-repeat 100% top;
  background-size: cover;
  height: 100%;
}

.menu_head .right_bar .logo img {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 100px;
}

.menu_head .top_men {
  position: relative;
  top: 20%;
}

.menu_head .footer {
  position: absolute;
  right: 30px;
  bottom: 5px;
}

.menu_head .footer ul {
  float: right;
}

.menu_head .footer ul li {
  list-style: none;
  display: inline;
}

.menu_head .footer ul li a {
  color: #141414;
  font-size: 15px;
  margin: 5px;
}

.menu_head .quick_link {
  margin-left: 40px;
  position: relative;
  top: 24%;
}

.menu_head .quick_link ul {
  padding: 0;
}

.menu_head .quick_link ul li {
  list-style: none;
}

.menu_head .quick_link ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}

.menu_head .t_c {
  color: #141414;
  font-size: 15px;
  margin: 5px;
}

.menu_head .quick_footer {
  position: absolute;
  bottom: 0;
  right: 15px;
  text-align: right;
}

.menu_head .quick_footer p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.menu_head .quick_footer p a {
  color: #ffffff;
}

.menu_head .footer_menu {
  position: fixed;
  bottom: 0;
  padding-bottom: 3%;
  text-align: center;
  width: 100%;
}

.menu_head .footer_menu ul {
  padding: 0;
  margin: 0;
}

.menu_head .footer_menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.menu_head .footer_menu ul li a {
  display: inline-block;
  padding: 0 15px;
  color: #000000;
}

.menu_head .top_menu_logo {
  position: fixed;
  right: 30px;
  top: 30px;
}

.menu_head .top_menu_logo img {
  width: 150px;
}

.menu_head .right_footer .copyright {
  padding-bottom: 35px;
  color: #ffffff;
}

.menu_head .right_footer a {
  color: #ffffff;
}

.intro_video_play {
  position: fixed;
  left: 45px;
  bottom: 20px;
  z-index: 999;
  font-size: 20px;
  color: #fff;
}

.intro_video_play a {
  background: transparent;
  color: #ffffff;
  border: 0px;
  font-size: 30px;
  font-weight: lighter;
  line-height: 35px;
}

.intro_video_play a i {
  color: #ed2024;
  font-size: 18px;
  border: 2px solid transparent;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  border-radius: 50%;
  padding: 10px 10px 10px 12px;
}

.intro_video_play a:hover i {
  border: 2px solid #ed2024;
  border-radius: 50%;
  font-size: 18px;
}

.modal.fade.in {
  opacity: 1;
}

.modal-backdrop.fade.in {
  opacity: 1;
  z-index: 3;
}

#videoModal .modal-content {
  background: transparent;
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.cursor-dot-outline {
  display: none;
}

.cursor-dot {
  width: 12px;
  height: 12px;
  background-color: #ed2024;
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgba(229, 128, 128, 0.5);
}

.menu__item {
  color: #ffffff;
  line-height: 1.25;
  text-transform: lowercase;
  letter-spacing: -0.025em;
  text-indent: -0.025em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.menu__item:hover {
  color: #fff !important;
}

.menu__item::before {
  content: "";
  width: 60%;
  height: 25px;
  background: linear-gradient(45deg, #131313, rgba(56, 39, 39, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  z-index: -1;
}

.menu__item--showDeco::before {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.menu__item--showDeco:hover::before {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale3d(1.5, 1, 1);
          transform: scale3d(1.5, 1, 1);
}

#logo_ {
  position: fixed;
  top: -25%;
  left: -170%;
}

#logo_ img {
  width: 75%;
}

.inner_bg {
  background: #131313 url(../images/inner_bg.jpg) 0 -114px no-repeat !important;
  background-size: cover;
}

#contact * {
  color: #fff;
}

#contact input.form-control {
  background: transparent;
  border-color: #4e4d4d;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#contact address {
  letter-spacing: 1px;
}

#contact h2 {
  margin-bottom: 30px;
}

.letterSpece1 {
  letter-spacing: 1px;
}

.invisilbe {
  visibility: hidden;
}

.social {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
}

.btn-get_in_touch {
  font-size: 22px;
  padding: 0 10px 0 15px;
  position: relative;
  top: -7px;
  cursor: pointer;
}

#service * {
  color: #fff;
}

#service .animated-arrow {
  font-size: 1.2rem;
}

#service .animated-arrow .the-arrow {
  width: 1px;
}

#service .animated-arrow .the-arrow .shaft {
  height: 1px;
}

#service .animated-arrow .the-arrow > .shaft:before,
#service .animated-arrow .the-arrow > .shaft:after {
  height: 1px;
}

.h1,
h1 {
  font-size: 3rem;
}

.social-icons {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

li.social-icons:hover a span i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
}

.btn {
  background: #ed2024 !important;
  border-color: #ed2024 !important;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #ed2024;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.the-arrow {
  width: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}

.the-arrow.-left > .shaft {
  width: 0;
  background-color: #ed2024;
}

.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #ed2024;
}

.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.the-arrow.-right {
  top: 3px;
}

.the-arrow.-right > .shaft {
  width: 2px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 12px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.the-arrow > .shaft {
  background-color: #ed2024;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}

.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ed2024;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #ed2024;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 15px;
}

.animated-arrow:hover {
  color: #ed2024;
}

.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ed2024;
}

.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 12px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ed2024;
}

.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.animated-arrow:hover > .main {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.animated-arrow > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}

.animated-arrow > .main > .the-arrow {
  position: relative;
}

section {
  color: #fff;
}

section#section-0 {
  background: #000000;
}

section#section-1 {
  background: #000000;
}

section#section-2 {
  background: #000000;
}

section#section-3 {
  background: #000000;
}

section#section-4 {
  background: #000000;
}

section#section-5 {
  background: #000000;
}

section#section-6 {
  background: #000000;
}

.overflow-hidden {
  overflow: hidden;
}

.object-position {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
  width: 70%;
  -o-object-position: -80px;
     object-position: -80px;
}

.line_ {
  height: calc(100% - 70px);
  background: #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 15px;
  height: 15px;
  margin: 13px;
  position: relative;
}

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border: 1px solid #fff !important;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #ec1c24;
  border-color: #e4d6d7;
}

#pagepiling section img {
  width: 40%;
}

.menu li {
  padding-left: 15px;
  letter-spacing: 2px;
}

.menu li a {
  position: relative;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-family: 'Lato', sans-serif;
  color: #eaeaea;
}

.menu li a::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 5px;
  background: #eaeaea;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  border-radius: 50%;
}

.menu .active a {
  position: relative;
  color: #ed2024 !important;
}

.menu .active a::before {
  background: #ed2024;
}

.animate__btn {
  background: none;
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  height: 80px;
  line-height: 80px;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 2px;
}

.animate__btn::after, .animate__btn::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
}

.animate__btn:focus {
  outline: none !important;
}

.animate__btn .plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
  opacity: .6;
}

.animate__btn .plus i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-42%, -50%);
          transform: translate(-42%, -50%);
}

.animate__btn label {
  padding: 3px 35px 0px 35px;
  font-size: 9px;
}

.draw__line {
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}

.draw__line::after, .draw__line::before {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.draw__line::before {
  top: 0;
  left: 0;
}

.draw__line::after {
  bottom: 0;
  right: 0;
}

.draw__line:hover::after, .draw__line:hover::before {
  width: 100%;
  height: 100%;
}

.draw__line:hover::before {
  border-top-color: #ff0000;
  border-right-color: #ff0000;
  -webkit-transition: width 0.7s ease-out, height 0.7s ease-out 0.7s;
  transition: width 0.7s ease-out, height 0.7s ease-out 0.7s;
}

.draw__line:hover::after {
  border-bottom-color: #ff0000;
  border-left-color: #ff0000;
  -webkit-transition: border-color 0s ease-out 0.7s, width 0.7s ease-out 0.7s, height 0.7s ease-out 0.7s;
  transition: border-color 0s ease-out 0.7s, width 0.7s ease-out 0.7s, height 0.7s ease-out 0.7s;
}

.meet__line::after {
  top: 0;
  left: 0;
}

.meet__line:hover::before {
  border-top-color: #ff0000;
  border-right-color: #ff0000;
}

.meet__line:hover::after {
  border-bottom-color: #ff0000;
  border-left-color: #ff0000;
  -webkit-transition: height 0.7s ease-out, width 0.7s ease-out 0.7s;
  transition: height 0.7s ease-out, width 0.7s ease-out 0.7s;
}

.pp-tableCell {
  padding: 0 10px;
}

.pp-tableCell p {
  text-align: justify;
}

.m-t-20 {
  margin-top: 30px;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
.side-menu {
  display: block !important;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 55%;
  padding: 40px 40px !important;
  right: 0;
  background: #f3f3f3;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.side-menu .hamburger {
  background: #ed2024;
  left: 0;
  height: 30px;
  width: 35px;
  border-radius: 0 5px 5px 0;
  font-size: 30px;
  line-height: 30px;
  top: 15px;
}

.side-menu .hamburger span {
  display: none;
}

.side-menu .hamburger::before {
  content: '›';
  position: absolute;
  color: #fff;
  left: 12px;
  top: -2px;
}

.side-menu .menuToggle_ {
  position: fixed;
  right: 45px;
}

.side-menu p, .side-menu h1, .side-menu h2, .side-menu h3, .side-menu h4, .side-menu h5, .side-menu h6 {
  color: #000000 !important;
}

.side-menu h3 {
  font-size: 25px;
}

.side-menu.open_ {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.text-black {
  color: #000000;
}

.border-bottom-primary {
  border-bottom: 1px solid #ed2024;
}

.contact-form h2 {
  display: inline-block;
  margin-bottom: 50px;
}

.contact-form .row {
  margin-right: -15px;
      overflow: auto;
      height:60vh;
}

.contact-form .form-control {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #9c9c9c !important;
  border-radius: 0 !important;
  margin-bottom: 30px;
  padding-left: 0;
}

.contact-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-top {
  padding-top: 72px;
}

.text-area {
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  background-color: transparent;
  outline: none;
  width: 100%;
}

.pad-75 {
  padding: 75px;
}

.btn-view, .btn_view_ {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #000 !important;
  width: 50%;
  text-align: left;
  border-radius: 0;
  position: relative;
  padding: 5px 0;
}

.btn-view::before, .btn_view_::before {
  border-bottom: 2px solid #ed2024;
  width: 40px;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -o-transition: linear 0.4s;
  -ms-transition: linear 0.4s;
}

.btn-view:hover::before, .btn_view_:hover::before {
  width: 100%;
}

.btn_view_ {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #fff !important;
  font-weight: 400;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem 0;
  font-size: 15px;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn_view_:hover {
  color: #fff;
}

.btn-view {
  width: 80px;
}

.right_l, .left_l {
  position: fixed;
  width: 43px;
  height: 40px;
  left: 45px;
  bottom: 15px;
  z-index: 99;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
}

.left_l .circle_l {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #5f5d5d;
  position: absolute;
  left: 0;
}

.left_l .arrow_l {
  position: absolute;
  left: 10px;
  top: 6px;
  background: url(../images/rp_arrow_hover.png) no-repeat;
  width: 32px;
  height: 17px;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
  opacity: 1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: unset;
}

.right_l {
  right: 45px;
  left: auto;
}

.right_l .circle_l {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #5f5d5d;
  position: absolute;
  right: 0;
}

.right_l .arrow_l {
  position: absolute;
  left: 0px;
  top: 6px;
  background: url(../images/rp_arrow_hover.png) no-repeat;
  width: 32px;
  height: 17px;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
  opacity: 1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.right_l:hover .circle_l {
  border: 1px solid #ed2024;
  border-left-width: 1px;
  border-top-width: 2px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: border-width 1s linear 0.35s, -webkit-transform 0.4s linear 0s;
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.left_l:hover .circle_l, .right_l:hover .circle_l, .left_l:hover .circle_l {
  border: 1px solid #ed2024;
  border-left-width: 1px;
  border-top-width: 2px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: border-width 1s linear 0.35s, -webkit-transform 0.4s linear 0s;
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.right_l:hover .arrow_l, .left_l:hover .arrow_l {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.accordion-container .article-title:hover, .accordion-container .article-title:active {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.accordion-container .content-entry {
  margin: 1px;
  margin-bottom: 10px;
}

.accordion-container .content-entry i {
  position: absolute;
  top: 5px;
  left: 12px;
  font-style: normal;
  font-size: 27px;
  color: #ed2024;
  font-weight: 900;
}

.accordion-container .content-entry i:before {
  content: "+ ";
}

.accordion-container .content-entry.open i:before {
  content: "- ";
}

.accordion-content {
  border-left: 1px dashed #ed2024;
  display: none;
  padding: 0 0 0 17px;
  margin-top: 0;
  margin: 0 15px;
}

.accordion-content p {
  margin: 0;
}

#content {
  width: 100%;
}

.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}

.content-container {
  overflow: auto;
  width: 100%;
  padding: 10px;
  height: 80vh;
}

.content-bar h2 {
  margin: 0 0 0 10px;
  border-bottom: 2px solid #eb2126;
  padding-bottom: 3px;
}

/*----bracket animation ----*/
@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  90%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  90%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lines {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes lines {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes line-left {
  0% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@keyframes line-left {
  0% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@-webkit-keyframes line-right {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes line-right {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes bracket {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes bracket {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes bracket-line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bracket-line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes reveal {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes small-top {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes small-top {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes small-bottom {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes small-bottom {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.animate_bracket {
  text-align: center;
  position: relative;
  width: 100%;
  top: 0;
  left: 10px !important;
}

.animate_bracket .framed {
  width: 284px;
  position: relative;
  top: -260px;
  font-family: 'Raleway', sans-serif;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
  /*overflow: hidden;*/
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 50px auto;
}

.animate_bracket .circle {
  position: absolute;
  z-index: 10;
  height: 30px;
  width: 30px;
  top: 216px;
  left: 125px;
  background: #ed2024;
  border-radius: 50%;
  -webkit-animation: circle 1s ease-in-out;
  animation: circle 1s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate_bracket .liner {
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 4px;
  top: 234px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.animate_bracket .framed .liner.left {
  left: 40px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: lines 1s ease-in-out 0.8s, line-left 1s steps(1) 0.8s;
  animation: lines 1s ease-in-out 0.8s, line-left 1s steps(1) 0.8s;
}

.animate_bracket .framed .liner.right {
  right: 40px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: lines 1s ease-in-out 0.8s, line-right 1s steps(1) 0.8s;
  animation: lines 1s ease-in-out 0.8s, line-right 1s steps(1) 0.8s;
}

.m-b-140 {
  margin-bottom: 140px;
}

.about img {
  width: 60px !important;
  margin-top: 0;
}

.asso img {
  width: 85% !important;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.asso img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.exp img {
  width: 90% !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 25px;
  margin-right: 10px;
  outline: none;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

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

kbd {
  display: inline-block;
}

.scroll_img {
  position: absolute;
  right: -15px;
  bottom: 16%;
  float: right;
  color: #000;
}

.scroll_img h3 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 54% !important;
  letter-spacing: 4px;
  margin: 0;
  font-size: 16px;
}

.scroll_img hr {
  border-left: 1px dashed #000;
  margin: 0px;
  float: left;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 1px;
  margin-left: 5px;
  -webkit-animation: linescroll 2s infinite;
  -webkit-animation-direction: alternate;
  animation: linescroll 2s infinite;
  animation-direction: alternate;
  height: 100px;
  float: right;
  margin-right: 40px;
}

/* animation */
@-webkit-keyframes linescroll {
  0% {
    height: 20px;
  }
  100% {
    height: 100px;
  }
}

@keyframes linescroll {
  0% {
    height: 20px;
  }
  100% {
    height: 100px;
  }
}

ul {
  list-style: none;
  padding-left: 25px;
}

.unstyled {
  list-style: none;
  padding: 0;
}

.chat_position {
  position: fixed;
  right: 130px;
  bottom: 24px;
  z-index: 99;
}

.chat_position img {
  width: 35px;
}

.chat_text_area {
  width: 100%;
  padding: 7px 0 7px 0;
  float: left;
  color: #353434;
}

.chat_text_area ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.chat_text_area ul li {
  float: left;
  width: 84%;
}

.chat_text_area ul li:first-child {
  width: 16%;
}

.chat_img_area {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #181919;
}

.cros_cont {
  text-align: center;
  float: left;
  text-align: right;
  width: 100%;
}

/*Right triangle, placed bottom right side slightly in*/
.talk-bubble2 {
  /* margin: 40px; */
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  border: 1px #fff solid;
  border-radius: 3px;
}

.chat_send_btn {
  background-image: url(../images/sent-btn.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 24px;
  height: 24px;
  border: 0px;
  background-color: transparent;
}

/* Right triangle, right side slightly down*/
.chat-login_box, .main_chat_box {
  border: 1px #4b4b4b solid;
  border-radius: 8px;
  position: fixed;
  right: 7%;
  bottom: 10px;
  width: 300px;
  height: auto;
  background-color: #000;
  z-index: 999;
  display: none;
}

.chat-login_box {
  padding: 15px;
}

.chat-login_header {
  border: 1px #4b4b4b solid;
  border-radius: 8px;
  text-align: center;
  color: #494949;
  padding: 5px 5px 5px 5px;
}

.chat-login_please_area {
  color: #FFF;
  font-family: pt sans, Arial, sans-serif;
  font-weight: 400;
  margin: 15px 0 15px 0;
}

.main_chat_box_cross, .main_chat_box_cross2 {
  text-align: right;
  margin: -5px 0 11px 0;
  z-index: 9999;
}

.main_chat_box_cross2 {
  margin: 10px 10px 11px 0;
}

.chat-login_form_area {
  width: 100%;
  margin: 0 0 10px 0;
}

.chat-login_fieldarea {
  width: 100%;
  border-bottom: 1px #2f2f2f solid;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  height: 38px;
  color: #474747;
  background: transparent;
  font-family: pt sans, Arial, sans-serif;
}

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

.chat-login_btn {
  background-color: #ff0013;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  border: 0px;
  margin: 15px 0 5px 0;
}

.main_chat_box2 {
  float: left;
  width: 100%;
  min-height: 250px;
  padding: 15px 15px;
}

.talktext2 {
  padding: 5px 12px;
  color: #FFF;
}

.to_cont {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}

.to_cont ul {
  padding-left: 4px;
}

.to_cont ul li {
  float: left;
  width: 84%;
}

.to_cont ul li:last-child {
  width: 16%;
}

.chat_img_area2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #181919;
  float: right;
}

.main_chat_text_box {
  /* border: 1px #4b4b4b solid; */
  border-radius: 8px;
  padding: 10px 5px;
  width: 100%;
  height: auto;
  background-color: #000;
  float: left;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px #4b4b4b solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.chat_textfiel_cont {
  background-color: transparent;
  border: 0px;
  resize: none;
  width: 100%;
  color: #eaeaea;
}

.chat_textfielarea {
  width: 90%;
  float: left;
}

.chat_textfiel_cont {
  background-color: transparent;
  border: 0px;
  resize: none;
  width: 100%;
}

.chat_textfielarea2 {
  width: 10%;
  float: left;
  margin: 6px 0 0 0;
}

.chat_textfielarea2 ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.chat_textfielarea2 ul li {
  display: block;
  margin: 0 0 6px 0;
}

.chat_textfielarea2 ul li:last-child {
  margin: 0 0 0 0;
}

.chat_textfielarea2 ul li label {
  /*padding: 10px;
    background: red;*/
  display: table;
  /* color: #fff;*/
}

.chat_textfielarea2 ul li input[type="file"] {
  display: none;
}

input, textarea {
  outline: none;
}

footer {
  position: fixed;
  bottom: 28px;
  text-align: center;
  width: 100%;
}

footer p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 0;
}

.home__actions {
  position: fixed;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 99;
  overflow: hidden;
}

.home__actions .action-button:first-child {
  margin-right: 60px;
  display: inline-block;
}

.home__actions .action-button:last-child {
  float: right;
}

.action-button--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.action-button {
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

.action-button--reversed .action-button__text {
  margin-right: 0;
  margin-left: 38px;
}

.action-button__text {
  display: inline-block;
  margin-right: 36px;
  font-family: CircularStd,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.action-button--reversed .action-button__shapes {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.action-button__shapes {
  position: relative;
  width: 44px;
  height: 44px;
}

.action-button__rectangle {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 30px;
  height: 2px;
  background-color: #80828a;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.action-button__arrow {
  position: absolute;
  top: 13px;
  left: 18px;
}

svg:not(:root) {
  overflow: hidden;
}

.action-button__arrow polygon {
  fill: #80828a;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.action-button__circle--base {
  -webkit-transform: rotate(-152deg);
  transform: rotate(-152deg);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: .6;
}

.action-button__circle {
  position: absolute;
  top: 0;
  left: 0;
}

.action-button__circle--base circle, .action-button__circle--fill, .action-button__circle--fill circle {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.action-button__circle--base circle {
  stroke-width: 2px;
  stroke: #80828a;
  fill: none;
  stroke-dasharray: 200;
  stroke-dashoffset: 104;
}

.action-button__circle--fill circle {
  stroke-width: 2px;
  stroke: #ed2024;
  fill: none;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

body:not(.is-touch) .action-button:hover .action-button__circle--fill circle {
  stroke-dashoffset: 10;
}

body:not(.is-touch) .action-button:hover .action-button__rectangle {
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

body:not(.is-touch) .action-button:hover .action-button__arrow polygon {
  fill: #ed2024;
}

button {
  outline: none !important;
}

.invisible {
  visibility: hidden;
}

select {
  width: 100%;
  background: transparent;
  color: #474747;
  border: 0;
  border-bottom: 1px #2f2f2f solid;
  text-align: left;
  outline: none;
  height: 38px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

#first_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
}

#first_popup video {
  width: 100%;
}

.tagline {
  font-size: 90px;
  line-height: 70px;
  padding: 8px 0 10px;
  font-weight: 900;
  margin-bottom: 0px;
  font-family: "Kanit", sans-serif;
  color: #000;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ece8e8;
  letter-spacing: 8px;
}

.line {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
  width: 1px;
  opacity: 0.7;
  height: 0px;
  border-left: 1px dashed #fff;
  display: inline-block;
}

.wrapper-tagline {
  position: relative;
  width: 750px;
  display: inline-block;
  color: #fff;
}

.wrapper-tagline .top-line {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 80px;
}

.wrapper-tagline .top-line__left {
  width: 13%;
  bottom: 0;
  position: absolute;
  left: 51px;
}

.wrapper-tagline .top-line__mid {
  width: 17%;
  left: 31.3%;
  bottom: 0;
  position: absolute;
}

.wrapper-tagline .top-line__mid .line {
  height: 0px;
}

.wrapper-tagline .top-line__right {
  width: 12%;
  right: 25.5%;
  bottom: 0;
  position: absolute;
}

.wrapper-tagline .top-line .line-text {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'bebas_neuebook';
  font-size: 12px;
  letter-spacing: 2px;
  word-spacing: 2px;
}

.wrapper-tagline .bottom-line {
  position: absolute;
  top: 90px;
  width: 100%;
  left: 0;
}

.wrapper-tagline .bottom-line__left {
  width: 15%;
  left: 20%;
  position: absolute;
}

.wrapper-tagline .bottom-line__mid {
  left: 54.9%;
  width: 7%;
  position: absolute;
}

.wrapper-tagline .bottom-line__mid .line {
  height: 0px;
}

.wrapper-tagline .bottom-line__right {
  right: 10.7%;
  width: 6%;
  position: absolute;
}

.wrapper-tagline .bottom-line .line-text {
  white-space: nowrap;
  position: relative;
  top: -8px;
  font-family: 'bebas_neuebook';
  font-size: 12px;
  letter-spacing: 2px;
  word-spacing: 2px;
}

.wrapper-tagline .bottom-line .line {
  bottom: 5px;
  position: relative;
}

.line-animate {
  animation: line40 1s ease-in;
  -moz-animation: line40 1s ease-in;
  -webkit-animation: line40 1s ease-in;
}

.dotBox {
  border: 1px solid #ed2024;
  width: 6px;
  height: 6px;
  background: #ed2024;
  position: relative;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  left: 1px;
  top: -5px;
}

.container_line {
  position: relative;
}

#beep {
  border-bottom: 6px solid #ed2024;
  display: block;
  width: 48px;
  position: absolute;
  bottom: 2px;
  right: 248px;
  border-top: 0px;
  margin: 0;
}

#beep_txt {
  position: absolute;
  bottom: 2px;
  right: 248px;
  border-top: 0px;
  margin: 0;
}

.popover-content {
  font-family: 'Roboto', sans-serif;
  text-align: justify;
  padding: 15px 18px;
}

.popover-content .btn_view_ {
  margin-top: 10px;
  color: #000 !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0;
  border-bottom: 2px solid #000000 !important;
}

.popover.right {
  margin-left: 10px;
}

.popover.left {
  margin-left: -15px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}

.popover.right > .arrow {
  top: 50%;
  left: -15px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.left > .arrow {
  top: 50%;
  right: -15px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #fff;
}

.left_0 {
  left: 0;
}

.bracket {
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 3px;
  top: 170px;
  background: #dadbdb;
  -webkit-animation: bracket .4s ease-out 1.7s;
  animation: bracket .4s ease-out 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bracket:before, .bracket:after {
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 3px;
  background: #dadbdb;
}

.bracket.left {
  left: 42px;
}

.bracket.left:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: bracket-line .2s ease-out 2.1s;
  animation: bracket-line .2s ease-out 2.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bracket.left:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: bracket-line .2s ease-out 2.1s;
  animation: bracket-line .2s ease-out 2.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bracket.right {
  right: 46px;
}

.bracket.right:before {
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: bracket-line .2s ease-out 2.1s;
  animation: bracket-line .2s ease-out 2.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bracket.right:after {
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: bracket-line .2s ease-out 2.1s;
  animation: bracket-line .2s ease-out 2.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.big {
  position: absolute;
  letter-spacing: 1px;
  z-index: 5;
  top: 213px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-animation: small-top .2s ease-out 1.6s;
  animation: small-top .2s ease-out 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hide {
  position: absolute;
  z-index: 7;
  width: 400px;
  height: 50px;
  background: #E16D6C;
  left: 0;
  -webkit-animation: reveal .4s ease-out 1.7s;
  animation: reveal .4s ease-out 1.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hide.top {
  bottom: 49%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.hide.bottom {
  top: 49%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.small {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

.small.top {
  top: 173px;
  font-size: 32px;
  font-weight: 900;
  -webkit-animation: small-top .5s ease-out 2.2s;
  animation: small-top .5s ease-out 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  letter-spacing: 4px;
}

.small.bottom {
  top: 222px;
  font-size: 32px;
  font-weight: 900;
  text-transform: none;
  -webkit-animation: small-bottom .5s ease-out 2.2s;
  animation: small-bottom .5s ease-out 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  letter-spacing: 1px;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  90%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  90%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lines {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes lines {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes line-left {
  0% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@keyframes line-left {
  0% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@-webkit-keyframes line-right {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes line-right {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50%, 100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes bracket {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes bracket {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes bracket-line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bracket-line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes reveal {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes reveal {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes small-top {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes small-top {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes small-bottom {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes small-bottom {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.animate_bracket {
  text-align: center;
  position: absolute;
  width: 100%;
  float: left;
  top: 130px;
  left: 0;
}

/* The Modal (background) */
.modal_cstm {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 50%;
  top: 50%;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Modal Content */
.modal_cstm > .modal-content {
  margin: auto;
  padding: 0;
  border: 1px solid #000;
  width: 60%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* The Close Button */
.modal_cstm > .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#videoPlayer {
  width: 100%;
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

.right-line {
  position: relative;
}

.arrow-right {
  position: absolute;
  right: 122px;
  top: -18px;
}

.right_l1 .line-animate {
  border-top: 1px dashed #fff;
  top: -2px;
  position: absolute;
  left: 7px;
}

.wrapper-tagline .right-line .line-text {
  white-space: nowrap;
  position: absolute;
  top: -10px;
  left: 72px;
  font-family: 'bebas_neuebook';
  font-size: 12px;
  letter-spacing: 2px;
  word-spacing: 2px;
}

#erp_wrapper {
  width: 200px;
}

#erp_wrapper .small-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ed2024;
  margin-bottom: 2px;
  text-align: left;
  margin-left: 7px;
}

#erp_wrapper .top-line__left {
  width: 58%;
  left: -5px;
}

#erp_wrapper .top-line__mid {
  width: 78%;
  left: 53.3%;
}

#erp_wrapper .right-line {
  position: relative;
  right: -110px;
}

#erp_wrapper .bottom-line {
  top: 100px;
}

#erp_wrapper .bottom-line__left {
  width: 50%;
  left: -40px;
}

#erp_wrapper .bottom-line__mid {
  left: 46.9%;
  width: 25%;
}

#erp_wrapper .bottom-line__right {
  right: -25px;
  width: 41%;
}

#apps_wrapper {
  width: 270px;
}

#apps_wrapper .top-line {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 85px;
}

#apps_wrapper .top-line__left {
  width: 21%;
  bottom: 0;
  position: absolute;
  left: 25px;
}

#apps_wrapper .top-line__mid {
  width: 54%;
  left: 45%;
  bottom: 0;
  position: absolute;
}

#apps_wrapper .small-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  word-spacing: 3px;
  color: #ed2024;
  margin-bottom: 2px;
  text-align: left;
  margin-left: 30px;
}

#apps_wrapper .bottom-line {
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
}

#apps_wrapper .bottom-line__left {
  width: 64%;
  left: -30%;
  position: absolute;
}

#apps_wrapper .bottom-line__mid {
  left: 37%;
  width: 37%;
  position: absolute;
}

#apps_wrapper .bottom-line__right {
  right: 12%;
  width: 17%;
  position: absolute;
}

#seo_wrapper {
  width: 445px;
}

#seo_wrapper .small-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  word-spacing: 3px;
  color: #ed2024;
  margin-bottom: 2px;
  text-align: right;
  margin-right: 20px;
}

#seo_wrapper .top-line {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 88px;
}

#seo_wrapper .top-line__left {
  width: 26%;
  left: 52px;
  bottom: 0;
}

#seo_wrapper .top-line__mid {
  width: 38%;
  left: 44%;
  bottom: 0;
}

#seo_wrapper .top-line__right {
  width: 29%;
  right: -14%;
  bottom: 0;
}

#seo_wrapper .bottom-line {
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
}

#seo_wrapper .bottom-line__left {
  width: 23%;
  left: 3%;
}

#seo_wrapper .bottom-line__mid {
  left: 43%;
  width: 22%;
}

.top_right_logo {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 9;
}

.top_right_logo img {
  width: 90px;
}

#terms p {
  letter-spacing: 1px;
}

#terms ul {
  padding-left: 0px !important;
}

#terms ul > li {
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.mCSB_scrollTools_vertical {
  opacity: 0 !important;
}

.col-sm-4.col-xs-12.d-none.d-sm-block, .col-sm-5.col-xs-12.d-none.d-sm-block {
  text-align: justify;
}

@media (min-width: 768px) {
  .col-sm-4.col-xs-12.d-none.d-sm-block, .col-sm-5.col-xs-12.d-none.d-sm-block {
    padding-right: 0;
  }
  .container-fluid {
    padding-right: 47px;
    padding-left: 47px;
  }
  .row {
    margin-right: 0;
  }
  #EXPERIENCES {
    margin-top: 20px;
  }
  #EXPERIENCES .owl-item {
    margin-left: 13px !important;
  }
  .p-l-0 {
    padding-left: 0;
  }
  .p-r-0 {
    padding-right: 0;
  }
  #section-0 {
    display: none;
  }
  #contact .pp-tableCell {
    padding: 0 60px 0 10px;
  }
  .pp-section {
    left: -8px;
  }
  .pp-section p {
    font-size: 14px;
  }
  #about .pp-section p {
    font-size: 11px;
  }
  #about .pp-section h6 {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
  }
  #about #section-1 .col-sm-11 {
    padding-left: 30px;
  }
  #menu li {
    margin-bottom: 3px;
  }
}

@media (min-width: 1920px) {
  #about .pp-section p {
    font-size: 14px;
  }
  #about .pp-section h6 {
    font-size: 14px;
  }
  .h3, h3 {
    font-size: 2rem;
  }
}

@media (min-width: 2880px) {
  .h3, h3 {
    font-size: 2rem;
  }
  .pp-section p {
    font-size: 20px;
  }
  #about .pp-section p {
    font-size: 14px;
  }
  #about .pp-section h6 {
    font-size: 14px;
  }
  body {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #career_records .contact-form .row{
    height: 70vh;
    overflow: auto;
  }
  .top_right_logo img {
    width: 80px;
  }
  .chat-login_box, .main_chat_box {
    border: 0px #4b4b4b solid;
  }
  .modal_cstm > .modal-content {
    width: 95%;
  }
  .left-nav .h100 {
    height: 90vh;
  }
  .hidden-xs {
    display: none;
  }
  .menu_head .footer {
    left: auto;
  }
  .intro_video_play {
    z-index: 999;
  }
  .home__actions {
    background: #000000;
  }
  .main_chat_text_box {
    position: absolute;
    bottom: 0px;
  }
  .chat_position {
    position: fixed;
    right: auto;
    bottom: 24px;
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .chat_position img {
    width: 40px;
  }
  .chat-login_box {
    padding-top: 100px;
  }
  .main_chat_box {
    padding-top: 50px;
  }
  .chat-login_box, .main_chat_box {
    width: 100%;
    margin: 0;
    right: auto;
    z-index: 999999;
    height: 100%;
    bottom: 0;
    border-radius: 0;
  }
  .about_responsive img {
    width: 80% !important;
  }
  .about_responsive .pp-tableCell .row {
    margin-top: -130px;
  }
  .about img {
    width: 20% !important;
    margin-top: 15px;
  }
  .exp img {
    width: 60px !important;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .width-335 {
    width: 315px;
    margin-bottom: 0;
  }
  .height75vh {
    max-height: 75vh;
    overflow: auto;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 25px;
    margin-right: 20px;
  }
  .owl-dots {
    display: none;
  }
  .accordion-container .content-entry i {
    top: 5px;
  }
  .side-menu #menuToggle {
    position: fixed;
    right: 35px;
  }
  .side-menu {
    z-index: 999999;
    width: 95%;
  }
  .pp-section {
    left: 0;
  }
  .animate__btn {
    height: 80px;
  }
  body {
    font-size: 13px;
  }
  .right_l {
    right: 25px;
  }
  .left_l {
    left: 25px;
  }
  .pp-tableCell {
    padding: 0 25px;
  }
  .hamburger {
    left: 25px;
  }
  .main-logo,
  .logo {
    display: none;
  }
  .left-nav {
    position: fixed;
    left: 30px;
    right: 30px;
  }
  .left-nav ul {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .left-nav ul li a {
    font-size: 32px;
    padding-left: 0;
  }
  .left-nav ul li a::after, .left-nav ul li a::before {
    content: none;
  }
  .menu_head {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 100vh;
    text-align: center;
  }
  .menu_head .justify-content-end {
    -ms-flex-pack: inherit !important;
    -webkit-box-pack: inherit;
            justify-content: inherit;
  }
  .menu_head .justify-content-end ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .menu_head .footer {
    position: static;
    margin-top: 0;
  }
  .menu_head .footer ul {
    padding: 0;
    margin: 0;
    float: none;
  }
  .menu_head .quick_link {
    margin: 10px !important;
    position: static;
  }
  .menu_head .quick_footer {
    position: static;
    text-align: center;
  }
  #pp-nav, #hideFirstXsScreen {
    display: none;
  }
  .social {
    position: static;
    float: none !important;
    margin-top: 15px;
  }
  .letterSpece1 p {
    text-align: center !important;
  }
  #contact {
    text-align: center;
  }
  #career .pp-tableCell, #web-online-presence .pp-tableCell, #e-commerce-business-online .pp-tableCell, #EnterpriseResourcePlanning .pp-tableCell, #business-online .pp-tableCell {
    padding: 0 15px;
  }
  #responsive_menu li a {
    font-size: 40px;
    line-height: 40px;
    padding: 12px 0 40px;
    padding-bottom: 10px;
    font-weight: 900;
    margin-bottom: 0px;
    font-family: 'Kanit', sans-serif;
    color: #000000;
    text-align: center;
    width: 100%;
    /* float: left; */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fdfdfd;
    letter-spacing: 5px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  #responsive_menu li a span.border-bottom1 {
    position: absolute;
    position: absolute;
    height: 4px;
    right: 5px;
    width: 21px;
    background: #ed2024;
    bottom: 7px;
  }
  #responsive_menu li a span.border-bottom2 {
    right: 93px;
  }
  .intro_video {
    width: 95%;
  }
  .menu_head .top_men {
    position: relative;
    top: 0;
  }
  .menu_head .right_bar {
    height: auto;
    position: relative;
    bottom: -17%;
  }
}
/*# sourceMappingURL=app.css.map */