/*critical css starts*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}

html body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.site-header {
  background-color: #000000;
  color: #fff;
}

.topbar {
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  background-color: #f15f25;
}

@media all and (max-width: 1200px) {
  .topbar {
    font-size: 14px;
    font-weight: 400;
  }
}

.topbar a {
  color: #fff;
  font-weight: 600;
}

@media all and (max-width: 1200px) {
  .topbar a {
    font-size: 14px;
    font-weight: 500;
  }
}

.topbar a:hover {
  opacity: 0.8;
}

.navbar-brand img {
  margin: 30px auto;
  max-width: 100%;
}

@media all and (max-width: 991px) {
  .navbar-brand img {
    margin: 10px auto;
    max-width: 170px;
  }
}

@media all and (min-width: 992px) {
  #bs-example-navbar-collapse-1 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 20px;
  }
}

.navbar {
  padding: 0;
}

@media all and (max-width: 992px) {
  .navbar {
    padding: 0 20px;
  }
}

@media all and (min-width: 1365px) {
  .navbar {
    padding: 0 70px;
  }
}

.navbar.bg-light {
  background-color: #000 !important;
}

.navbar.bg-light .navbar-nav .nav-link {
  color: #666;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

.navbar.bg-light .navbar-nav .nav-link:hover {
  color: #f15f25;
}

.navbar.bg-light .navbar-nav .active > .nav-link {
  color: #f15f25;
}

@media all and (min-width: 992px) and (max-width: 1240px) {
  .navbar.bg-light .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.navbar-toggler div {
  width: 35px;
  height: 2px;
  background-color: #f15f25;
  margin: 6px 0;
}

.header-contact {
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media all and (max-width: 1364px) {
  .header-contact {
    right: 28px;
  }
}

@media all and (max-width: 1240px) {
  .header-contact {
    right: 8px;
  }
}

@media all and (max-width: 991px) {
  .header-contact {
    display: none;
  }
}

.header-contact a {
  color: #fff;
}

.header-contact a:hover {
  opacity: 0.8;
}

.header-contact div {
  margin: 0 20px;
  font-weight:800;
}

@media all and (max-width: 1364px) {
  .header-contact .address {
    width: 300px;
    text-align: right;
  }
}

@media all and (max-width: 1200px) {
  .header-contact .address {
    display: none;
  }
}

.schedule a {
  background-color: #f15f25;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  padding: 14px 22px;
}

.schedule a:hover {
  opacity: 0.8;
}

/*critical css ends*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}

img {
  border: 0;
}

.clear, .clear1, .clear2, .clear3, .clear4, .clear5, .clear10, .clear20, .clear30, .clear40, .clear60, .clear80 {
  clear: both;
  font-size: 0px;
  line-height: 0px;
}

.clear {
  height: 0px;
}

.clear1 {
  height: 1px;
}

.clear2 {
  height: 2px;
}

.clear3 {
  height: 3px;
}

.clear4 {
  height: 4px;
}

.clear5 {
  height: 5px;
}

.clear10 {
  height: 10px;
}

.clear20 {
  height: 20px;
}

.clear30 {
  height: 30px;
}

.clear40 {
  height: 40px;
}

.clear60 {
  height: 60px;
}

.clear80 {
  height: 80px;
}

form {
  display: block;
  width: 100%;
}

textarea {
  /*resize:vertical;*/
  resize: none;
}

button:focus, .btn:focus, a:focus, input:focus, .form-control:focus {
  outline: 0;
}

