@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fbf5ea;
}

img {
  max-width: 100%;
}

.padding-less {
  padding: 0 7px;
}

.padding-0 {
  padding: 0;
}

header {
  background-color: #ffe23c;
}

.navbar {
  padding: 0;
  padding-top: 30px;
}

.navbar .nav-right {
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  z-index: 1;
  font-size: 13px;
  line-height: 30px;
}

.navbar-nav .dropdown-menu a {
  color: #464646;
}

ul.tw-dropdown-menu {
  width: 285px;
  padding: 16px 30px 33px;
  margin: 0;
  border: none;
  border-radius: 0;
  z-index: -1;
}

.navbar-brand {
  padding: 8px 0;
  margin-top: -18px;
}

.navbar-light .navbar-nav .nav-link {
  color: #464646;
  font-weight: bold;
  font-size: 16px;
  margin-left: 58px;
  padding: 0;
  font-family: 'STIX Two Text', serif;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 13px;
}

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #fff;
}

.navbar-light .navbar-nav .active > .nav-link {
  border-bottom: 2px solid #fff;
  color: #f90;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  float: right;
  margin-top: -100px;
  padding-right: 0;
}

.call-btn {
  background-color: #ffbf00;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 96% 100%, 0% 100%);
          clip-path: polygon(6% 0, 100% 0%, 96% 100%, 0% 100%);
  padding: 8px 80px;
  border: 0;
  font-size: 23px;
  font-family: 'STIX Two Text', serif;
  letter-spacing: 1px;
  font-weight: 500;
  float: left;
}

.call-btn a {
  color: #464646;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.call-btn a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: .8s;
  transition: .8s;
}

