html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Noto Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #edc818; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  background-color: #edc818;
  border: none;
  padding: 20px 30px;
  font-size: 18px;
  margin: 15px 0;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Bai Jamjuree", sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 18px;
      letter-spacing: 1px; } }

.btn:hover {
  color: #edc818;
  background-color: #222;
  border-radius: 3px;
  box-shadow: inset 0px 0px 1px #edc818; }

.btn:focus {
  color: #000 !important;
  background-color: #edc818;
  border-color: #edc818; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #000;
  background-color: #edc818;
  border-color: #edc818; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #000;
  background-color: #edc818;
  border-color: #edc818; }

.little-h {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #edc818;
  font-weight: 600;
  letter-spacing: 4px; }
  @media (max-width: 991px) {
    .little-h {
      font-size: 20px;
      line-height: 27px;
      letter-spacing: 2px; } }

.title-h {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 57px;
  line-height: 57px;
  margin-top: 12px;
  margin-bottom: 25px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 40px;
      line-height: 42px; } }

.title-p {
  font-size: 24px;
  line-height: 31px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 28px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

.div-padding {
  height: 100px; }
  @media (max-width: 950px) {
    .div-padding {
      height: 0; } }

@media (max-width: 768px) {
  .mobile-center {
    text-align: center; } }

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #111;
  padding: 8px 0; }
  .top-bar p, .top-bar a {
    padding: px 0 0px 0;
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    font-family: "Bai Jamjuree", sans-serif; }
    @media (max-width: 1050px) {
      .top-bar p, .top-bar a {
        font-size: 15px;
        line-height: 17px;
        padding: 4px 0 3px 0; } }
  .top-bar a:hover {
    color: #edc818; }

.attr-phone {
  z-index: 111;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 15px;
  display: inline-block;
  line-height: 10px; }
  @media (max-width: 991px) {
    .attr-phone {
      display: none; } }
  .attr-phone .svg-inline--fa {
    font-size: 14px;
    line-height: 4px;
    margin-right: 7px;
    background-color: #edc818;
    padding: 9px;
    border-radius: 50%;
    vertical-align: sub;
    animation: pulse 1.2s infinite;
    display: inline-block; }
  .attr-phone span {
    margin-top: -5px;
    font-family: "Bai Jamjuree", sans-serif; }
  .attr-phone a {
    display: inline-block;
    line-height: 33px;
    padding: 0;
    font-size: 23px;
    font-weight: 300;
    font-family: "Bai Jamjuree", sans-serif; }
    @media (max-width: 1050px) {
      .attr-phone a {
        line-height: 20px; } }
  .attr-phone a:hover .svg-inline--fa {
    color: #fff; }
  .attr-phone .svg-inline--fa:hover {
    color: #fff !important; }

.top-left p, .top-left a {
  margin: 0px 0 0 10px;
  color: #edc818; }
.top-left a:hover {
  color: #fff; }

.top-right {
  text-align: right; }
  .top-right p, .top-right a {
    margin: 0px 10px 0  0px;
    color: #edc818;
    text-transform: uppercase; }
  .top-right a:hover {
    color: #fff; }

@media (max-width: 991px) {
  .row-color {
    background-color: #edc818 !important; } }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 24px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #333; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #fff !important;
      border-bottom: solid 1px none; } }

.navbar {
  min-height: 73px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: auto; } }

.navbar-brand {
  padding: 4px 10px 2px 10px;
  height: auto; }
  @media (max-width: 1190px) {
    .navbar-brand {
      padding: 4px 0px 0px 10px; } }

.navbar-brand img {
  width: auto;
  height: 73px;
  margin-top: 0px; }
  @media (max-width: 1190px) {
    .navbar-brand img {
      height: 66px;
      margin-top: 0; } }

.caret {
  margin-left: 4px; }

nav.navbar.bootsnav.no-background {
  background-color: transparent; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    font-family: "Bai Jamjuree", sans-serif; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Bai Jamjuree", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #edc818;
    margin-top: 0px;
    width: 260px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 16px 4px 16px 12px;
    font-weight: 500;
    font-size: 20px;
    margin: 14px 0 12px 0; } }
  @media (min-width: 991px) and (max-width: 1190px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 10px 4px 10px 10px;
      font-size: 15px;
      text-decoration: none; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #edc818;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0); }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35); }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ecf1f8;
    color: #333;
    font-weight: 400;
    font-size: 16px; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: rgba(248, 243, 237, 0.5); } }
nav.navbar.bootsnav .btn {
  margin-top: 14px;
  text-transform: none;
  font-size: 19px;
  letter-spacing: 0px;
  padding: 9px 20px 11px 20px;
  margin-right: 15px;
  margin-left: 8px;
  font-weight: 500;
  font-family: "Bai Jamjuree", sans-serif;
  box-shadow: none; }
  @media (max-width: 1050px) {
    nav.navbar.bootsnav .btn {
      padding: 9px 8px; } }
  @media (max-width: 991px) {
    nav.navbar.bootsnav .btn {
      display: none; } }

nav.navbar-fixed.bootsnav .btn {
  color: #333 !important;
  background-color: transparent !important;
  border: 2px solid #333; }

nav.no-background.bootsnav .btn {
  color: #333 !important;
  background-color: #edc818 !important;
  border: 2px solid #edc818; }

nav.bootsnav .btn:hover {
  color: #edc818 !important;
  background-color: #222 !important;
  border-color: #222; }

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-weight: 400;
    font-size: 19px; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 100px;
  margin-top: 2px; }

@media (max-width: 1350px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 73px;
    width: auto;
    margin-top: 2px; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 87vh;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 55vh; } }
  .hero .hero-box {
    margin-top: 27vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 24vh; } }
  .hero .back {
    background-color: rgba(26, 26, 26, 0.6); }
  .hero .btn {
    margin-right: 4px; }
    @media (max-width: 650px) {
      .hero .btn {
        margin: 5px 0; } }
  .hero h1 {
    font-size: 55px;
    line-height: 55px;
    color: #fff;
    margin-top: 0px;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 35px;
        line-height: 35px; } }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 29px; }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 5px; } }
  .hero .title-h:before {
    border: 10px solid rgba(255, 255, 255, 0.2); }
  .hero input, .hero textarea {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid rgba(233, 202, 156, 0.4);
    margin-bottom: 6px;
    outline: none;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 991px) {
      .hero input, .hero textarea {
        margin-bottom: 6px; } }
  .hero select {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid rgba(233, 202, 156, 0.4);
    margin-bottom: 6px;
    outline: none;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    height: 42px !important;
    color: #111; }

.hero form {
  padding: 30px 30px 20px 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  z-index: 1;
  margin-bottom: 10px;
  margin-top: -30px; }
  @media (max-width: 991px) {
    .hero form {
      padding: 20px 10px 20px 10px;
      margin: 0px 0 15px 0;
      background-color: rgba(0, 0, 0, 0.3); } }
  .hero form h3 {
    color: #fff;
    font-weight: 500;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0 0  10px 0;
    font-size: 30px; }
  .hero form .btn {
    padding: 7px 30px;
    margin-top: 1px;
    margin-bottom: 5px; }
  .hero form .btn:hover {
    background-color: #edc818;
    color: #fff;
    letter-spacing: 1px; }

.left-form {
  padding-right: 5px; }
  @media (max-width: 991px) {
    .left-form {
      padding-right: 15px; } }

.right-form {
  padding-left: 5px; }
  @media (max-width: 991px) {
    .right-form {
      padding-left: 15px; } }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
  color: #111; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #111; }

::placeholder {
  font-size: 14px;
  color: #111; }

.logo-adj {
  position: absolute;
  right: 0px;
  top: 50px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: .8;
  z-index: 0;
  width: 50%; }
  @media (max-width: 1180px) {
    .logo-adj {
      width: 60%; } }
  @media (max-width: 991px) {
    .logo-adj {
      display: none; } }

.under-hero {
  padding: 10px 0; }
  .under-hero .icon-box {
    display: flex;
    padding: 20px 15px 20px 1px; }
    @media (max-width: 1200px) {
      .under-hero .icon-box {
        padding: 25px 25px 25px 5px; } }
    @media (max-width: 991px) {
      .under-hero .icon-box {
        padding: 25px 5px; } }
    @media (max-width: 768px) {
      .under-hero .icon-box {
        padding: 15px 5px; } }
  .under-hero .box-border {
    border-right: 1px solid #ccc; }
    @media (max-width: 991px) {
      .under-hero .box-border {
        border-right: none; } }
  .under-hero .icon, .under-hero .text {
    display: inline; }
    .under-hero .icon h4, .under-hero .text h4 {
      font-weight: 600;
      font-family: "Bai Jamjuree", sans-serif; }
      @media (max-width: 991px) {
        .under-hero .icon h4, .under-hero .text h4 {
          font-size: 20px;
          line-height: 26px;
          letter-spacing: 0; } }
  .under-hero .icon {
    width: 60px; }
    @media (max-width: 1200px) {
      .under-hero .icon {
        width: 70px; } }
    @media (max-width: 991px) {
      .under-hero .icon {
        width: 60px; } }
    @media (max-width: 768px) {
      .under-hero .icon {
        width: 90px; } }
  .under-hero .text {
    flex: 1; }
  .under-hero img {
    width: 45px;
    margin-top: 8px; }
    @media (max-width: 1200px) {
      .under-hero img {
        width: 60px; } }
    @media (max-width: 991px) {
      .under-hero img {
        width: 50px; } }
    @media (max-width: 768px) {
      .under-hero img {
        width: 70px; } }

@media (max-width: 768px) {
  .border-new {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; } }

/***************hero end******/
.cta-bottom {
  background-color: #edc818; }

/******* cta start *********/
.cta, .cta-box {
  position: relative;
  background-attachment: fixed;
  padding: 180px 0 200px 0; }
  @media (max-width: 992px) {
    .cta, .cta-box {
      padding: 60px 0 100px 0; } }
  .cta h3, .cta-box h3 {
    color: #fff;
    padding-top: 20px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
  .cta h4, .cta-box h4 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .cta h4, .cta-box h4 {
        font-size: 18px;
        line-height: 24px; } }
  .cta .btn, .cta-box .btn {
    margin: 20px 5px 20px 5px;
    font-size: 17px;
    padding: 17px 30px;
    letter-spacing: 1px;
    min-width: 220px; }
    @media only screen and (max-width: 768px) {
      .cta .btn, .cta-box .btn {
        margin: 5px 5px; } }
  .cta .back, .cta-box .back {
    background-color: rgba(26, 26, 26, 0.6); }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta, .cta-box {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
.page-padd {
  padding: 0 100px; }
  @media only screen and (max-width: 991px) {
    .page-padd {
      padding: 0 00px; } }

.services-left-text {
  padding: 0; }
  .services-left-text .owl-theme .owl-controls {
    text-align: left; }
  .services-left-text .owl-theme .owl-dots .owl-dot.active span, .services-left-text .owl-theme .owl-dots .owl-dot:hover span {
    background: #edc818; }

.services-left-text .services-img {
  margin-left: 45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0; } }
.services-left-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 240px;
    display: block; } }
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #222;
  margin-left: -45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%; } }
.services-left-text h3, .services-left-text p, .services-left-text h5, .services-left-text li {
  color: #fff; }

.services-left-text .title {
  font-size: 16px;
  margin-top: 30px;
  color: #fff;
  font-weight: 200; }

.review-title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 30px; }

.services-left-text .svg-inline--fa {
  color: #fff;
  font-size: 30px; }

.services-left-text .description {
  font-size: 19px;
  font-weight: 300; }

.services-left-text hr {
  margin-top: 20px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid rgba(219, 194, 163, 0.4); }

.map-text .title-h, .map-text .title-p {
  color: #fff; }
.map-text ul {
  padding-left: 0; }
.map-text li {
  display: inline-block;
  width: calc(33% - 20px);
  margin: 7px 12px 7px 0;
  border: 1px solid #edc818;
  padding: 12px 15px 4px 15px;
  color: #333;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  min-height: 55px;
  vertical-align: top;
  background-color: #edc818; }
  @media (max-width: 1200px) {
    .map-text li {
      width: calc(49% - 20px); } }
  @media (max-width: 768px) {
    .map-text li {
      width: calc(50% - 12px);
      padding: 12px 5px 4px 5px;
      margin: 7px 4px;
      font-size: 18px; } }

/*****************************************************/
.image-before, .image-after {
  height: 450px; }
  @media (max-width: 768px) {
    .image-before, .image-after {
      height: 180px; } }

.before-after .owl-nav {
  position: absolute;
  top: 190px;
  left: -35px;
  right: -35px; }

.before-after .col-xs-6 {
  padding-left: 2px;
  padding-right: 2px; }

.before-after .owl-theme .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .before-after .owl-theme .owl-nav [class*=owl-] {
      width: 14px; } }

.before-after .owl-prev {
  float: left; }

.before-after .owl-next {
  float: right; }

.before-after .owl-theme .owl-dots .owl-dot.active span, .before-after .owl-theme .owl-dots .owl-dot:hover span {
  background: #edc818; }

.before-after .owl-theme .owl-dots .owl-dot span {
  width: 27px;
  height: 4px;
  margin: 5px 3px; }

.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent; }

.b-a-title {
  font-family: "Bai Jamjuree", sans-serif;
  letter-spacing: 1px; }

/****************************************************/
.tc-testimonial {
  padding: 110px 0; }
  @media (max-width: 768px) {
    .tc-testimonial {
      padding: 50px 0; } }
  .tc-testimonial .back {
    background-color: rgba(255, 255, 255, 0.91); }

.testimonial {
  margin: 40px 00px; }
  .testimonial .svg-inline--fa {
    color: #edc818;
    font-size: 30px; }

.testimonial .description {
  padding: 30px 10px 20px 10px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #333;
  line-height: 39px;
  position: relative; }
  @media (max-width: 768px) {
    .testimonial .description {
      padding: 30px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px; } }

.testimonial .title {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Bai Jamjuree", sans-serif; }

.owl-theme .owl-dots .owl-dot span {
  background: #edc818; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center; }

/*******intro start*******/
.intro {
  position: relative; }
  .intro ul {
    list-style: none;
    padding-left: 0; }
  .intro li {
    margin: 14px 0; }
  .intro .intro-icon {
    height: 70px;
    width: auto;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .intro .intro-icon {
        width: 55px;
        height: 55px; } }
  .intro .icon-sec {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    margin-top: 1px; }
    @media (max-width: 768px) {
      .intro .icon-sec {
        width: 80px;
        height: 55px; } }
  .intro .svg-inline--fa {
    color: #333;
    width: 25px;
    height: 25px;
    padding: 22px;
    background: #edc818;
    box-shadow: 0px 5px 10px rgba(184, 191, 208, 0.7);
    border-radius: 50%; }
    @media (max-width: 768px) {
      .intro .svg-inline--fa {
        width: 20px;
        height: 20px; } }
  .intro .intro-row {
    margin-top: 20px; }
    @media (max-width: 600px) {
      .intro .intro-row {
        margin-top: 10px; } }

.intro-text {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .intro-text {
      margin-top: 30px; } }

.intro-img {
  height: 650px;
  border-radius: 3px; }
  @media (max-width: 991px) {
    .intro-img {
      height: 400px; } }

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px; }

.flex-container > .coach-flex {
  width: 110px;
  margin: 5px 25px 5px 0;
  flex: 1; }
  @media (max-width: 768px) {
    .flex-container > .coach-flex {
      margin: 5px 5px 5px 0;
      width: 90px; } }

.flex-2 {
  flex: 7; }
  .flex-2 h4 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 24px;
    font-weight: 600; }

/******footer start****/
.tc-footer {
  position: relative;
  padding: 100px 0 65px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 50px 0 25px 0;
      text-align: center; } }
  .tc-footer .back {
    background: #313131; }
  .tc-footer a, .tc-footer li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Bai Jamjuree", sans-serif; }
    @media only screen and (max-width: 990px) {
      .tc-footer a, .tc-footer li {
        font-size: 17px;
        line-height: 27px; } }
  .tc-footer h4 {
    color: #edc818;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 22px; }
    @media (max-width: 768px) {
      .tc-footer h4 {
        margin-top: 30px; } }
  .tc-footer a:hover {
    margin-left: 5px; }
  .tc-footer p {
    color: #a6a49a;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 23px;
    padding-right: 25px; }
    @media only screen and (max-width: 990px) {
      .tc-footer p {
        font-size: 14px;
        line-height: 21px;
        padding-right: 0; } }
  .tc-footer img {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .tc-footer img {
        height: auto;
        width: 80%;
        margin-left: 0;
        margin-bottom: 20px; } }
  .tc-footer .svg-inline--fa {
    font-size: 13px;
    margin-right: 8px;
    color: #edc818; }
    @media only screen and (max-width: 990px) {
      .tc-footer .svg-inline--fa {
        display: none; } }
  .tc-footer .footer-box {
    padding-left: 0px; }
    @media only screen and (max-width: 990px) {
      .tc-footer .footer-box {
        padding-left: 0; } }

.tc-footer ul {
  list-style: none;
  margin: 12px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 0px 0 0px 0; } }

.copyright {
  padding: 15px 0 7px 0;
  background-color: #fff; }
  @media only screen and (max-width: 990px) {
    .copyright {
      text-align: center; } }
  .copyright p, .copyright a {
    color: #333;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0; }
  .copyright .footer-right {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .copyright .footer-right {
        text-align: center; } }
  .copyright .svg-inline--fa {
    height: 17px;
    width: 17px;
    padding: 3px;
    border-radius: 50%;
    border: 6px solid #edc818;
    background-color: #edc818;
    color: #333;
    margin: -5px 8px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .copyright .svg-inline--fa {
        margin: 0px 8px 5px 0px; } }
  .copyright .svg-inline--fa:hover {
    background-color: #edc818;
    color: #333;
    border-radius: 10%; }

/*****footer end******/
/*********************/
.services-box-img {
  position: relative;
  height: 520px;
  overflow: hidden;
  transform: rotate(0deg); }
  @media (max-width: 750px) {
    .services-box-img {
      height: 350px; } }

.services-box-img img {
  width: 100%;
  height: 520px;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  border-radius: 2px 2px 0 0;
  transition: 0.3s ease-in-out;
  transform: rotate(0deg); }
  @media (max-width: 750px) {
    .services-box-img img {
      height: 350px; } }

.services-box-img .services-img {
  height: 320px;
  z-index: -1;
  transition: 0.3s ease-in-out;
  border-radius: 8px 8px 0 0;
  transform: rotate(0deg); }
  @media (max-width: 750px) {
    .services-box-img .services-img {
      height: 350px; } }

.services-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  padding: 1px 25px 10px 25px; }
  @media (max-width: 991px) {
    .services-content {
      padding: 2px 10px 20px 10px; } }
  .services-content h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px; }
    @media only screen and (max-width: 768px) {
      .services-content h3 {
        font-size: 25px; } }
  .services-content h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px; }
  .services-content a {
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase; }

.services-box:hover img {
  transform: scale(1.15) rotate(0deg); }

.services-box:hover .btn {
  background-color: #edc818; }

.services-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc( 25% - 20px);
  margin: 15px 7px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 8px 8px 0 0; }
  @media (max-width: 1350px) {
    .services-box {
      width: calc( 49% - 25px); } }
  @media (max-width: 750px) {
    .services-box {
      width: calc( 100% - 0px);
      margin: 8px 0px; } }

.services-box .link {
  cursor: pointer; }

.blog-section .services-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc( 33% - 20px);
  margin: 15px 7px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 8px 8px 0 0; }
  @media (max-width: 1350px) {
    .blog-section .services-box {
      width: calc( 33% - 20px); } }
  @media (max-width: 991px) {
    .blog-section .services-box {
      width: calc( 100% - 0px);
      margin: 8px 0px; } }

.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden; }
  @media (max-width: 750px) {
    .tc-header {
      min-height: 45vh; } }