button, .btn {
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.padding-margin-0 {
  padding: 0;
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

.inline-block {
  display: inline-block;
}

.full-width {
  width: 100%;
  display: block;
  clear: both;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row .flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post, .page {
  margin: 0;
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.site-footer {
  background-color: #000;
  padding: 70px 0 60px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.copyrights {
  background-color: #f15f25;
  border-radius: 6px;
  margin-top: 80px;
  padding: 50px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media all and (max-width: 991px) {
  .copyrights {
    padding: 40px 20px;
  }
}

.copyrights a, .copyrights a:visited {
  color: #fff;
}

.copyrights a:hover, .copyrights a:visited:hover {
  opacity: 0.8;
}

.copyrights .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 991px) {
  .copyrights .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 991px) {
  .copyrights .flex-row .flex-col {
    text-align: center;
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .copyrights .flex-row .flex-col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (max-width: 991px) {
  .copyrights .flex-row .flex-col:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.copyrights .social a {
  font-size: 24px;
  margin: 0 6px;
}

.copyrights .social a:last-child {
  margin: 0 0 0 6px;
}

.copyrights .fotter-txt .developer {
  margin-top: 20px;
}

@media all and (max-width: 991px) {
  .copyrights .fotter-txt .developer {
    margin-top: 10px;
  }
}

@media all and (min-width: 992px) {
  .footer-form {
    padding-right: 80px;
  }
}

.footer-form h3, .footer-contact h3 {
  color: #f15f25;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  letter-spacing: 6px;
}

@media all and (max-width: 991px) {
  .footer-form h3, .footer-contact h3 {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

@media all and (max-width: 767px) {
  .footer-form h3, .footer-contact h3 {
    font-size: 24px;
    text-align: center;
  }
}

@media all and (max-width: 991px) {
  .footer-contact {
    margin-top: 80px;
  }
}

.footer-contact * {
  text-align: right;
}

@media all and (max-width: 991px) {
  .footer-contact * {
    text-align: center;
  }
}

.footer-contact div {
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}

@media all and (max-width: 991px) {
  .footer-contact div {
    margin-bottom: 10px;
  }
}

.footer-contact div a {
  color: #fff;
  font-size: 14px;
}

.footer-contact div a:hover {
  opacity: 0.8;
}

.footer-contact .site-name {
  margin-top: 60px;
  font-size: 18px;
}

@media all and (max-width: 991px) {
  .footer-contact .site-name {
    margin-top: 20px;
  }
}

.site-footer .form-area {
  margin-top: 60px;
}

.site-footer .form-area .form-group {
  display: block;
  margin-bottom: 20px;
}

.site-footer .form-area .wpcf7-form-control-wrap, .site-footer .form-area .wpcf7-form-control {
  display: block;
  width: 100%;
}

.site-footer .form-area .wpcf7-form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0;
}

.site-footer .form-area .wpcf7-form-control:focus {
  outline: 0;
}

.site-footer .form-area .wpcf7-form-control::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.site-footer .form-area .wpcf7-form-control::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.site-footer .form-area .wpcf7-form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.site-footer .form-area .wpcf7-form-control:-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.site-footer .form-area .form-btn-wrap {
  margin-top: 80px;
}

.site-footer .form-area .wpcf7-submit {
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #1d252c;
  border-radius: 4px;
  padding: 18px 40px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  .site-footer .form-area .wpcf7-submit {
    margin: 0 auto;
    display: block;
  }
}

.site-footer .form-area .wpcf7-submit:hover {
  opacity: 0.8;
}

.site-footer div.wpcf7-validation-errors, .site-footer div.wpcf7-acceptance-missing {
  color: #f7e700;
}

.site-footer div.wpcf7-validation-success {
  color: #fff;
}

.home-slider-wrap {
  position: relative;
}

.home-slider-wrap .schedule {
  margin-top: 40px;
}

.home-slider-wrap .schedule a {
  font-size: 18px;
  font-weight: 800;
  padding: 20px 36px;
}

.home-slider-wrap .schedule a:hover {
  color: #fff;
  text-decoration: none;
}

.home-slider-wrap .home-slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 998;
  text-align: center;
  margin: 0 auto;
}

@media all and (max-width: 1023px) {
  .home-slider-wrap .home-slider-text {
    width: 100%;
  }
}

.home-slider-wrap .home-slider-text h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 750px;
  margin: 0 auto 20px auto;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  letter-spacing: 1px;
}

@media all and (max-width: 1432px) {
  .home-slider-wrap .home-slider-text h2 {
    font-size: 54px;
  }
}

@media all and (max-width: 1023px) {
  .home-slider-wrap .home-slider-text h2 {
    font-size: 54px;
    max-width: 490px;
  }
}

@media all and (max-width: 676px) {
  .home-slider-wrap .home-slider-text h2 {
    font-size: 28px;
    max-width: 265px;
  }
}

.home-slider-wrap .home-slider-text .description {
  max-width: 750px;
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  margin: 0 auto;
}

@media all and (max-width: 1432px) {
  .home-slider-wrap .home-slider-text .description {
    max-width: 550px;
    font-size: 22px;
  }
}

@media all and (max-width: 676px) {
  .home-slider-wrap .home-slider-text .description {
    font-size: 16px;
    padding: 0 30px;
    max-width: 384px;
  }
}

.home-slider-wrap .slickslider-home .slide {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 700px;
  width: 100%;
}

@media all and (max-width: 767px) {
  .home-slider-wrap .slickslider-home .slide {
    height: 420px;
  }
}

.home-slider-wrap .slickslider-home .arrow-left {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 998;
  font-size: 20px;
  opacity: 0.5;
}

.home-slider-wrap .slickslider-home .arrow-left:hover {
  opacity: 1;
  cursor: pointer;
}

.home-slider-wrap .slickslider-home .arrow-right {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 998;
  font-size: 20px;
  opacity: 0.5;
}

.home-slider-wrap .slickslider-home .arrow-right:hover {
  opacity: 1;
  cursor: pointer;
}

.welcome {
  padding: 80px 0;
}

.welcome .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 20px;
  text-transform: uppercase;
  display:block;
}

@media all and (max-width: 991px) {
  .welcome .title {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

.welcome .caption {
  font-size: 60px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #f15f25;
  margin-bottom: 30px;
  line-height: 1;
}

@media all and (max-width: 991px) {
  .welcome .caption {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

.welcome .short-detail {
  font-size: 16px;
  line-height: 36px;
}

.welcome .long-detail .hidden-more {
  font-size: 16px;
  line-height: 36px;
  display: none;
}

.welcome .long-detail .welcome-read-more {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #f15f25;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

@media all and (max-width: 991px) {
  .welcome .long-detail .welcome-read-more {
    letter-spacing: 1px;
  }
}

.newsletter {
  text-align: center;
  background-color: #101820;
  padding: 60px 0 40px 0;
  color: #fff;
}

.newsletter .title {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  .newsletter .title {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

.newsletter .detail {
  font-size: 16px;
  font-weight: 500;
  margin-bottom:20px;
}

.team-wrap {
  padding: 80px 60px;
}

@media all and (max-width: 1023px) {
  .team-wrap {
    padding: 80px 15px;
  }
}

.team-wrap h2 {
  text-align: center;
  font-size: 48px;
  color: #f15f25;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 80px;
}

@media all and (max-width: 991px) {
  .team-wrap h2 {
    letter-spacing: 1px;
    font-size: 32px;
  }
}

.team-wrap .flex-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1200px) {
  .team-wrap .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.team-wrap .flex-row .flex-col {
  border: 1px solid #ccc;
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: auto 345px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 325px;
  position:relative;
}

@media all and (max-width: 1200px) {
  .team-wrap .flex-row .flex-col {
    width: 46%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .team-wrap .flex-row .flex-col {
    width: 100%;
  }
}

.team-wrap .flex-row .flex-col .name {
  margin-top: 60px;
  font-size: 16px;
  color: #f15f25;
  font-weight: 600;
  
}

.team-wrap .flex-row .flex-col .speciality {
  min-height: 26.11px;
  text-transform: uppercase;
  color: #101820;
  font-weight: 500;
}

.team-wrap .flex-row .flex-col .description {
  max-width: 230px;
  margin: 20px auto 0px auto;
  font-size: 14px;
  color: #666666;
  min-height: 33px;
}

@media all and (max-width: 1023px) {
  .team-wrap .flex-row .flex-col .description {
    margin: 0 auto 50px auto;
  }
}

.team-wrap .flex-row .flex-col .thumb-wrap {
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 325px;
}

.team-wrap .flex-row .flex-col .thumb-wrap img {
  margin: 0 auto;
  width: auto;
}

.testimonials-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 90px 0;
  text-align: center;
}

@media all and (max-width: 991px) {
  .testimonials-wrap {
    max-height: 100%;
  }
}

.testimonials-wrap .slick-list, .testimonials-wrap .slick-track {
  height: 100%;
}

.testimonials-wrap .slick-slider {

}

@media all and (max-width: 991px) {
  .testimonials-wrap .slick-slider {
    margin-bottom: 0px !important;
  }
}

.testimonials-wrap h2 {
  color: #f15f25;
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 10px;
  margin-bottom: 80px;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  .testimonials-wrap h2 {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 991px) {
  .testimonials-wrap h2 {
    letter-spacing: 1px;
    font-size: 32px;
  }
}

.testimonials-wrap h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}

.testimonials-wrap .testimonial {
  color: #fff;
  font-style: italic;
  font-weight: 500;
  max-width: 790px;
  margin: 0 auto 40px auto;
}

.testimonials-wrap .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #666;
  background-color: #666;
  padding: 0;
}

.testimonials-wrap .slick-dots li button::before {
  display: none;
}

.testimonials-wrap .slick-dots li.slick-active button {
  border: 4px solid #f15f25;
  background-color: #222a32;
}

.speak-to {
  display: inline-block;
  margin: 60px auto 0 auto;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 36px;
  background-color: #000;
  border-radius: 4px;
  color: #fff !important;
  text-transform: uppercase;
}

@media all and (max-width: 1023px) {
  .speak-to {
    padding: 20px 18px;
  }
}

@media all and (max-width: 767px) {
  .speak-to {
    font-size: 12px;
  }
}

.speak-to:hover {
  opacity: 0.8;
}

.form-newsletter {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.form-newsletter .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1023px) {
  .form-newsletter .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form-newsletter .flex-row .flex-col {
  margin: 0 5px;
  position: relative;
}

@media all and (max-width: 1023px) {
  .form-newsletter .flex-row .flex-col {
    margin-bottom: 10px;
    width: 100%;
  }
}

.form-newsletter .flex-row .flex-col .wpcf7-form-control-wrap, .form-newsletter .flex-row .flex-col input {
  display: block;
}

.form-newsletter .flex-row .flex-col .wpcf7-text {
  max-width: 380px;
  text-align: center;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  padding: 12px 15px;
}

@media all and (max-width: 1023px) {
  .form-newsletter .flex-row .flex-col .wpcf7-text {
    max-width: 100%;
    width: 100%;
  }
}

.form-newsletter .flex-row .flex-col .wpcf7-text::-webkit-input-placeholder {
  color: #999;
  font-weight: 500;
}

.form-newsletter .flex-row .flex-col .wpcf7-text::-moz-placeholder {
  color: #999;
  font-weight: 500;
}

.form-newsletter .flex-row .flex-col .wpcf7-text:-ms-input-placeholder {
  color: #999;
  font-weight: 500;
}

.form-newsletter .flex-row .flex-col .wpcf7-text:-moz-placeholder {
  color: #999;
  font-weight: 500;
}

.form-newsletter .flex-row .flex-col .wpcf7-submit {
  font-size: 14px;
  background-color: #f15f25;
  font-weight: 600;
  padding: 18px 42px;
  color: #fff;
  border: none;
  margin-top: 1px;
}

.form-newsletter .flex-row .flex-col .ajax-loader {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.what-we-do {
  padding: 100px 0;
}

.what-we-do .caption {
  font-size: 60px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #f15f25;
  margin-bottom: 30px;
}

@media all and (max-width: 991px) {
  .what-we-do .caption {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

.what-we-do .detail {
  font-size: 16px;
  line-height: 36px;
}

.what-we-do .read-more {
  text-align: center;
  margin-top: 40px;
}

.what-we-do .read-more a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #f15f25;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

@media all and (max-width: 991px) {
  .what-we-do .read-more a {
    letter-spacing: 1px;
  }
}
/*# sourceMappingURL=custom.css.map */

/*bootstrap fix*/

.navbar .dropdown, .navbar .dropdown-toggle {
  pointer-events: all !important;
}

@media all and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block !important;
		margin-top: 0 !important;
		padding-top: 20px;
	}
	.dropdown > .dropdown-toggle:active {
    	/*Without this, clicking will make it sticky*/
    	pointer-events: none;
	}
}


li.dropdown {position: relative;}
@media all and (max-width: 991px) {
    li.dropdown .dropdown-toggle::after {display: none;}
	li.dropdown a { margin-right: 70px; }
	li.dropdown .mobile-arrow {
		position: absolute;
		right: 20px;
		top: 13px;
		z-index: 998;
		cursor: pointer;
	    display: inline-block;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
		color: #f15f25;
	}
	.dropdown .dropdown-item {padding-left: 40px;}
}

@media all and (min-width: 992px) and (max-width: 993px) {
	.navbar.bg-light .navbar-nav .nav-link {
		font-size: 13px;
	}	
}

/*after backup testimonials slider fix*/
.wprevpro_t1_P_3:after { right: -20px;}
@media all and (max-width: 480px) {
	.wprev-slider { min-height: 486px !Important; }	
}
@media all and (min-width: 1200px) and (max-width: 1365px) {
	.wprs_unslider-arrow.next {right: -10px !important;}
	.wprs_unslider-arrow.prev {left: -22px !important;}
}
body {overflow-x: hidden !important;}
.njt-google-places-reviews-wap .njt-header{
	max-width: 345px;
	text-align: left;
	margin: auto;
	border-bottom: 0;
}
.njt-google-places-reviews-wap .njt-header .njt-header-title a,
.njt-google-places-reviews-wap .njt-review .njt-review-info .grp-reviewer-name a{
	color: white;
}
.njt-google-places-reviews-wap .njt-review-avatar{
	display: none;
}
.njt-google-places-reviews-wap .slick-slide .column-content{
		display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}
.njt-google-places-reviews-wap .njt-review .njt-review-content{
		box-sizing: border-box;
	color: white;
	text-size-adjust: 100%;
	column-rule-color: #777;
	perspective-origin: 240px 44px;
	transform-origin: 240px 44px;
	border: 0 none #777;
	font: italic normal normal normal 14px/22.4px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 0 5px;
	outline: #777 none 0;
}
.njt-google-places-reviews-wap .njt-review .njt-review-info{
	margin-left: 0;
}
.njt-google-places-reviews-wap{
	border-top:0;
}
.njt-google-places-reviews-wap .njt-google-places-reviews-wap .slick-slider .slick-track{
	display: flex;
	justify-content: center;
	align-items: center;
}
.njt-google-places-reviews-wap .njt-gr-slick-prev, .njt-google-places-reviews-wap .njt-gr-slick-next{
	background-color: rgb(240 95 37)!important;
}
.njt-google-places-reviews-wap .njt-read-all-reviews a{
	color: #f15f25;
}