body {
  font-family: "Poppins", sans-serif;
}

.form-wrapper {
  position: relative;
}

form label.error {
  color: #ff6454;

  margin: 0;

  font-size: 12px;
}

form input.error,
form .form-control.error {
  border-color: #ff1313 !important;
}

.f-message {
  position: absolute;

  bottom: 45%;

  left: 0;

  right: 0;

  margin: 0 auto;

  text-align: center;

  display: none;

  text-shadow: 0px 0px 20px #fff;

  padding: 0 5px;
}

.f-message.f-success > h3 {
  color: #8bc34a;

  font-size: 22px;
}

.f-message.f-error > h3 {
  color: #f44336;

  font-size: 22px;
}

.btn-simply {
  display: inline-block;

  padding: 10px 20px;

  background-color: #ec008c;

  color: #fff;

  border: none;

  border-radius: 5px;

  font-size: 17px;

  outline: none;
}

.btn-simply:hover {
  background-color: #d23492;
  text-decoration: none;
  color: #fff;
}

ul.ul-simply {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

ul.ul-simply > li {
  background: url("../img/bullet.png") no-repeat left center;
  padding: 4px 0 4px 25px;
}

ul.ul-check {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

ul.ul-check > li {
  background: url("../img/check2.png") no-repeat left center;
  padding: 5px 0 5px 30px;
}

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

.py-20 {
  padding: 20px 0;
}

.vp-title,
.vp-sidedock {
  display: none !important;
}

section.top-nav {
  padding: 12px 0;

  z-index: 2;

  position: relative;

  background: rgba(255, 255, 255, 0.77);

  -webkit-box-shadow: 0px 3px 31px -4px rgba(0, 0, 0, 0.75);

  -moz-box-shadow: 0px 3px 31px -4px rgba(0, 0, 0, 0.75);

  box-shadow: 0px 3px 31px -4px rgba(0, 0, 0, 0.75);
}

section.top-nav .container-tn {
  display: flex;
  flex-wrap: wrap;
}

section.top-nav .tn-left {
}

section.top-nav .tn-left .logo-link {
  display: block;
  text-align: center;
}

section.top-nav .tn-right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

section.top-nav .tn-right .tr-top {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  align-items: center;
}

section.top-nav .tn-right .tr-top .tt-fb-link {
  display: inline-block;
}

.tt-fb-link img {
  width: 39px !important;
  margin-right: 10px;
}

section.top-nav .tn-right .tr-top #btn-nav-mob {
  float: right;
  margin-top: 2px;
}

section.top-nav .tn-right .tr-top .cnf {
  display: flex;

  align-items: center;

  position: relative;

  background-color: #f9f3f6;

  height: 39px;

  margin-right: 30px;

  margin-left: 53px;

  padding: 0 40px 0 20px;

  border-top: 1px solid #bc93aa;

  border-bottom: 1px solid #bc93aa;
}

section.top-nav .tn-right .tr-top .cnf:before {
  content: " ";

  position: absolute;

  width: 53px;

  height: 53px;

  background: url("../img/cnf-before.png") no-repeat top left;

  left: -53px;

  top: -10px;
}

section.top-nav .tn-right .tr-top .cnf:after {
  content: " ";

  position: absolute;

  width: 15px;

  height: 39px;

  background: url("../img/cnf-after.png") no-repeat top left;

  right: -15px;

  top: -1px;
}

section.top-nav .tn-right .tr-top .cnf > h3 {
  margin: 0;
  color: #701280;
  font-weight: 400;
}

section.top-nav .tn-right .tr-top .cnf > h3 > span {
  color: #ec008c;
  font-weight: 600;
}

section.top-nav .tn-right ul.tr-bottom {
  display: flex;

  justify-content: space-between;

  flex-grow: 1;

  align-items: center;

  padding: 0;

  margin: 0;

  list-style-type: none;
}

section.top-nav .tn-right ul.tr-bottom > li,
.dropdown li,
.dropdown-menu a {
  font-size: 16px;
}

section.top-nav .tn-right ul.tr-bottom > li > a,
.dropdown li,
.dropdown-menu a {
  color: #1e1916;
}

section.top-nav .tn-right ul.tr-bottom > li > a:hover,
.dropdown:hover li,
.dropdown-menu a {
  color: #ec008c;
  text-decoration: none;
}

.dropdown-menu .menu-item {
  padding: 5px 10px !important;
}

.dropdown-menu .menu-item:hover {
  background-color: #ec008c !important;
  cursor: pointer;
}

.dropdown-menu .menu-item:hover a {
  color: #fff !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #ec008c !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0;
  border-left: 0.3em solid transparent !important;
}

section.banner {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

section.page-banner {
  background-image: url("../img/page-banner.jpg");
}

section.page-banner .pb-header {
  color: #fff;
  margin: 70px 0;
}

section.home-banner {
  background-image: url("../img/home-banner.jpg");
}

section.home-banner > .container {
  position: relative;
}

section.home-banner .banner-arr {
  position: absolute;

  width: 40px;

  height: 82px;

  left: 0;

  right: 0;

  bottom: 20px;

  margin: 0 auto;
}

section.home-banner .col-hb-box {
}

section.home-banner .trf {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
}

section.home-banner .hcs {
  color: #231f20;
  font-weight: 600;
  margin-top: 0;
}

section.home-banner .hb-box {
  background-color: rgba(123, 39, 138, 0.92);
  padding: 30px;
}

section.home-banner .hb-box .f-message {
  bottom: 30%;
}

section.home-banner .hb-box > h4 {
  color: #fff;
}

section.home-banner #form-hbb {
}

section.home-banner #form-hbb > h4 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 15px;
}