.tc-header .back {
  background: rgba(26, 26, 26, 0.55); }
  @media (max-width: 750px) {
    .tc-header .back {
      background: rgba(26, 26, 26, 0.45); } }

.pagination a.active {
  background: #f9f9f9; }

.pagination {
  margin-top: 50px; }

.contact-padd h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
  letter-spacing: 2px; }
.contact-padd p {
  margin-bottom: 5px; }
.contact-padd .contact-box {
  background-color: #f7f7f7;
  padding: 40px; }
  @media (max-width: 768px) {
    .contact-padd .contact-box {
      padding: 30px 10px;
      margin-bottom: 15px; } }
.contact-padd .svg-inline--fa {
  background: #edc818;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 20px;
  padding: 23px; }
.contact-padd a {
  color: #333; }
.contact-padd a:hover {
  color: #edc818; }

input, textarea {
  width: 100%;
  background: #fff;
  margin: 10px 0;
  padding: 16px 20px;
  border: 1px solid #edc818;
  border-radius: 7px; }

.contact-page h4 {
  color: #edc818;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 30px; }

select {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #edc818;
  margin: 10px 0;
  outline: none;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #fff;
  height: 59px; }
  @media (max-width: 768px) {
    select {
      padding: 13px 15px; } }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 13px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 13px; }

::placeholder {
  text-transform: uppercase;
  font-size: 13px; }

.gallery-page:nth-child(even) {
  background: #f6f6f6; }

.gallery-page:nth-child(odd) {
  background: #fff; }

.example-image {
  background-size: cover;
  background-position: center;
  height: 360px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block; }
  @media screen and (max-width: 999px) {
    .example-image {
      height: 360px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .example-image {
      height: 440px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

.b-a-slider {
  margin-bottom: 40px; }
  @media (max-width: 550px) {
    .b-a-slider {
      margin-bottom: 15px; } }

.twentytwenty-container {
  height: 360px !important; }
  @media (max-width: 1199px) {
    .twentytwenty-container {
      height: 360px !important; } }
  @media (max-width: 550px) {
    .twentytwenty-container {
      height: 200px !important; } }

.b-a {
  overflow: hidden;
  margin: 0 0px; }
  .b-a .inner-h {
    margin-top: 5px;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 28px; }
  .b-a h4 {
    margin-bottom: 3px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400; }

.before-after .b-a-content img {
  max-width: 100%;
  height: 360px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }
  @media (max-width: 1199px) {
    .before-after .b-a-content img {
      height: 360px; } }
  @media (max-width: 550px) {
    .before-after .b-a-content img {
      height: 200px; } }
.before-after .owl-nav {
  position: absolute;
  top: 27%;
  left: -3.5%;
  right: -3.5%;
  width: 107%;
  z-index: -1; }
  @media (max-width: 991px) {
    .before-after .owl-nav {
      top: 18%;
      left: -4.5%;
      right: -4.5%;
      width: 109%; } }
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .before-after .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.before-after .owl-prev {
  float: left; }
.before-after .owl-next {
  float: right; }

.b-a .b-a-content {
  padding: 0 0 10px 0;
  position: relative; }

.big-image {
  height: 480px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .big-image {
      height: 220px; } }

.team-page .team-box {
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  position: relative;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 10px 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 1100px) {
    .team-page .team-box {
      width: calc(49% - 20px); } }
  @media screen and (max-width: 768px) {
    .team-page .team-box {
      margin: 10px 0;
      width: calc(100% - 0px); } }
.team-page .blog-img {
  height: 410px;
  border-radius: 2px; }
  @media screen and (max-width: 768px) {
    .team-page .blog-img {
      height: 360px; } }
.team-page .blog-tekst {
  padding: 25px 15px 1px 15px;
  min-height: 240px; }
  @media screen and (max-width: 768px) {
    .team-page .blog-tekst {
      min-height: auto;
      padding: 20px 15px 15px 15px; } }
  .team-page .blog-tekst p {
    color: #999;
    font-weight: 300;
    margin-bottom: 2px; }
  .team-page .blog-tekst a {
    color: #333; }
  .team-page .blog-tekst a:hover {
    color: #edc818; }
  .team-page .blog-tekst h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      .team-page .blog-tekst h3 {
        min-height: auto; } }
  .team-page .blog-tekst .svg-inline--fa {
    height: 17px;
    width: 17px;
    padding: 3px;
    border-radius: 50%;
    border: 6px solid #edc818;
    background-color: #edc818;
    color: #333;
    margin: -5px 5px 0px 5px; }
  .team-page .blog-tekst .svg-inline--fa:hover {
    background-color: #333;
    color: #edc818;
    border: 6px solid #333; }

.about-gallery .example-image {
  height: 450px; }
  @media screen and (max-width: 768px) {
    .about-gallery .example-image {
      height: 280px; } }

.videos video {
  height: 300px; }
  @media screen and (max-width: 400px) {
    .videos video {
      height: 220px; } }

.video-community video, .video-community iframe {
  height: 550px;
  margin-top: 20px;
  width: 100%;
  background-color: #333; }
  @media screen and (max-width: 400px) {
    .video-community video, .video-community iframe {
      height: 220px; } }

.inner-header {
  height: 150px;
  background-color: #333; }

.big-image2 {
  height: 600px; }
  @media screen and (max-width: 400px) {
    .big-image2 {
      height: 220px; } }

.service-padd {
  height: 30px; }
  @media screen and (max-width: 400px) {
    .service-padd {
      height: 0px; } }

.service-page-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc( 33% - 20px);
  margin: 15px 7px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 50px 30px;
  border-bottom: 3px solid #edc818; }
  @media (max-width: 1350px) {
    .service-page-box {
      width: calc( 49% - 25px); } }
  @media (max-width: 750px) {
    .service-page-box {
      width: calc( 100% - 0px);
      margin: 8px 0px;
      padding: 30px 15px; } }
  .service-page-box h5 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 24px;
    line-height: 25px;
    min-height: 50px; }
    @media (max-width: 750px) {
      .service-page-box h5 {
        min-height: auto; } }
  .service-page-box p {
    min-height: 80px; }
    @media (max-width: 750px) {
      .service-page-box p {
        min-height: auto; } }

.btn-row .btn {
  margin: 15px 5px;
  min-width: 240px; }
  @media (max-width: 750px) {
    .btn-row .btn {
      margin: 5px 5px; } }

.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #eee; }

#accordion .panel {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  box-shadow: none; }

#accordion .panel-heading {
  padding: 0;
  border: #eee;
  border-radius: 0;
  position: relative;
  background-color: #fff; }

#accordion .panel-title a {
  display: block;
  padding: 20px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #edc818;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 400;
  color: #444;
  position: relative; }
  @media (max-width: 768px) {
    #accordion .panel-title a {
      padding: 20px 36px 20px 12px; } }

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #edc818;
  position: absolute;
  top: 29px;
  right: 30px; }
  @media (max-width: 768px) {
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
      right: 15px; } }

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #edc818;
  position: absolute;
  top: 21px;
  right: 39px;
  transition: all 0.3s ease 0s; }
  @media (max-width: 768px) {
    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
      right: 24px; } }

#accordion .panel-title a:after {
  height: 0; }

#accordion .panel-body {
  padding: 20px 10px;
  background: #fff;
  border-top: none;
  color: #333; }

.accordian-title {
  margin: 0 0 25px 0; }
  @media (max-width: 600px) {
    .accordian-title {
      margin: 15px 0 15px 0; } }

.cta-color {
  background-color: #edc818;
  padding: 50px 0; }
  .cta-color .btn {
    background-color: #333;
    color: #edc818;
    margin: 20px 0 0 0;
    min-width: 280px; }
    @media (max-width: 600px) {
      .cta-color .btn {
        margin: 7px 5px; } }

.cta-color-black {
  background-color: #333;
  padding: 50px 0; }
  .cta-color-black .title-h, .cta-color-black .title-p {
    color: #fff; }
  .cta-color-black .btn {
    margin: 20px 5px;
    min-width: 280px; }
    @media (max-width: 600px) {
      .cta-color-black .btn {
        margin: 10px 5px; } }

.insurance-box {
  background-color: #333;
  padding: 25px 20px;
  margin-top: 15px;
  color: #fff; }
  .insurance-box .svg-inline--fa {
    color: #edc818;
    margin-right: 12px; }

.insurance-box2 {
  background-color: #fff;
  padding: 25px 20px;
  margin-top: 15px;
  color: #222;
  border: 1px solid #edc818; }
  .insurance-box2 .svg-inline--fa {
    color: #edc818;
    margin-right: 12px; }