.service-menu {
  background-color: #ffbf00;
  -webkit-clip-path: polygon(2% 0, 100% 0%, 99% 100%, 0% 100%);
          clip-path: polygon(2% 0, 100% 0%, 99% 100%, 0% 100%);
  padding: 0 18px;
  border: 0;
  font-family: serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

.service-menu a {
  color: #5d605d;
  font-size: 13px;
  text-decoration: none;
  font-family: 'STIX Two Text', serif;
}

.service-menu li {
  padding: 13px 12px;
}

.banner {
  position: relative;
}

.banner .baner-txt {
  position: absolute;
  top: 0;
  padding: 188px 0;
}

.banner .baner-txt h1 {
  color: #fff;
  font-size: 33px;
  font-family: 'STIX Two Text', serif;
  font-weight: bold;
  margin-bottom: 18px;
}

.banner .baner-txt ul {
  padding: 0;
}

.banner .baner-txt li {
  font-size: 23px;
  color: #fff;
  list-style: none;
  line-height: 48px;
  font-family: 'STIX Two Text', serif;
}

.banner .baner-txt button {
  background: #ffbf00;
  padding: 18px 18px;
  border-radius: 8px;
  border: 0;
  font-size: 18px;
  font-family: arial;
  border-bottom: 2px solid #b78b06;
  cursor: pointer;
  margin-top: 18px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition: 1s;
  transition: 1s;
}

.banner .baner-txt button:hover {
  background: #ffff;
  -webkit-transition: .8s;
  transition: .8s;
  color: #000;
  border-bottom: 2px solid #ffbf00;
}

.banner .baner-txt button a {
  color: #484848;
  text-decoration: none;
}

.banner .baner-txt button a:hover {
  color: red;
}

.choose-us {
  padding: 80px 0;
}

.choose-us .title {
  font-size: 30px;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-family: 'STIX Two Text', serif;
}

.choose-us .title span {
  background: #fbf5ea;
  padding: 0 18px;
}

.choose-us .bottom-bdr {
  border-bottom: 3px solid #ffe23c;
  width: 100%;
  margin-top: -28px;
  margin-bottom: 38px;
}

.choose-us .choose-service {
  background: #ffbf00;
  padding: 21px;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 13px;
  -webkit-box-shadow: 1px 1px 7px 0px #bfbfbf;
          box-shadow: 1px 1px 7px 0px #bfbfbf;
  min-height: 480px;
}

.choose-us .choose-service h2 {
  font-size: 18px;
  color: #464646;
  font-weight: bold;
  margin: 18px 0;
  font-family: 'Montserrat', sans-serif;
}

.choose-us .choose-service p {
  font-size: 14px;
  color: #464646;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.customer {
  padding: 30px 0 30px 0;
}

.customer .title {
  font-size: 30px;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-family: 'STIX Two Text', serif;
}

.customer .title span {
  background: #fbf5ea;
  padding: 0 18px;
}

.customer h3 {
  margin-top: 30px;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #464646;
  font-weight: 300;
}

.customer h3 button {
  background: #ffbf00;
  padding: 8px 18px;
  border: 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-left: 18px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  border: 1px solid #ffbf00;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.customer h3 button:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid #ffbf00;
  background: transparent;
  -webkit-transition: .8s;
  transition: .8s;
}

.customer h3 button a {
  color: #fff;
}

.customer .bottom-bdr {
  border-bottom: 3px solid #ffe23c;
  width: 100%;
  margin-top: -28px;
  margin-bottom: 38px;
}

.customer .customer-brand {
  width: auto;
  margin-top: 48px;
}

.customer .customer-brand .customer-name {
  width: 14.28%;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.customer .customer-brand .customer-name img {
  width: 100%;
  height: 138px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.ftr {
  background: #464646;
  padding: 38px 0;
  font-family: 'Montserrat', sans-serif;
}

.ftr input[type=text] {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 13px;
}

.ftr input[type=email] {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 13px;
}

.ftr input[type=submit] {
  width: 100%;
  height: 48px;
  padding: 8px;
  background: #ffbf00;
  border: 1px solid #ffbf00;
  border: 0;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.ftr input[type=submit]:hover {
  background: #fff;
  border: 1px solid #ffbf00;
  -webkit-transition: .8s;
  transition: .8s;
  color: #000;
}

.ftr textarea {
  width: 100%;
  height: 118px;
  padding: 8px;
}

.ftr select {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 13px;
}

.ftr .copyright {
  margin-top: 58px;
  color: #fff;
  margin-top: 30px;
  font-size: 17px;
}

.ftr .copyright a {
  color: #fff;
  font-size: 17px;
}

.ftr .copyright a:hover {
  color: #ffbf00;
  text-decoration: none;
}

.ftr p {
  color: #fff;
  font-size: 10px;
  padding-bottom: 0;
}

.ftr p a {
  color: #ffbf00;
}

.ftr p a:hover {
  text-decoration: none;
  color: #ffbf00;
}

.ftr .ftr-menu {
  margin-top: 30px;
}

.ftr .ftr-menu ul {
  padding-left: 0;
}

.ftr .ftr-menu li {
  list-style-type: none;
  font-size: 13px;
  line-height: 34px;
}

.ftr .ftr-menu li a {
  color: #fff;
  text-decoration: none;
}

.ftr .ftr-menu li a:hover {
  color: #ffbf00;
}

.ftr .ftr-menu .footer-social a{
	color: #fff;
	text-decoration: none;
	margin-right: 8px;
    display: inline-block;
}
.ftr .ftr-menu .footer-social a:last-child{margin-right: 0px;}

.ftr .ftr-menu .footer-social a i{
	color: #ffbf00;
}

.ftr .ftr-form {
/*  padding: 0 0 0 30px;*/
padding: 0 0 0 0px;
}

.desk-off {
  display: none;
}

.desk-on {
  display: block;
}

.gallery-box {
  padding: 48px 0 30px 0;
}

.gallery-box .gallery-title {
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #464646;
  font-family: 'STIX Two Text', serif;
}

.gallery-box .bottom-line {
  width: 10%;
  border-bottom: 3px solid #ffbf00;
  margin-left: 45%;
  margin-bottom: 30px;
}

.gallery-box .lightboxed {
  margin-top: 23px;
}

.gallery-box .overlay-img {
  position: relative;
  width: 100%;
}

.gallery-box .image-hover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.gallery-box .center-align {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.gallery-box .overlay-img:hover .image-hover {
  opacity: 0.3;
  cursor: pointer;
}

.gallery-box .overlay-img:hover .center-align {
  opacity: 1;
}

.gallery-box .action-point {
  color: white;
}

.services {
  padding: 30px 0;
}

.services .services-title {
  font-size: 30px;
  text-align: center;
  color: #464646;
  text-transform: uppercase;
  font-family: 'STIX Two Text', serif;
  font-weight: bold;
}

.services .bottom-line {
  width: 10%;
  border-bottom: 3px solid #ffbf00;
  margin-left: 45%;
  margin-bottom: 30px;
  margin-top: 18px;
}

.services .service-bx {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px 3px #d5d5d5;
          box-shadow: 0px 0px 3px 3px #d5d5d5;
  padding: 23px;
  margin: 18px 0;
  min-height: 480px;
}

.services .service-bx img {
  width: 100%;
}

.services .service-bx h2 {
  font-size: 21px;
  color: #464646;
  padding: 18px 0 3px 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-bx p {
  font-size: 17px;
  color: #464646;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.services .service-bx .subtext-border {
  width: 80px;
  border-bottom: 3px solid #ffbf00;
  margin-bottom: 18px;
}

.services .service-bx button {
  background-color: #ffbf00;
  padding: 8px 18px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  border: 1px solid #ffbf00;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.services .service-bx button:hover {
  background: transparent;
  color: #000;
  border: 1px solid #ffbf00;
  -webkit-transition: .8s;
  transition: .8s;
  cursor: pointer;
}

.services .service-bx button a {
  color: #fff;
  border-bottom: none;
  font-family: Arial, Helvetica, sans-serif;
}

.common-service {
  padding: 48px 0 30px 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #767676;
}

.common-service img {
  width: 100%;
}

.common-service .common-title {
  font-size: 33px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #464646;
  font-family: 'STIX Two Text', serif;
}

.common-service .common-line {
  width: 10%;
  border-bottom: 3px solid #ffbf00;
  margin-left: 45%;
  margin-bottom: 30px;
}

.common-service h2 {
  font-size: 23px;
  margin-top: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
  font-weight: bold;
}

.common-service .srv-style h4 {
  font-size: 18px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.common-service .srv-style ul {
  padding-left: 23px;
}

.common-service p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
  line-height: 23px;
}

.common-service li {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 23px;
  color: #464646;
}

.common-service a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  /*color: #464646;*/
  color: #007bff;
}

.common-contact {
  text-align: center;
}

.common-contact a {
  background: #ffbf00;
  padding: 8px 18px;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 18px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #ffbf00;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.common-contact a:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
  -webkit-transition: .8s;
  transition: .8s;
  border: 1px solid #ffbf00;
}

.contact-us {
  padding: 38px 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #767676;
}

.contact-us .contact-title {
  font-size: 33px;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  font-family: 'STIX Two Text', serif;
  font-weight: bold;
}

.contact-us .contact-line {
  width: 10%;
  border-bottom: 3px solid #ffbf00;
  margin-left: 45%;
  margin-bottom: 30px;
}

.contact-us h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  color: #464646;
}

.contact-us h3 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
}

.contact-us p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
}

.contact-us p a {
  font-size: 13px;
  color: #ffa500;
}

.contact-us p a:hover {
  text-decoration: none;
  color: #ffbf00;
}

.contact-us input[type=text] {
  width: 100%;
  height: 38px;
  padding: 8px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
}

.contact-us input[type=email] {
  width: 100%;
  height: 38px;
  padding: 8px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
}

.contact-us input[type=submit] {
  width: auto;
  height: 43px;
  padding: 8px 18px;
  background: #ffbf00;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #ffbf00;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin-bottom: 13px;
}

.contact-us input[type=submit]:hover {
  background: #fff;
  border: 1px solid #ffbf00;
  color: #000;
  -webkit-transition: .8s;
  transition: .8s;
}

.contact-us textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
}

.contact-us select {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 13px;
  border: 0;
}

.contact-us i {
  font-size: 18px;
  line-height: 30px;
  color: #ffbf00;
}

.contact-us a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
}