section.home-banner #form-hbb .hbb-top,
section.home-banner #form-hbb .hbb-bottom {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

section.home-banner #form-hbb .hbb-top {
  margin-bottom: 10px;
}

section.home-banner #form-hbb input {
  height: 45px;

  padding: 0 20px;

  width: 100%;

  border: 1px solid #c3c0c0;

  outline: 0;

  flex-grow: 1;
}

/*section.home-banner #form-hbb .btn-hbb-wr { background-color: #fff; }*/

section.home-banner #form-hbb #hbb-name {
  border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;
}

section.home-banner #form-hbb #hbb-email {
  border-left: none;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;
}

section.home-banner #form-hbb #hbb-phone {
  border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;

  border-right: none;

  margin-right: 30px;
}

section.home-banner #form-hbb #hbb-submit {
  position: absolute;

  right: 0;

  bottom: 0;

  height: 45px;

  width: 40%;
}

section.msi {
  background: url("../img/msi-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

section.msi .container {
  max-width: 1300px !important;
  width: auto !important;
}

section.msi .row {
  display: flex;
  gap: 40px;
}

section.msi .msi-header {
  color: #231f20;
  font-weight: 400;
  font-size: 28px;
  margin-top: 0;
}

section.msi .btn-simply {
  margin-top: 10px;
}

section.wcm {
  background: url("../img/wcm-bg.png") repeat left top;
  padding: 60px 0 40px;
}

section.wcm .wcm-header {
  text-align: center;
  font-weight: 400;
  margin: 0 0 30px;
}

section.wcm .table-responsive {
  border: none !important;
}

section.wcm .table-wcm {
  border: 1px solid transparent;
}

section.wcm .table-wcm > thead > tr > th {
  border: 0;
  text-align: center;
  vertical-align: middle;
}

section.wcm .table-wcm > thead > tr > th.th1 {
  font-weight: 600;
  color: #ec008c;
  font-size: 17px;
}

section.wcm .table-wcm > thead > tr > th.th2 {
  color: #701280;
}

section.wcm .table-wcm > tbody > tr > td {
  vertical-align: middle;
  border: 1px solid #dbc9d2;
}

section.wcm .table-wcm > tbody > tr:not(.spacer) > td {
  background: #fff;
  padding: 12px;
}

section.wcm .table-wcm > tbody > tr.spacer > td {
  border: none;
  padding: 5px 0;
}

section.wcm .table-wcm > tbody > tr > td:not(:first-child) {
  text-align: center;
}

section.testi {
  padding: 60px 0 50px;
}

section.testi .testi-header {
  color: #ec008c;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
}

section.testi .carousel {
  margin-top: 50px;
}

section.testi .carousel .carousel-indicators {
  position: relative;

  display: block;

  bottom: 0;

  margin: 20px auto 0;

  padding: 0;

  left: 0;

  right: 0;
}

section.testi .carousel .carousel-indicators > li {
  background-color: #dfdfde;

  border-color: #dfdfde;

  width: 12px;

  height: 12px;

  margin: 0;
}

section.testi .carousel .carousel-indicators > li.active {
  background-color: #ec008c;
  border-color: #ec008c;
}

section.testi .testi-box {
  background: url("../img/testi-aps.png") no-repeat left top;
  padding: 0 0 0 45px;
}

section.testi .testi-box > p {
  font-size: 15px;
}

section.testi .testi-box .testi-author {
  font-weight: bold;
  text-transform: uppercase;
}

section.testi .testi-box .testi-author > img {
  vertical-align: baseline;
  margin-left: 20px;
}

.CleanExperienceText h2 {
  color: #fff !important;
}
.CleanExperienceText p {
  color: #fff;
}

section.btp {
  background: url("../img/btp-bghh.png") no-repeat center center #e6ebf1;
  background-size: cover;
  padding: 100px 0;
}
section.btph {
  background: url("../img/btp-bghh.png") no-repeat center center #e6ebf1;
  background-size: cover;
  padding: 100px 0;
}
section.btpc {
  background: url("../img/btp-bgc.jpg") no-repeat left top #e6ebf1;
  padding: 100px 0;
}
section.btpr {
  background: url("../img/btp-bgr.jpg") no-repeat left top #e6ebf1;
  padding: 100px 0;
}

section.btp .btp-header {
  color: #701280;
  font-weight: 400;
}
section.btph .btp-header {
  color: #fff;
  font-weight: 400;
}
section.btpc .btp-header {
  color: #fff;
  font-weight: 400;
}
section.btpr .btp-header {
  color: #fff;
  font-weight: 400;
}

section.btp .btp-text {
  font-size: 17px;
}
section.btph .btp-text {
  font-size: 17px;
  color: #fff;
}
section.btpc .btp-text {
  font-size: 17px;
  color: #fff;
}
section.btpr .btp-text {
  font-size: 17px;
  color: #fff;
}

#map {
  height: 400px;
}

footer.footer {
  background: #1a1a1a;
  padding: 30px 0;
  text-align: center;
}

footer.footer h5 {
  color: #737373;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
}

section.page-employment {
  padding: 50px 0;
}

section.page-employment .btn-simply {
  margin-top: 20px;
}

section.page-promotions {
  padding: 50px 0;
}

section.page-promotions .img-coupon {
  margin-bottom: 30px;
}

section.page-about {
  padding: 50px 0;
}

section.page-about .about-header {
  margin-top: 0;
  font-weight: 400;
  font-size: 28px;
}

section.page-about .about-video {
  width: 555px;
  height: 310px;
}

section.page-about .mot {
  text-align: center;
  font-weight: 400;
  margin: 50px 0;
}

section.page-about .team-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

section.page-about .team-box {
  text-align: center;
  margin-bottom: 30px;
}

section.page-about .team-box > img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

section.page-about .team-box > .tb-name {
  color: #ec008c;
  font-weight: 400;
  margin-bottom: 0;
}

section.page-about .team-box > .tb-l {
  color: #a9a8a8;
  font-weight: 400;
  margin-top: 5px;
}

section.page-contact {
  padding: 50px 0;
}

section.page-contact .contact-box {
  display: flex;
  margin-bottom: 30px;
}

section.page-contact .contact-box .ww {
  position: relative;

  color: #701280;

  padding-top: 90px;

  margin: 0 0 30px;

  font-weight: 400;

  left: -80px;
}

section.page-contact .contact-box .ww > span {
  color: #ec008c;
}

section.page-contact .contact-box .cb-img-map {
  float: left;
  margin-right: 10px;
}

section.page-contact .contact-box .cb-violet {
  color: #701280;
}
section.page-contact .contact-box .cb-violet > a {
  color: #701280;
}

section.page-contact .cu-sae {
  color: #701280;
}

section.page-contact .cu-sae > span {
  color: #8b8788;
  font-weight: 400;
  font-size: 12px;
}

section.page-contact #form-contact-page .btn-simply {
  padding: 10px 40px;
}

