@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
body {
  font-family: Roboto, sans-serif;
}

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

a {
  text-decoration: none !important;
  color: #ff683a;
}

ul{
  padding: 0;
  margin: 0;
}

a:hover {
  color: #313131;
}

.message,
.message1,
.message2,
.message3 {
  font-size: 15px;
  font-weight: 500;
  color: #fe6b36;
}

.base-color {
  color: #f97e1d;
}

.ls-none {
  list-style: none;
}

p {
  font-size: 16px;
  color: #313131;
  text-align: justify;
}

.form-control:focus {
  background-color: #fff;
  border-color: #313131;
  outline: 0;
  box-shadow: none;
}

.mobile-logo {
  display: none;
}

li {
  font-size: 16px;
  color: #313131;
  margin-bottom: 10px;
}

.sub-heading {
  font-size: 22px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 15px;
}

.white-button {
	display: flex;
    background-color: #fff;
    padding: 5px 11px;
    border: 1px solid #fff;
    font-weight: 600;
    color: #ff683a;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
    height: fit-content;
    align-items: center;
}

.white-button:hover {
  color: #fff;
  border: 1px solid #f58b0c;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  transition: 0.4s;
}

.theme-button {
  display: inline-block;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #f58b0c;
  font-weight: 600;
  font-size: 15px;
  transition: 0.4s;
}

button:focus {
  outline: 0 dotted;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
  outline: 0 auto -webkit-focus-ring-color;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
}

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

.theme-button:hover {
  color: #f58b0c;
  background: #fff;
  transition: 0.4s;
}

.bg-alt {
  background-color: #313131;
}

.common-heading {
  font-size: 34px;
  text-align: center;
  position: relative;
  font-weight: 500;
  padding-bottom: 20px;
}

.common-heading:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 3px;
  background-color: #313131;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.common-heading:after {
  position: absolute;
  content: "";
  width: 12px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  height: 12px;
  border-radius: 50%;
  background-color: #ff683a;
}

.common-heading.text-white:before {
  background-color: #fff;
}

.logo{
  width: 163px;
}

.logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-cotact-heading {
  font-size: 15px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 0;
}

.top-contact-box i {
  font-size: 18px;
  color: #313131;
  padding-top: 2px;
  margin-right: 10px;
}

.top-contact-content a {
  color: #313131;
}

#navigation .navbar-nav .nav-link {
  color: #fff;
  line-height: 2.2rem;
  font-size: 16px;
  padding: 8px 20px;
  transition: 0.3s;
}

.dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}

#navigation .navbar-nav .nav-link:hover {
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  transition: 0.3s;
}

.mobile-nav-contact {
  display: none;
}

#navigation .dropdown-item {
  color: #313131;
  padding: 10px 15px;
  font-size: 15px;
  transition: 0.3s;
}

#navigation .dropdown-item:hover {
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  color: #fff;
  transition: 0.3s;
}

header.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 3px 1px #d3d3d3;
  animation: smoothScroll 1s forwards;
}

header.fixed-nav #top-bar{
  display: none!important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

#banner {
background-image: 
  linear-gradient(200deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%),
  url("../images/mover-melbourne.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0;
}




/* ── BANNER TEXT SECTION ── */
.banner-text {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}

.banner-text-wrap {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: bannerFadeUp 0.7s ease both;
  
}

.banner-para {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 101, 34, 0.12);
  border: 1px solid rgba(242, 101, 34, 0.4);
  border-radius: 100px;
  padding: 6px 16px 6px 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FF7A30 !important;
  width: fit-content;
  margin: 0;
}

.banner-para::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F26522;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.75); }
}

.banner-heading {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 2px;
  color: #ffffff !important;
  margin: 0;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

.banner-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #F26522;
  border-radius: 2px;
  margin-top: 20px;
}

/* ── BUTTONS ── */
.theme-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  margin-left: 10px;
}

.theme-button:first-child {
  background: #F26522;
  color: #ffffff;
  border: 1.5px solid #F26522;
}

.theme-button:first-child:hover {
  background: #FF7A30;
  border-color: #FF7A30;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(242, 101, 34, 0.4);
}