.contact-us a:hover {
  text-decoration: none;
}

.contact-us aside {
  padding: 18px;
  background: #fff;
  border: 1px solid #efefef;
}

.reviews {
  padding: 38px 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #767676;
}

.reviews .reviews-title {
  font-size: 33px;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  font-family: 'STIX Two Text', serif;
  font-weight: bold;
}

.reviews .reviews-line {
  width: 10%;
  border-bottom: 3px solid #ffbf00;
  margin-left: 45%;
  margin-bottom: 30px;
}

.reviews h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  color: #464646;
  font-weight: bold;
  margin-bottom: 18px;
}

.reviews h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #464646;
  font-weight: bold;
}

.reviews p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
}

.reviews i {
  font-size: 18px;
  line-height: 30px;
  color: #ffbf00;
}

.reviews button {
  background: #ffbf00;
  font-size: 18px;
  padding: 8px 18px;
  border: 0;
  text-transform: uppercase;
  margin-left: 18px;
  color: #fff;
  font-weight: 400;
  border: 1px solid #ffbf00;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.reviews button:hover {
  background: #fff;
  border: 1px solid #ffbf00;
  color: #000;
  -webkit-transition: .8s;
  transition: .8s;
  cursor: pointer;
}

.reviews a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
}

.reviews a:hover {
  text-decoration: none;
  color: red;
}