section.page-testimonials {
  padding: 50px 0;
}

section.page-testimonials .testi-box {
  padding: 0 0 20px 100px;

  background: url("../img/testi-page-aps.png") no-repeat left top;

  margin-bottom: 20px;
}

section.page-testimonials .testi-box:not(:last-child) {
  border-bottom: 1px solid #e5eaf0;
}

section.page-testimonials .testi-box .tb-text {
  line-height: 24px;
}

section.page-testimonials .testi-box .tb-author {
  font-weight: 400;
  text-transform: uppercase;
  color: #ec008c;
  vertical-align: bottom;
  margin-bottom: 0;
}

section.page-testimonials .testi-box .tb-author > span {
  color: #979797;
  font-size: 15px;
  vertical-align: bottom;
}

section.page-testimonials .testi-box .tb-author > img {
  vertical-align: baseline;
  margin-left: 20px;
}

section.page-services {
  padding: 50px 0;
}

section.page-services .doyn {
  font-size: 15px;
  font-weight: 400;
}

section.page-services .serv-box {
  border: 3px solid #ebebeb;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 230px;
}

.serv-box h4 {
  margin-top: 25px;
}

ul.guaranteed-commercial {
  list-style-image: url("../img/bullet.png");
}

ul.guaranteed-commercial li {
  line-height: 2;
}