.theme-button:last-child {
  justify-content: center;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.theme-button:last-child:hover {
 background: #FF7A30;
  border-color: #FF7A30;
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* ── ANIMATIONS ── */
@keyframes bannerFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.75); }
}

/* ── GOOGLE FONTS IMPORT (add to <head>) ── */
/*
  <link href="https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
*/

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .banner-text { padding: 0 24px; }
  .banner-heading { letter-spacing: -1px; }
  .theme-button { padding: 12px 22px; font-size: 14px; }
}

@media (max-width: 992px) {
  .banner-para {
    font-size: 11px;
    padding: 4px 10px;
    gap: 2px;
  }
}

/* Mobile devices */
@media (max-width: 576px) {
  .banner-para {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
}



.form-heading {
  font-size: 18px;
  font-weight: 700;
}

.form-wrap {
  padding: 30px 20px;
  background-color: #fff;




  width: 90%;
  margin-left: auto;
  border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  -webkit-border-radius: 50px 0 50px 0;
}

.discount-strip {
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  padding: 12px 15px;
  transform: translate(-35px, 0);
  font-size: 15px;
  position: relative;
  display: none;
}

.discount-strip:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #da3a05 transparent;
  top: auto;
  transform: rotate(46deg);
  bottom: -10px;
  left: 0;
}

.form-control {
  font-size: 14px;
  margin-bottom: 15px;
}

.form-label {
  font-size: 15px;
  margin-bottom: 8px;
}

.about-box-image img {
  border: 1px solid #f97f17;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.about-box-heading {
  font-size: 18px;
  font-weight: 500;
}

.about-box-para {
  font-size: 15px;
}

.about-box {
  padding: 20px;
  box-shadow: 0 0 8px 0 #d4d4d4;
}

#counter {
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
}

.counter-icon {
  font-size: 28px;
  width: 80px;
  margin-right: 25px;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px 3px 3px 50%;
  -moz-border-radius: 3px 3px 3px 50%;
  border-radius: 3px 3px 3px 50%;
  transition: 0.3s;
  height: 80px;
  display: flex;
  align-items: center;
}

.counter-box:hover .counter-icon {
  background: #fff;
  color: #f97e1d;
  -webkit-border-radius: 50% 3px 3px 3px;
  -moz-border-radius: 50% 3px 3px 3px;
  border-radius: 50% 3px 3px 3px;
  transition: 0.3s;
}