.reviews img {
  margin-right: 18px;
}

.reviews .reviews-customer {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}

.reviews .reviews-customer i {
  font-size: 14px;
}

.reviews .reviews-customer span {
  font-style: italic;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.reviews .reviews-customer p {
  margin: 8px 0;
}

.write-review {
  padding: 38px 0;
}

.write-review .write-title {
  font-size: 33px;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  font-family: 'STIX Two Text', serif;
  font-weight: bold;
}

.write-review .write-line {
  width: 10%;
  border-bottom: 3px solid #ffbf00;
  margin-left: 45%;
  margin-bottom: 30px;
}

.write-review a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #464646;
  margin-bottom: 18px;
  color: #464646;
  line-height: 30px;
}

.write-review a:hover {
  text-decoration: none;
  color: #ffbf00;
}

.write-review p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #464646;
}

.write-review i {
  font-size: 18px;
  line-height: 30px;
  color: #464646;
}

.write-review i:hover {
  color: #ffbf00;
}

.write-review input[type=text] {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
}

.write-review input[type=email] {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
}

.write-review input[type=submit] {
  width: auto;
  height: 38px;
  padding: 8px 18px;
  background: #ffbf00;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}

.write-review input[type=submit]:hover {
  color: red;
}

.write-review textarea {
  width: 100%;
  height: 130px;
  padding: 8px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
}

.write-review .rate {
  margin-bottom: 18px;
}

.common-pages {
  padding: 48px 0 30px 0;
}

.common-pages .pages-title {
  font-size: 33px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #464646;
  font-family: 'STIX Two Text', serif;
}

.common-pages .pages-line {
  width: 10%;
  border-bottom: 2px solid #ffbf00;
  margin-left: 45%;
  margin-bottom: 30px;
}

.common-pages .back-page {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 0;
}

.common-pages .back-page a {
  color: #464646;
}

.common-pages .back-page a:hover {
  color: #ffbf00;
  text-decoration: none;
}

.common-pages h2 {
  font-size: 21px;
  color: #464646;
  padding: 8px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.common-pages p {
  font-size: 14px;
  color: #464646;
  font-family: 'Montserrat', sans-serif;
}

.common-pages ul {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
}

.common-pages ul li {
  padding-left: 0;
  font-size: 14px;
  line-height: 23px;
  list-style-type: disc;
  color: #464646;
}

.common-pages ul li a {
  color: #000;
}

.common-pages ul li a:hover {
  text-decoration: none;
  color: #ffbf00;
}

.common-pages ol {
  font-size: 14px;
}

.common-pages ol li {
  color: #464646;
}

.common-pages .common-bg {
  background: #fff;
  padding: 18px;
  -webkit-box-shadow: 1px 2px 3px 1px #a3a3a3;
          box-shadow: 1px 2px 3px 1px #a3a3a3;
}

.common-pages aside {
  border-right: 1px solid #464646;
  height: 100%;
}

.common-pages table {
  font-size: 14px;
  color: #464646;
}

.common-pages table td {
  padding: 8px;
}

.back-page {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 0;
}

.back-page a {
  color: #464646;
  font-size: 13px;
}

.back-page a:hover {
  color: #ffbf00;
  text-decoration: none;
  font-size: 13px;
}

.back-page .fa-angle-left {
  font-size: 13px;
  color: #000;
}

.invalid-feedback {
  color: red;
  font-size: 13px;
  font-family: 'Montserrat';
}

.success-message, .error-captcha {
  display: none;
  font-family: 'Montserrat';
}

.mb18 {
  margin-bottom: 18px;
}

@media (max-width: 1400px) {
  .banner .baner-txt {
    padding: 100px 0;
  }
}

@media (max-width: 1188px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 23px;
  }
  .service-menu {
    -webkit-clip-path: polygon(4% 0, 100% 0%, 98% 100%, 0% 100%);
            clip-path: polygon(4% 0, 100% 0%, 98% 100%, 0% 100%);
  }
  .service-menu a {
    font-size: 11px;
  }
  .service-menu li {
    padding: 13px 8px;
  }
  .reviews a {
    font-size: 14px;
  }
  .banner .baner-txt {
    padding: 8px 0;
  }
  .banner .baner-txt li {
    line-height: 43px;
  }
  .call-btn {
    -webkit-clip-path: polygon(11% 0, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(11% 0, 100% 0%, 92% 100%, 0% 100%);
    padding: 8px 58px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .choose-us .choose-service {
    min-height: 513px;
  }
}

@media (max-width: 800px) {
  .tab-off {
    display: none;
  }
  .tab-on {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    text-align: left;
  }
  .call-btn {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .navbar {
    padding: 18px;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
  }
  .banner .baner-txt h1 {
    font-size: 23px;
  }
  .banner .baner-txt li {
    line-height: 33px;
    font-size: 18px;
  }
  .banner .baner-txt button {
    background: #ffbf00;
    padding: 8px 18px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .customer .customer-brand .customer-name {
    width: 33%;
  }
  .customer .customer-brand .customer-name img {
    width: 100%;
    height: 73px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .ftr img {
    width: 100%;
  }
  .mobile-on {
    display: block;
  }
  .mobile-off {
    display: none;
  }
  header {
    padding: 18px 0 8px 0;
  }
  .navbar .nav-right {
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px;
  }
  .call-btn {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 8px 48px;
    border: 0;
    font-size: 23px;
    font-family: serif;
    letter-spacing: 1px;
    margin: 8px 13px;
    width: 100%;
  }
  .choose-service img {
    width: 100%;
    height: 213px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .banner .baner-txt h1 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  }
  .banner .baner-txt ul {
    margin-bottom: 0;
  }
  .banner .baner-txt li {
    font-size: 13px;
    line-height: 21px;
  }
  .banner .baner-txt {
    padding: 13px 0;
  }
  .choose-us {
    padding: 30px 0;
  }
  .choose-us .title {
    font-size: 18px;
  }
  .choose-us .bottom-bdr {
    margin-top: -23px;
  }
  .customer .title {
    font-size: 18px;
  }
  .customer .title span {
    padding: 0 0px;
  }
  .choose-us .choose-service {
    margin-top: 18px;
  }
  .banner .baner-txt button {
    padding: 8px;
    font-size: 13px;
  }
  .navbar {
    padding: 0;
  }
  .common-pages aside {
    border-right: 0;
  }
  .common-pages ul {
    padding-left: 0;
  }
  .carousel-control-prev {
    left: 0% !important;
  }
  .carousel-control-next {
    right: 0% !important;
  }
  .ftr .ftr-form {
    padding: 0 0 0 0;
  }
  .ftr .ftr-menu {
    margin-top: 0;
  }
  .padding-less {
    padding: 0 18px;
  }
  .margin-bt {
    margin-bottom: 18px;
  }
  .reviews button {
    margin-left: 0;
    margin-bottom: 13px;
  }
  .mobile-logo {
    color: #464646;
  }
  .mobile-logo h3 {
    font-size: 23px;
    font-family: 'STIX Two Text';
    font-weight: bolder;
    margin-bottom: 0;
    margin-left: 8px;
  }
  .mobile-logo p {
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .mobile-logo .padding-left13 {
    padding-left: 13px;
  }
}
/*# sourceMappingURL=style.css.map */