@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  /*	font-size: calc(0.48em + 1vmin);*/
  color: #000;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}
*,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d1046f;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}
.heading-h3 a {
  display: inline-block;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fs-1 {
  font-size: 3rem !important;
}
.font-2 {
  font-size: 20px;
  font-weight: 600;
}
.bg-color1 {
  background-color: #d1046f;
}
.bg-color2 {
  background-color: #f5f5f5;
}

.text-color:hover,
.text-color:focus {
  color: #ddd;
}
.text-color1 {
  color: #ecef00;
}
a.text-color1:hover,
a.text-color1:focus {
  color: #fff;
}
.btn1 {
  padding: 10px 30px;
  border: 2px solid #fff;
  background-color: transparent;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}
.service-box:hover .btn1,
.service-box:focus .btn1 {
  color: #fff;
  background-color: #797f84;
  border-color: #797f84;
}
.btn2 {
  padding: 10px 30px;
  border: 2px solid transparent;
  background-color: #000;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}
.btn2:hover,
.btn2:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-theme {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 7px;
  /*font-family: 'Open Sans';*/
  padding: 22px 35px;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-theme:hover,
.btn-theme:focus {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.padd-50 {
  padding: 50px;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-70 {
  width: 70%;
}
.width-60 {
  width: 60%;
}
.flexbox {
  display: -webkit-box;
  display: flex;
}
.flexbox .element {
  height: 100%;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.progress-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.progress-container {
  width: 100%;
  height: 3px;
}
.progress-bar {
  height: 3px;
  background: #d4af37;
  width: 0%;
}
#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header {
  background-color: #797f84;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-page .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background-color: transparent;
}
.isStuck .header {
  background-color: rgba(1, 2, 7, 1);
  -webkit-box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
}
.logo {
  display: table;
  margin: 10px auto;
  position: relative;
  text-align: center;
}
/*.logo .img-fluid{
	max-width: 200px;
}*/
.logo .logo-shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 216px;
  top: 105%;
  z-index: -1;
  margin: 0 auto;
}

.header-top-right {
  text-align: right;
}
.top-contact-list,
.social-link,
.get-a-quote {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px 0;
}
.top-contact-list li,
.social-link li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.top-contact-list li {
  padding: 0 15px;
}
.top-contact-list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #fff;
  content: "";
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-contact-list li:last-child:before {
  display: none;
}
.top-contact-list li a {
  color: #fff;
  font-size: 18px;
  /*    margin-left: 30px;*/
  display: block;
}
.top-contact-list li:first-child {
  padding-left: 0;
}
.top-contact-list li i {
  font-size: 20px;
  vertical-align: middle;
}
.top-contact-list li a:hover {
  color: #d1046f;
}
.social-link li {
  padding-right: 0;
}
.social-link li a {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*margin-right: 10px;*/
  border: 2px solid #fff;
}
.get-a-quote {
  background-color: transparent;
  border: 2px dotted #018859;
  background-color: #d4af37;
  border-radius: 30px;
  color: #fff;
  padding: 10px 26px;
}
.get-a-quote:hover,
.get-a-quote:focus {
  background-color: #fff;
  border-color: #d4af37;
  color: #d4af37;
}
.mobile-menu {
  display: none;
}
.nav-wrapper {
  display: block;
  text-align: right;
}
.navigation > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: -4px;
}
.navigation > li:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #fff;
  content: "";
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation > li:last-child {
  margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #ff8daa;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}
.navigation li.dropdown > .dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child {
  border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a {
  background-color: #ffffff;
  padding: 10px 15px;
  color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation > li:last-child:before,
.navigation > li:first-child {
  display: none;
}
.navigation a {
  /*	text-transform: uppercase;*/
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 600;
  color: #fff;
  padding: 0px 25px;
  transition: all 500ms ease 0s;
}
.navigation li.dropdown > a {
  padding-right: 40px;
}
.navigation > li.dropdown > a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  /*    display: block;*/
  font-size: 14px;
  transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
  color: #d1046f;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a {
  color: #fff;
  background-color: #797f84;
}
.slider-wrapper {
  position: relative;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.inner-content {
  position: absolute;
  left: 0%;
  text-align: center;
  width: 80%;
  z-index: 9;
  bottom: auto;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.inner-content {
  font-size: 20px;
  margin-bottom: 25px;
}
.inner-content h2 {
  padding: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  line-height: 60px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  display: block;
  text-transform: uppercase;
}
.inner-content h2 span {
  padding: 0;
  color: #fff;
  font-size: 47px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  margin-top: 20px;
  display: block;
  letter-spacing: 1px;
}
.inner-content p {
  font-size: 30px;
  line-height: 17px;
  padding: 18px 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.list1 li,
.list2 li,
.areas-list li {
  padding: 0px 0 5px 26px;
  position: relative;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F133";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #d1046f;
}
.areas-list li:before {
  content: "\F3E7";
}
.list2 li:before {
  color: #ca4421;
}

.list3 {
  margin-left: 16px;
}
.list3 li {
  list-style-type: decimal;
  padding-bottom: 10px;
}
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}
.home-parallax {
  position: relative;
  overflow: hidden;
  /*padding: 300px 0;*/
}
.parallax-window {
  height: 100vh;
  background: transparent;
  display: table;
  width: 100%;
}
.home-page .parallax-window {
  height: 100vh;
}
.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.home-parallax .container {
  position: relative;
  z-index: 9;
}
.overlap {
  position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before {
  background-color: rgba(20, 20, 20, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlap1:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlap2:before {
  /*    background-color: rgb(0 0 0 / 60%);*/
  background: linear-gradient(rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.9));
}
.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}
.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}
.site-map-list li > ul.child-menu {
  margin: 10px 0 10px 20px;
}
.testimonials-wrap {
  padding: 30px;
}
#testimonial-carousel .testimonial-content {
  position: relative;
  margin-left: 20px;
}
#testimonial-carousel .testimonial-quote {
  margin-top: -10px;
}
#testimonial-carousel .testimonial-quote span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 70px;
  color: #2c4b72;
  /*  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    border-top-left-radius: 50%;
  border-top-left-radius: 0;
  background: #018859;*/
}
#testimonial-carousel .testimonials-author-title {
  font-size: 18px;
  font-weight: 600;
}
#testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
#testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #2c4b72;
}
.service-box {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  height: 350px;
}
.service-box .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  text-align: center;
  display: table;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.service-box:hover .service-content {
  background-color: rgba(0, 0, 0, 0.65);
}
.service-box .service-content-box {
  display: table-cell;
  vertical-align: middle;
}
.service-box .service-content-box p {
  color: #fff;
}
.pricelist-block li {
  padding: 10px 0;
  border-bottom: 2px dashed #dedede;
}
.pricelist-block li .service-price {
  text-align: right;
  float: right;
}
.border-style1 {
  border-top: 5px dotted #d4af37;
}
.footer-widget {
  /*	padding:20px 0 40px 0;*/
}
.footer-widget a:hover {
  color: #d1046f;
}
.widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #018859;
  margin-bottom: 20px;
}
.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 20px;
  display: inline-block;
  color: #fff;
}
.footer-menu li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\F231";
  font-family: "bootstrap-icons";
}
.footer-links {
  display: block;
  color: #fff;
  border-top: 1px dotted #fff;
  padding-top: 20px;
  margin-top: 20px;
}
.footer-links li {
  display: inline-block;
  vertical-align: middle;
}
.footer-menu li a:hover,
.footer-links a:hover {
  color: #d1046f;
}
.address-box {
  margin-bottom: 15px;
}
.address-box .address-icon-holder {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #d1046f;
  border-radius: 100%;
  text-align: center;
  position: relative;
}
.address-box .address-icon-holder:before {
  position: absolute;
  bottom: -17px;
  border-width: 10px;
  border-style: solid;
  border-color: #d1046f transparent transparent transparent;
  content: "";
  left: 10px;
}
.address-box .address-content {
  position: relative;
  overflow: hidden;
}
.address-box .address-content strong {
  color: #ffffff;
}
.address-box .address-content {
  color: #ffffff;
}
.address-content p a:hover {
  color: #d1046f;
}