.count {
  font-size: 32px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.project {
  font-size: 18px;
  color: #fff;
}

.service-image img {
  height: 270px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.service-heading {
  font-size: 25px;
  margin-bottom: 15px;
}

.service-box {
  box-shadow: 0 0 8px 0 #b9b9b9;
  height: 100%;
}

.service-content {
  padding: 10px 35px 35px;
}

.price-heading {
  font-size: 22px;
  margin-bottom: 18px;
  background-color: #313131;
  color: #fff;
  padding: 18px 0;
}

.price-text .count {
  font-size: 50px;
  color: #ff6a39;
  font-weight: 500;
}

.price-text {
  font-size: 22px;
}

.price-box {
  padding: 0 0 25px;
  box-shadow: 0 0 8px 0 #ddd;
}

.certified-box-icon span {
  display: flex;
  width: 85px;
  height: 85px;
  justify-content: center;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  align-items: center;
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.certified-box-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.certified-box {
  padding: 25px 12px;
  box-shadow: 0 0 8px 0 #c3c3c3;
  background-color: #fff;
  height: 100%;
}

.certified-form {
  padding: 25px;
  box-shadow: 0 0 5px 0 #ddd;
  height: 100%;
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  border-top: 10px solid #f97c1f;
  margin-left: auto;
}

.certified-form form p {
  font-size: 28px;
  margin-bottom: 30px;
  color: #313131;
}

#certified .form-wrap {
  box-shadow: 0 0 8px 0 #c5c5c5;
}


.testimonial-image img {
width: 150px;
height: 150px;
border-radius: 50%;
    object-fit: cover;
}

.testimonial-content {
	padding: 25px;
    background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.testimonial-image{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.testimonial-name {
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}

.testimonial-name:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.service-area-link {
  font-size: 17px;
  background-color: #fff;
  color: #212529;
  text-align: center;
  padding: 15px;
  font-weight: 300;
  border: 1px solid #f3f3f3;
  transition: 0.3s;
  margin-bottom: 15px;
}

.service-area-link:hover {
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  border: 1px solid #f3f3f3;
  color: #fff;
  transition: 0.3s;
}

#footer {
  background: linear-gradient(142deg, #252525 16%, #535353 52%, #242424 100%);
  position: relative;
  z-index: 1;
}




.whatsapp {
  display: inline-block;
  position: fixed;
  bottom: 38px;
  right: 15px;
  border-radius: 50%;
  z-index: 99;

}

.whatsapp img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.footer-heading {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-align: left;
  position: relative;
}

.footer-heading:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer-heading:after {
  position: absolute;
  content: "";
  width: 10px;
  left: 25px;
  right: auto;
  bottom: -4px;
  margin: auto;
  height: 10px;
  border-radius: 50%;
  background-color: #ff683a;
}

footer a,
footer p {
  font-size: 14px;
}

.social-media a {
  font-size: 22px;
  margin-right: 15px;
  color: #fff;
  transition: 0.3s;
}

.social-media a {
    color: #ffffff;
    transition: 0.3s;
}

.bottom-bar p {
  font-size: 14px;
}

.bottom-bar {
  background-color: #272727;
}

.bottom-bar a:hover {
  color: #fff;
  transition: 0.3s;
}

.call {
  position: fixed;
  bottom: 40px;
  left: 15px;
  z-index:99;
}

.service-wrap-image img {
  width: 100%;
  object-fit: cover;
  height: 185px;
}

.service-wrap {
  display: block;
  margin-bottom: 20px;
}

.service-wrap:hover > .service-wrap-image .service-wrap-name {
  transition: 0.3s;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  color: #fff;
}

.service-wrap:hover {
  transition: 0.3s;
  box-shadow: 0 0 11px 0 #797979;
}

.service-wrap-name {
  font-size: 17px;
  text-align: center;
  background-color: #f5f5f5;
  color: #212529;
  padding: 10px 0;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.3s;
}

.modal .form-wrap {
  margin: auto;
}

.modal-header {
  position: absolute;
  width: 90%;
  z-index: 9;
  top: 14px;
}

#page-banner {
   background-image: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)),
    url("../images/service-banner.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	
    position: relative;
    background-position: center;
    z-index: 1;
    padding: 100px 0;
}
#page-banner::after {
	content: '';
    position: absolute;
    z-index: -1;
    background: url(../images/breadcrumb.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
  }

.page-banner-heading {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 14px;
}

.service-detail-image {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.faq {
  width: 75%;
  margin: 0 0 0 12%;
}

.faq-q {
  border-top: 2px dashed;
  border-color: #f97d1f !important;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}

.faq-q span {
  font-size: 22px;
}

.faq-q:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 35px;
  width: 45px;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  text-align: center;
  color: #fff;
  font-size: 110%;
  display: inline-table;
}

.faq-q:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  display: inline-table;
  height: 35px;
  top: 33%;
  width: 45px;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  text-align: center;
  color: #fff;
  font-size: 110%;
}

.faq-q:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.faq-q:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.faq-q:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.faq-q:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.about-us-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  -webkit-border-radius: 50px 0 50px 0;
  border: 5px solid #f97e1d;
}

.vision-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  -webkit-border-radius: 50px 0 50px 0;
  border: 5px solid #f97e1d;
}

#contact-us .form-wrap {
  box-shadow: 0 0 8px 0 #ddd;
  height: 100%;
}

.contact-icon span {
  width: 55px;
  height: 55px;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}

.contact-info .form-heading {
  font-size: 28px;
}

.contact-info {
  padding: 35px;
  width: 80%;
  margin: auto;
}

#contact-strip {
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  padding: 40px 0;
  position: relative;
  margin-top: 135px;
}

#contact-strip img {
  position: absolute;
  bottom: -35px;
  height: 250px;
}

#contact-strip .white-button:hover {
  border: 1px solid #fff;
}

#contact-strip p {
  font-size: 26px;
  font-weight: 500;
}