section.page-services .serv-box .sb-img-wr {
  height: 83px;
}

section.page-services .item-box {
  background-color: #e5eaf0;

  background-position: 90% bottom;

  background-repeat: no-repeat;

  padding: 50px;

  margin-bottom: 30px;
}

section.page-services .item-box > h2 {
  margin-top: 0;
}

section.page-services .item-box ul {
  list-style-image: url("../img/serv-li.png");
  padding: 0 0 0 14px;
}

section.page-services .item-box ul > li {
  padding: 4px 0 4px 10px;
}

section.page-services .item-box.ib1 {
  background-image: url("../img/serv-item-1.png");
}

section.page-services .item-box.ib2 {
  background-image: url("../img/serv-item-2.png");
}

section.page-services .item-box.ib3 {
  background-image: url("../img/serv-item-3.png");
}

section.page-services .item-box.ib4 {
  background-image: url("../img/serv-item-4.png");
}

section.page-services .item-box.ib5 {
  background-image: url("../img/furniture-bg.png");
}

section.page-services .os-faq {
  font-weight: 500;
  margin-bottom: 30px;
}

section.page-services .collapse-link {
  color: #231f20;
}

section.page-services .collapse-link > img {
  margin-right: 15px;
}

section.page-services .collapse-wr {
  padding: 5px 0 0 42px;
  color: #7e7d7d;
  line-height: 30px;
}

.serv-1 {
  background: url(../img/spring.jpg) no-repeat center center;
  background-size: cover;
}
.serv-2 {
  background: url(../img/deepclean.jpg) no-repeat center center;
  background-size: cover;
}
.serv-3 {
  background: url(../img/moveinout.jpg) no-repeat center center;
  background-size: cover;
}
.serv-4 {
  background: url(../img/renovation.jpg) no-repeat center center;
  background-size: cover;
}
.serv-5 {
  background: url(../img/moveinout.jpg) no-repeat center center;
  background-size: cover;
}
.serv-6 {
  background: url(../img/spring.jpg) no-repeat center center;
  background-size: cover;
}
.serv-7 {
  background: url(../img/medical-bg.png) no-repeat center center;
  background-size: cover;
}
.serv-8 {
  background: url(../img/daycare-educational-bg.png) no-repeat center center;
  background-size: cover;
}
.serv-9 {
  background: url(../img/retail.jpg) no-repeat center center;
  background-size: cover;
}
.serv-10 {
  background: url(../img/post-construction-bg.png) no-repeat center center;
  background-size: cover;
}

.offer-bar {
  background: #ec008c;
  border-bottom: solid 1px #a8b607;
  padding: 5px 0px;
  font-size: 15px;
  color: #fff;
}
.offer-bar .container {
  position: relative;
}
.offer-text {
  font-weight: 400;
  margin-left: -15px;
}
.offer-red {
  color: #000;
  font-weight: 700;
}
.offer-form {
  border: solid 1px #a6b900;
}
.btn-offer {
  background: #ff0015;
  color: #fff;
  font-weight: 700;
  min-width: 150px;
}
.offer-download {
  margin-top: 5px;
}

.offer-close {
  background: url(../img/offer-close.png) no-repeat 0px 0px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 5px;
  right: 20px;
}

/*** Carousel ***/

.carousel {
  height: auto !important;
  overflow: hidden;
  padding-top: 124px;
}

.carousel-inner {
  width: 100%;
}

.carousel-caption {
  color: #ec008c !important;
  top: 20%;
  text-align: left;
  left: 15%;
  width: 53%;
}

.carousel-caption h3 {
  font-size: 7rem !important;
  line-height: 1.5;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  width: 100% !important;
}
.CleanExperienceText {
  position: relative;
  top: -70px;
}
.BeginExperiencedText {
  padding-top: 130px;
}

/* Content Update */
.video-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin-y {
  margin: 25px 0;
}

.padding-t {
  padding-top: 50px;
}

.about-slider {
  margin-bottom: 50px;
}

.img-collage {
  padding: 50px 0;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  align-items: center;
}

.video {
  border: 2px solid #ec008c;
  box-sizing: border-box;
  background: #000;
}

