@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  src: local('Kanit Bold'), local('Kanit-Bold'), url(https://fonts.gstatic.com/s/kanit/v3/nKKU-Go6G5tXcr4uPhWnVaQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
body {
  font-style: 16px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #9f9f9f;
}
.grid{
  display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
}
.button {
  text-align: center;
  max-width: 100%;
  padding: 9px 40px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 2px solid;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.button-secondary-outline {
  border-color: #f8de66;
  color: #f8de66;
}
.button-secondary-outline:hover {
  background-color: #f8de66;
  border-color: #f8de66;
  color: #FFFFFF;
}
.relative {
  position: relative;
}
a {
  -webkit-transition: 0.33s all ease-out;
  -o-transition: 0.33s all ease-out;
  transition: 0.33s all ease-out;
}
a:hover {
  text-decoration: none;
}
.section {
  padding-top: 50px;
  
}
.section h3 {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kanit", "Times New Roman", Times, serif;
  font-weight: 700;
  color: #2b2f40;
}
p{
  margin: 0;
}
.section h3 {
  font-size: 2.1875em;
}
.item-6 .item-icon {
  background-position: -20px -420px;
}
.item-5 .item-icon {
  background-position: -20px -336px;
}
.item-4 .item-icon {
  background-position: -20px -252px;
}
.item-3 .item-icon {
  background-position: -20px -168px;
}
.item-2 .item-icon {
  background-position: -20px -84px;
}
.item-1 .item-icon {
  background-position: -20px 0px;
}

.item-icon {
  margin-bottom: 10px;
  width: 64px;
  height: 64px;
  background-image: url(../images/main-serv.html);
  -webkit-transition: 0.33s all ease;
  -o-transition: 0.33s all ease;
  transition: 0.33s all ease;
}
.h7 {
  font: 700 16px/24px "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.button-primary-outline {
  color: #215b8a;
  background-color: transparent;
  border-color: #215b8a;
}
.button-primary-outline:hover {
  color: #FFFFFF;
  background-color: #215b8a;
  border-color: #215b8a;
}
.contacts h3 {
  margin-bottom: 35px;
}
.contacts h5 {
  margin-top: 40px;
}
.contacts p {
  font-size: 0.9375em;
}
.contacts .contact-info {
  font-size: 0.9375em;
  color: #000000;
}
.contacts .contact-info p {
  margin-bottom: 8px;
}
.contacts .contact-info dl dt,
.contacts .contact-info dl dd {
  display: inline-block;
  font-weight: 400;
}
.contacts .contact-info .link-primary {
  color: #215b8a;
}
.contacts .contact-info .link-primary:hover {
  color: #f8de66;
}
.page-title.appointment-title .page-title-right {
  right: 71%;
}
.appointment form {
  margin-top: 30px;
}
.appointment input[type=date] {
  color: #9f9f9f;
}
.form-control {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #b7b7b7;
  color: #000000;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  opacity: 1;
  /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9f9f9f;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9f9f9f;
}
.form-control:focus {
  border-color: #215b8a;
}
.btn-primary {
  width: 100%;
  padding: 9px 40px;
  font-weight: 700;
  background-color: #215b8a;
  border: 2px solid #215b8a;
  font-size: 0.875em;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #e3b536;
  border-color: #e3b536;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-header .navbar {
  padding: 33px 15px;
}
.main-header .navbar .navbar-nav > li + li {
  margin-left: 48px;
}
.main-header .navbar .navbar-nav .nav-link {
  color: #f24937;
}
.main-header .navbar .navbar-nav .nav-link:hover {
  color: #8e44ad;
}
.main-header .navbar .navbar-nav .active {
  color: #db402f;
}

.carousel .background {
  height: auto;
  /* min-height: 620px; */
  min-height: 32vw;
}
.carousel .background.item-1 {
  background-image: url(../images/law2.jpg);
 /*  background-size: 114%;
  background-position: calc(50% - 100px) -164px; */
  background-size: cover;
  background-position: 50% 56%;

}
.carousel .background.item-2 {
  background-image: url(../images/cons.html);
  color: #FFFFFF;
}
.carousel .background.item-3 {
  background-image: url(../images/marketing.html);
}
.carousel .background .caption {
  /*position: absolute;*/
  /*margin: 0;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-right: -50%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*    -ms-transform: translate(-50%, -50%);*/
  /*        transform: translate(-50%, -50%);*/
  /*text-align: center;*/
}
/*.carousel .background .caption h2 {*/
/*  margin-bottom: 0px;*/
/*}*/
.carousel .background .caption .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.carousel .background .caption .button-default-outline:hover {
  color: #FFFFFF;
  background-color: #f8de66;
  border-color: #f8de66;
}
.carousel .background .title-about {
  max-width: 700px;
  font-size: 3em;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  color: #FFFFFF;
}
.carousel .background .after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(5, 5, 33, 0.5);
}
.serv h6 {
  font-size: 1.375em;
}
.serv h2 {
  margin-bottom: 34px;
}
.serv .item:hover .divider::before {
  width: 168px;
  background: #f8de66;
}
.serv .item:hover .item-icon {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}
.serv .row-marketing {
  margin-top: 75px;
}
.police{
 
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.police li {
  list-style: none;
}
.quick-links a{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif
}
.serv .divider {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  margin: 13px 0;
  line-height: 0;
  font-size: 0;
}
.serv .divider::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #eee;
}
.serv .divider::before {
  content: '';
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #215b8a;
  -webkit-transition: 0.33s all ease;
  -o-transition: 0.33s all ease;
  transition: 0.33s all ease;
}
.bcg {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/map-svg.svg);
  position: relative;
  padding-top: 0;
  min-height: 16vw;
  display: flex;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bcg {
    height: 16vw;
  }
}
.bcg:after{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: .3;
}
.text-map{
  z-index: 5;
}
.about h3 {
  
  text-align: center;
  color: #FFFFFF;
  /* padding: 100px; */
}
.about .text-center {
  margin-top: 50px;
}
.experts .wrap {
  padding: 25px 0;
}
.experts .wrap .experts-sub-text {
  font-style: italic;
  color: #215b8a;
}
.experts .thumbnail {
  position: relative;
}
.experts .thumbnail-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.experts .thumbnail-var-1 {
  min-height: 300px;
  padding: 30px 0 0;
  overflow: visible;
  text-align: center;
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
  margin: 0 11px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #2b2f40;
}
.experts .thumbnail-caption {
  position: relative;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  margin: 31px 17px 0 17px;
  padding: 17px 8px 25px;
  background: #fff;
}
.experts .thumbnail-caption .text-header {
  font-family: "Kanit", "Times New Roman", Times, serif;
  font-weight: 700;
  color: #000000;
}
.experts .thumbnail-caption .text-caption {
  font-size: 0.9375em;
  font-style: italic;
}
.experts .thumbnail-caption p {
  margin-bottom: 0;
}
.progress-section {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/progress.html);
  background-attachment: fixed;
}
.progress-section .icon {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background-image: url(../images/progress-2.html);
}
.progress-section .count {
  font-family: "Kanit", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 3.4375em;
  color: #FFFFFF;
}
.progress-section h6 {
  font-size: 1.2em;
  color: #9b9b9b;
}
.progress-section .box-3 .icon {
  background-position: -20px -104px;
}
.progress-section .box-2 .icon {
  background-position: -20px -52px;
}
.progress-section .box-1 .icon {
  background-position: -20px 0px;
}
.progress-section .count-percent::after {
  display: inline-block;
  content: '%';
  font-size: 0.33em;
  vertical-align: middle;
  margin-top: -1.6em;
  margin-left: 0.25em;
}
.testimonials h3,
.comments h3 {
  text-align: center;
}
.testimonials .testimonial,
.comments .testimonial,
.testimonials .comment,
.comments .comment {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  width: 555px;
}
.testimonials .testimonial .quote-bordered,
.comments .testimonial .quote-bordered,
.testimonials .comment .quote-bordered,
.comments .comment .quote-bordered {
  padding-top: 14px;
  text-align: center;
}
.testimonials .testimonial .quote-bordered .quote-body,
.comments .testimonial .quote-bordered .quote-body,
.testimonials .comment .quote-bordered .quote-body,
.comments .comment .quote-bordered .quote-body {
  margin-top: 15px;
  position: relative;
  padding-bottom: 10px;
}
.testimonials .carousel-control-prev-icon,
.comments .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.testimonials .carousel-control-next-icon,
.comments .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.faq {
  background-color: #F2F3F8;
}
.faq h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.faq .card-custom {
  display: block;
  margin: 0;
  margin-bottom: 0px;
  background: inherit;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq .card-header {
  background-color: #F2F3F8;
  border-bottom: 1px solid #d9d9d9;
}
.faq .btn-link {
  letter-spacing: 0.03em;
  color: #000000;
}
.faq .btn-link:hover {
  color: #000000;
}
.page-title {
  padding-top: 70px;
  padding-bottom: 90px;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background: #000;
  overflow: hidden;
  background-image: url(../images/bg-image-about-us.html);
}
.page-title h2 {
  display: inline-block;
  font-size: 3.125em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.page-title .page-title-right {
  position: absolute;
  right: 80%;
  top: 44%;
  width: auto;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.page-title .page-title-right h2 {
  padding-left: 1.2em;
  display: inline;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.2);
}
.who-we-are h3 {
  margin-bottom: 35px;
}
.who-we-are .caption {
  margin-bottom: 5px;
  font-size: 0.875em;
  color: #000000;
}
.who-we-are .progress {
  margin-bottom: 5px;
  height: 10px;
}
.who-we-are .progress .progress-bar {
  background-color: #f8de66;
}
.about-us {
  background-color: #F2F3F8;
}
.comments {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/comments.html);
  background-attachment: fixed;
}
.comments .comment,
.comments h3 {
  color: #FFFFFF;
}
.comments .comment {
  width: 800px;
}
.comments q {
  font-size: 1.5em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
}
.comments .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.comments .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.choose {
  background-color: #F2F3F8;
}
.choose.section {
  padding-bottom: 0;
}
.product-image{
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}

.wrap-product{
  display: grid;
  margin-bottom: 0px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 212px;
  margin-bottom: 20px;
}
.flex-partner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.partner-img{
  font-size: 15px;
    color: #2b2f40;
    text-align: center;
}
.row-product{
  text-align: center;
}
.desc{
  font-size: 16px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #232323;
}
.row-product{
  font-size: 25px;
    font-family: "Kanit", "Times New Roman", Times, serif;
    font-weight: 700;
    color: #2b2f40;   
}
.row-product p{
  margin-bottom: 10px
}

.choose ul {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}
.choose ul > li + li {
  margin-top: 44px;
}
.choose .icon-box-horizontal {
  margin-left: -44px;
}
.choose .unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.choose .unit .unit-body {
  margin-left: 32px;
}
.sec{
  padding-bottom: 50px;
}
.choose .unit-spacing-md.unit {
  margin-bottom: -32px;
  margin-left: -22px;
}
.choose .img-1,
.choose .img-2,
.choose .img-3 {
  background: url(../images/choose.html);
}
.choose .img-1 {
  background-position: -20px 0px;
  width: 52px;
  height: 32px;
}
.choose .img-2 {
  background-position: -20px -52px;
  width: 52px;
  height: 32px;
}
.choose .img-3 {
  background-position: -20px -104px;
  width: 52px;
  height: 32px;
}
.services.section {
  padding-bottom: 0;
}
.services p {
  margin-bottom: 45px;
}
.our-services {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/our-serv.html);
}
.our-services h3,
.our-services h6,
.our-services p {
  color: #FFFFFF;
}
.our-services p {
  margin-top: 60px;
  margin-bottom: 35px;
}
.our-services .item-6 .item-icon {
  background-position: 0 -260px;
}
.our-services .item-5 .item-icon {
  background-position: 0 -208px;
}
.our-services .item-4 .item-icon {
  background-position: 0 -156px;
}
.our-services .item-3 .item-icon {
  background-position: 0 -104px;
}
.our-services .item-2 .item-icon {
  background-position: 0 -52px;
}
.our-services .item-1 .item-icon {
  background-position: 0 0px;
}
.our-services .item-icon {
  width: 32px;
  height: 32px;
  background-image: url(../images/our-services.html);
}
.our-services .row-low-serv {
  margin-bottom: 50px;
}
.advice {
  background-color: #F2F3F8;
}
.advice .button {
  padding: 10px 70px;
  font-size: 1em;
}
.divider-wide {
  height: 10px;
  width: 100%;
}
.divider {
  margin-left: auto;
  margin-right: auto;
}
.bg-accent {
  background: #215b8a;
  fill: #215b8a;
}
.map {
  background-color: #2f3543;
}
.main-footer {
  background-color: #2f3543;
}
.main-footer.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-footer hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #3d445b;
}
.main-footer p {
  margin-top: 17px;
  color: #666c84;
}
.main-footer p.h7 {
  color: #FFFFFF;
}
.main-footer a {
  /*font-family: "Kanit", "Times New Roman", Times, serif;*/
  /*font-weight: 700;*/
  color: #FFFFFF;
}
.main-footer a:hover {
  color: #f8de66;
}
.main-footer .mail,
.main-footer .address {
  margin-top: 30px;
}
.main-footer .mail img,
.main-footer .address img {
  margin-right: 15px;
}
.main-footer .mail a,
.main-footer .address a {
  font-size: 0.85em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}
.main-footer .address {
  margin-top: 15px;
}
.main-footer .row-divider {
  /*margin-top: 40px;*/
}
.main-footer .copyright {
  margin-top: 35px;
  color: #666c84;
}
.main-footer .quick-links ul {
  margin-top: 27px;
  padding-left: 0;
  list-style-type: none;
}
.main-footer .quick-links ul li {
  margin-top: 15px;
}
.main-footer .quick-links a {
  font-size: 0.9375em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}

.info a {
  color: #666c84;
      font-weight: inherit;
    font-family: inherit;
}

.who-we-are,
.how-to-find-us {
  padding-top: 0;
}

  select:-moz-focusring, a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  *:focus, *:visited, *:active, *:hover  { outline:0!important;}
  a, a:focus, a:visited, a:active, a:hover  { outline:0!important;}
  *::-moz-focus-inner {
    border: 0;
    outline: none;
  }