body.suburb #contact-strip {
  display: none;
}

.note {
  padding: 35px;
  background-color: #f8811940 !important;
  margin-top: 30px;
  position: relative;
}

.note-icon {
  width: 45px;
  height: 45px;
  display: flex;
  background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.top-header-btn button{
  display: block;
  height: 100%;
}



label.error {
  color: red;
  font-size: 11px;
}
.process {
  width: 100%;
  padding: 0 2px;
  text-align: center;
  margin: 0px;
}

.b-right {
  border-right: 1px solid rgb(204, 204, 204);
}

.b-bottom {
  border-bottom: 1px solid rgb(204, 204, 204);
}

.process__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process__item:hover {
  background: #f2f2f2;
}

.process__item:hover .process__number {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  color: #f97e1d;
}

.process__number {
  font-size: 50px;
  -webkit-text-stroke: 1px #f97e1d;
  display: block;
  color: transparent;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process__title {
  display: block;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 20px;
  color: #f97e1d;
  text-transform: uppercase;
  margin-top: 10px;
}

.process__subtitle {
  display: block;
  font-size: 16px;
  color: #8c8c8c;
  margin-top: 6px;
  line-height: 1.5;
}



iframe {
  box-shadow: 0px 0px 54px #fd7031;
}

.mail-response {
  text-align: center;
  font-size: 22px;
}

/* additional css */

.melbourne-map iframe{
  width: 100%;
}

.melbourne-video{
  width: 100%;
}

.melbourne-video img{
  width: 100%;
}




@media screen and (max-width:575.98px) {

#footer::before{
  display:none;
}
	.alt{
		flex-wrap: wrap-reverse;
	}

  .testimonial-image img{
    width: 75px!important;
    height: 75px!important;
    margin-bottom: 10px;
  }

  .common-heading{
    font-size: 21px!important;
  }

  p{
    font-size: 14px;
  }

  li{
    font-size: 14px;
  }

  .about-box-image img{
    width: 74px;
    height: 74px;
    object-fit: contain;
  }

  .service-heading{
    font-size: 20px;
  }

  .section-padding{
    padding: 40px 0;
  }

  .count{
    font-size: 29px;
  }

  .theme-button{
    padding: 8px 13px;
  }

  #contact-strip p{
    font-size: 20px!important;
  }

  .process__item{
    padding: 15px 12px!important;
  }

  .process__number{
    font-size: 24px!important;
  }

  .process__title{
    font-size: 15px!important;
  }

  .process__subtitle{
    font-size: 14px!important;
  }

  #footer .social-media i{
    font-size: 17px!important;
  }

  .melbourne-map{
    height: 240px;

  }

  .melbourne-map iframe{
    height: 100%;
  }

  .certified-box-icon span{
    width: 50px;
    height: 50px;
    font-size: 17px;
  }

 

  #contact-strip .white-button{
    font-size: 14px;
  }

  .page-banner-heading{
    font-size: 27px;
  }

  .breadcrumb-item, .breadcrumb-item a{
    font-size: 12px;
  }

  #page-banner{
    padding: 54px 0;
  }

  .about-us-image, .vision-image{
    height: 270px!important;
  }

}

@media (max-width: 1200px) {
  .price-text .count {
    font-size: 36px;
  }

}

@media (max-width: 1024px) {
  .form-wrap {
    width: 100%;
  }
}

@media (max-width: 991px) {
#banner::after {
  top:60px;
width:225px;
opacity:0.5;
right:40px;

}