/* RESPONSIVE MIN */

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
  .img-collage {
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
  section.top-nav {
    position: absolute;

    left: 0;

    right: 0;

    width: 100%;
  }

  section.banner {
    padding-top: 124px;
  }

  section.page-services .item-box {
    height: 440px;
  }

  .carousel-caption h3 {
    font-size: 7rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  section.top-nav .tn-right {
    padding-left: 50px;
  }

  section.home-banner .col-hb-box {
    padding-top: 110px;
    padding-bottom: 140px;
  }
}

/* RESPONSIVE MAX */
@media only screen and (max-width: 767px) {
  .CleanExperienceText {
    top: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .carousel-caption {
    width: 70%;
  }

  .carousel-caption h3 {
    font-size: 6rem;
    line-height: 1.2;
  }

  section.page-about .about-video {
    width: 455px;
    height: 255px;
  }
}

@media only screen and (max-width: 991px) {
  section.top-nav {
  }

  section.top-nav .tn-left {
    margin: 0 auto;
  }

  section.msi .row {
    flex-direction: column;
  }

  section.page-about .about-video {
    width: 345px;
    height: 195px;
  }

  section.page-contact .contact-box .ww {
    padding: 0;
    left: 0;
    right: 0;
  }

  section.page-about .team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  section.page-services .item-box {
    padding: 30px;
  }

  .carousel-caption h3 {
    font-size: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  section.top-nav .container-tn {
    display: block;
  }

  section.top-nav .tn-right ul.tr-bottom {
    display: none;
    text-align: center;
  }

  section.top-nav .tn-right ul.tr-bottom > li {
    margin: 5px 0;
    font-size: 18px;
  }

  section.top-nav .tn-right .tr-top {
    display: block;
  }

  section.top-nav .tn-right .tr-top .cnf {
    border: 1px solid #bc93aa;

    padding: 10px;

    text-align: center;

    display: block;

    height: auto;

    margin: 0 0 10px;
  }

  section.top-nav .tn-right .tr-top .cnf:before,
  section.top-nav .tn-right .tr-top .cnf:after {
    content: none;
  }

  section.home-banner .col-hb-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  section.home-banner .hb-box {
    background-color: rgba(123, 39, 138, 0.74);
  }

  section.msi {
    background-position: left center;
  }

  section.btp {
    padding: 30px 0;
    background-position: right center;
  }

  section.page-about .about-video {
    width: 100%;
    height: 277px;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 991px) {
  .carousel {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 522px) {
  .carousel-caption {
    top: 6%;
  }

  .carousel-caption h3 {
    line-height: 1.3;
  }

  section.page-about .about-video {
    width: 100%;
    height: 195px;
  }
}

@media only screen and (max-width: 402px) {
  .carousel-caption {
    top: -9%;
  }
}

@media only screen and (max-width: 366px) {
  .carousel-caption {
    top: -17%;
  }
}

@media only screen and (max-width: 479px) {
  section.home-banner #form-hbb .hbb-top,
  section.home-banner #form-hbb .hbb-bottom {
    flex-direction: column;
  }
  section.home-banner #form-hbb #hbb-name {
    border-radius: 5px 5px 0 0;
  }
  section.home-banner #form-hbb #hbb-email {
    border-radius: 0 0 5px 5px;
  }

  section.home-banner #form-hbb #hbb-phone {
    margin: 0;
    border-radius: 5px 5px 0 0;
  }
  section.home-banner #form-hbb #hbb-submit {
    position: relative;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
}

@media only screen and (max-width: 546px) {
  .carousel-caption h3 {
    font-size: 2.5rem !important;
  }
}

@media only screen and (max-width: 575px) {
  section.page-about .team-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.top-nav .tn-right .tr-top {
    margin: 20px 0;
    justify-content: center;
  }

  section.top-nav .tn-right .tr-top .cnf {
    padding-top: 0 20px;
  }

  section.top-nav .tn-right .tr-top .cnf > h3 {
    font-size: 19px;
  }

  section.top-nav .tn-right ul.tr-bottom > li {
    font-size: 14px;
  }

  section.home-banner .col-hb-box {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  section.home-banner .hb-box {
    background-color: rgba(123, 39, 138, 0.74);
  }

  section.btp {
    background-position: center top;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.top-nav .tn-right .tr-top .cnf {
    padding: 0 20px;
  }

  section.top-nav .tn-right .tr-top .cnf > h3 {
    font-size: 20px;
  }

  section.top-nav .tn-right ul.tr-bottom > li {
    font-size: 14px;
  }

  section.home-banner .col-hb-box {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  section.btp {
    background-position: center top;
  }
}