.contact-wrap1 {
  text-align: center;
}
.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #ffffff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 25px;
  border-radius: 50%;
  background-color: #d1046f;
}
.contact-wrap1 .address-icon-holder1:before {
  display: none;
}
.contact-wrap1 .address-content {
  /*background-color: #eee;*/
  padding: 60px 10px 20px;
  margin-top: -40px;
  /*min-height: 169px;*/
  border-top:5px solid #d1046f;
  box-shadow:0 0 10px #dfdfdf;
  border-radius:20px 20px 0 0;
}
.contact-wrap1 .address-content strong {
  font-size: 18px;
}
.contact-wrap1 .address-content1 {
  background-color: #eee;
  padding: 60px 15px 20px;
  margin-top: -40px;
}
.contact-wrap1 .address-content p a:hover {
  color: #2c4b72;
}
.form-control {
  /*height: 45px;
    padding:10px;
    border:1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;*/
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  /*border-color: #ffffff;*/
}
textarea.form-control {
  height: 150px;
  resize: vertical;
}
.single-service-item {
  margin: 15px 0;
}
.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}
.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  /*border: 5px solid #0009;
    border-radius: 5px;*/
}
.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}
.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
  color: #fff;
}
.testimonial-wrap {
  padding: 20px;
  margin-bottom: 35px;
  border-left: 5px solid #d4af37;
  background-color: #e8e8e8;
}
.testi-author {
  font-size: 18px;
}
.footer-contents {
  padding: 20px 0;
  background: #111111;
}
.footer-contents .copyright-text {
  line-height: 24px;
}