#footer::after{
opacity:0.5;
}
  .mobile-logo {
    display: block;
  }
  .about-us-image,
  .vision-image {
    height: 350px;
    margin-bottom: 25px;
  }
  #navigation {
    background-color: #fff;
  }
  .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
  }
  #navigation .navbar-nav .nav-link {
    color: rgb(49 49 49);
    line-height: 1.8rem;
    font-size: 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  .fixed-call {
    text-align: center;
    display: block;
    padding: 12px;
    background: radial-gradient(circle, #f58b0c 0, #f8801b 35%, #ff683a 100%);
    margin-bottom: 20px;
  }
  .service-box {
    height: auto;
    margin-bottom: 20px;
  }
  .counter-box br {
    display: none;
  }
  .about-box {
    margin-bottom: 20px;
  }
  #contact-strip img {
    display: none;
  }
  #contact-strip {
    margin-top: 0;
  }
  .price-box {
    margin-bottom: 20px;
  }
  .testimonial-box {
    margin-bottom: 20px;
  }
  .footer-menu a {
    white-space: nowrap;
  }
  .common-heading {
    font-size: 30px;
  }
  .contact-info {
    padding: 35px 10px;
    width: 100%;
  }

  .testimonial-image img{
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width:767px) {
  .process__item{
    padding: 15px 16px;
  }

  .process__title{
    font-size: 18px;
  }

  .process__number{
    font-size: 44px;
  }
  .bottom-bar .d-flex {
    display: block !important;
    text-align: center;
  }
  .bottom-bar p {
    text-align: center;
  }

  #contact-strip .white-button{
    display: inline-block;
  }
}


@media (max-width: 480px) {
  #about-us .mt-5 {
    margin-top: 10px !important;
  }
  .banner-heading {
    font-size: 30px;
  }
  .bottom-bar p {
    font-size: 11px;
  }
  .common-heading {
    font-size: 25px;
  }
  .service-heading {
    font-size: 18px;
  }
  .counter-box {
    margin-bottom: 25px;
    display: block !important;
  }
  .col-lg-3:last-child .counter-box {
    margin-bottom: 0;
  }
  p {
    font-size: 15px;
  }
  .counter-icon {
    font-size: 20px;
    width: 65px;
    height: 65px;
    margin: auto;
  }
  .count {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .testimonial-image img {
    margin-bottom: 12px;
  }
  #footer {
    padding-left: 35px;
    padding-right: 35px;
  }
  .footer-heading {
    font-size: 18px;
    margin-bottom: 24px;
  }
 
  
  .banner-heading {
    font-size: 26px;
  }
  
  #services p.d-flex a:last-child {
    display: none;
  }
  #services p.d-flex a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .service-image img {
    height: 220px;
  }
  .price-text .count {
    font-size: 26px;
  }
  .page-banner-heading {
    font-size: 24px;
  }
  .call {
    bottom: 35px;
    font-size: 12px;
    padding: 5px 15px;
  }
  .certified-box-icon span {
    width: 75px;
    height: 75px;
    font-size: 22px;
  }
  form .col {
    flex-basis: auto;
  }
  .form-row.mb-3 {
    margin-bottom: 0 !important;
  }
  .form-control {
    margin-bottom: 15px;
  }
  #page-banner {
    padding: 65px 0;
  }
  #contact-us .form-wrap {
    height: auto;
    margin-bottom: 20px;
  }
  .faq {
    width: 85%;
    margin: auto;
  }
  #process ul {
    padding-left: 15px !important;
  }
  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 12px;
  }
  .note {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .note-icon {
    top: -16px;
    left: -16px;
  }
  .whatsapp img {
    width: 50px;
    height: 50px;
  }
  .whatsapp {
    bottom: 23px;
  }
  .service-content {
    padding: 10px 15px 20px;
  }
  .project {
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		height: 22rem;
		transition: 0.5s;
		overflow: scroll;
	}
  .dropdown:hover > .dropdown-menu {
    display: block;
    transition: 0.5s;
    height: 22rem;
    overflow: scroll;
  }
  /* Customize the scrollbar track */
  ::-webkit-scrollbar {
	width: 8px;
    height: 8px;
    background: #313131;
  }

  /* Customize the scrollbar thumb */
  ::-webkit-scrollbar-thumb {
	background-color: #f27312;
    border-radius: 6px;
  }

  /* Style on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }

  /* Customize the scrollbar track on the horizontal scrollbar */
  ::-webkit-scrollbar-track-horizontal {
    background-color: #f1f1f1;
  }

  /* Customize the scrollbar track on the vertical scrollbar */
  ::-webkit-scrollbar-track-vertical {
    background-color: #f1f1f1;
  }

  /* Customize the scrollbar corner */
  ::-webkit-scrollbar-corner {
    background: #313131;
  }
}

@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .youtube .container {
    max-width: 100%;
  }
}