.slide-wrapper {
  position: relative;
}

.carousel-inner {
  max-height: 100vh;
  overflow: hidden;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}

.bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}

.gallery-video video{
  width: 100%;
  height: 300px;
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .navigation a {
    padding: 0 10px;
  }
}
@media (min-width: 220px) and (max-width: 991px) {
  .p-5 {
    padding: 1.3rem !important;
  }
  .home-page .header {
    position: static;
    background-color: #797f84;
  }
  .header-top-right {
    text-align: center;
  }
  .top-contact-list,
  .social-link,
  .get-a-quote {
    margin: 10px 0;
  }
  .logo .logo-shape {
    display: none;
  }
  .home-img-box.m-min-200 {
    background-image: none !important;
    margin-bottom: 15px;
    height: 100% !important;
    min-height: 100% !important;
  }
  .header.fixed-top {
    position: relative !important;
  }
  .mobile-menu {
    display: block;
    font-size: 20px;
    background: #ec008c;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
  }
  .mobile-menu i {
    float: right;
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding: 0;
  }
  .navigation {
    text-align: left;
  }
  .nav-wrapper.open {
    right: 0;
  }
  .navigation > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  .navigation > li:first-child {
    display: block;
  }
  .navigation > li:before {
    display: none;
  }
  .navigation li a {
    padding: 10px 20px;
    color: #fff;
    text-transform: none;
  }
  .navigation li:hover > a,
  .navigation li:focus > a,
  .navigation li.active > a {
    background-color: #797f84;
    color: #ffffff;
  }
  .navigation > li.dropdown > a:after {
    right: 20px;
  }
  .navigation li.dropdown > .dropdown-menu,
  .navigation li.dropdown:hover > .dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }
  .navigation li.dropdown > .dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }
  #metro-touch-slider .carousel-caption {
    width: 90%;
    left: 5%;
    top: 50%;
  }
  .fs-1 {
    line-height: 1;
  }
  .flexbox {
    display: block;
  }
  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70 {
    width: 100%;
  }
  .footer-widget {
    padding: 20px 0 10px;
  }
  .address-box {
    margin: 15px 0;
  }
  .btn-theme {
    font-size: 20px;
    padding: 15px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .service-box .service-content {
    padding: 0 8px;
  }
  .m-min-200 {
    height: 400px !important;
    min-height: 400px !important;
  }
}

@media (min-width: 220px) and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    display: table;
    margin: auto;
    padding: 10px;
    margin-bottom: 5px;
  }
  .p-5 {
    padding: 1.3rem 1rem !important;
  }
  .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  #stuck_container.isStuck {
    position: relative !important;
  }
  .btn1.w-100 {
    width: auto !important;
  }
  .footer-widget {
    padding: 15px 0;
  }
  .parallax-window {
    height: 350px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .m-min-200 {
    min-height: 350px !important;
    height: 300px !important;
  }
  .inner-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .inner-content .slide-btn {
    font-size: 22px;
  }
  .inner-content h2 span {
    font-size: 32px;
    margin-top: 12px;
  }
  .service-box {
    height: 350px;
  }
}

@media (min-width: 220px) and (max-width: 575px) {
  .top-contact-list {
    display: table;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  .top-contact-list li {
    padding: 0 3px;
    display: block;
  }

  .top-contact-list li:before {
    display: none;
  }
  .top-contact-list li a {
    font-size: 16px;
  }
  footer.p-5 {
    padding: 1.3rem 0rem !important;
  }
  .m-min-200 {
    min-height: 300px !important;
    height: 300px !important;
  }
  .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .inner-content h2 span {
    font-size: 22px;
    margin-top: 12px;
  }
  .inner-content {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .inner-content .slide-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .btn1,
  .btn2 {
    padding: 10px;
  }
  .pricelist-block li .service-price {
    text-align: left;
    float: none;
    display: block;
  }
  .address-box {
    padding: 10px;
  }
  .address-box .address-content {
    font-size: 14px;
  }
  .service-box {
    height: 300px;
  }
  .test-box.d-flex {
    display: block !important;
  }
  #testimonial-carousel .testimonial-content {
    margin-left: 0;
    margin-top: 25px;
  }
}
