body {
  font-family: "Jost";
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

html {
  overflow-x: hidden;
}


.header_area {
  padding: 8px 0;
  background: #000;
}

.logo_area {
  width: 200px;
  margin: auto 0;
}
.sticky_menu{
    height: auto !important;
}
.logo_area img {
    width: 100%;
  }
.sticky_menu .logo_area img {
    width: 80%;
}
.sticky_menu .logo_area a img {
    display: block;
}

.sticky_menu.navbar-expand-lg .navbar-nav,
.sticky_menu .social_head{
    margin-top: 23px;
}
.foot_info p.phone-area {
  justify-content: center;
}

.header_area .btn_area {
  width: 100%;
  margin: auto 0;
}

.header_area .btn_area a {
  margin: 0 auto;
  background: #ed0101;
  color: #fff;
}

.btn_area a {
  background: #000000;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 180px;
  text-align: center;
}

.btn_area a:before,
.btn_area a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.btn_area a:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}

.btn_area a:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
/* .menu_area .logo_area img{
    display: none;
} */
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}

.btn_area a:hover {
  color: #ffffff !important;
}

.btn_area a:hover:before,
.btn_area a:hover:after {
  width: 51%;
  border-radius: 0;
  background: #c80202;
}

.info_area {
  margin: auto 0 auto auto;
  display: flex;
  justify-content: end;
}

.info_area a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  padding: 0 15px;
  display: flex;
}

.info_area a p span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.info_area a p {
  margin: 0;
}

.info_area a i {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  float: left;
  background: #ed0101;;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.sticky_menu {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: #fff !important;
}

.menu_area {
  background: #ffffff;
}

.menu_area nav {
  padding: 0;
}

.menu_area ul {
  justify-content: center;
}

.menu_area ul li a {
  color: #000000;
  font-weight: 600;
  transition: all 0.5s;
  text-transform: uppercase;
}
.menu_area.sticky_menu ul li a {
    color: #fff;
}

.menu_area .navbar-expand-lg .navbar-nav .nav-link {
  padding: 28px 20px;
}

.head_menu li a:hover,
.head_menu li a:focus {
  background: #ed0101;
  color: #fff !important;
}

.social_head {
  /* margin: 0 0 0 auto; */
}

.social_head li {
  display: inline-block;
  margin-left: 20px;
}

.social_head li a:hover {
  color: #fb7500;
}

.social_head li a i {
  font-size: 24px;
  color: #002f5b;
}

.head_nav .dropdown ul {
  border-radius: 0;
  width: 250px;
  top: 70px;
  position: relative;
}

.head_nav .dropdown ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.head_nav .dropdown ul li a {
  line-height: 28px;
  font-size: 14px;
  padding: 5px 15px !important;
  color: #000;
}

.head_nav .dropdown ul li a:before {
  display: none;
}

.head_nav .dropdown-toggle::after {
  display: none;
}

.slide {
  position: relative;
  padding: 230px 0;
}

.slide h2 {
  font-weight: bold;
}

.slide .slide_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00000057;
}

.slide p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
}

.cont_center {
  position: relative;
  z-index: 1;
}

.slide .slide_img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
  object-fit: cover;
}

.slide .slide_content--headings {
  text-align: left;
  color: #fff;
}

.slide .slide_content--headings h2 {
  font-size: 66px;
  margin: 10px 0;
  text-transform: uppercase;
}

.slide .slide_content--headings .animated {
  transition: all 0.5s ease;
}

.slider_area [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slider_area .slick-arrow {
  border: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  z-index: 1;
}

.slider_area .slick-arrow.slick-next {
  right: 0;
  left: auto;
  transition: ease-in-out 0.3s;
  z-index: 0;
}

.slider_area .slick-arrow i {
  font-size: 35px;
  transition: all 0.3s;
  background: #ed0101;
  padding: 5px 10px;
  color: #fff !important;
}

.slider_area .slick-arrow i:hover {
  background: #000;
}

.slider_area .slick-arrow:before {
  display: none;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.slider_area .btn_area {
  margin-top: 30px;
}

.point_box {
  background: #042b3d;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.5s;
  width: 100%;
}

.point_box2 {
  background: #003141;
}

.point_box3 {
  background: #003647;
}

.point_box4 {
  background: #003b4d;
}

.point_box5 {
  background: #004052;
}

.point_box6 {
  background: #004558;
}

.point_box img {
  width: 50px;
  transition: all 0.5s;
}

.pad-0 {
  padding: 0;
}

.point_box h3 {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  position: relative;
  padding-bottom: 10px;
}

.point_box h3:after {
  background: #012265;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
  transition: all 0.5s;
}

.point_box:hover {
  background: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.point_box:hover img {
  filter: brightness(0) invert(1);
}

.point_box:hover h3:after {
  background: #fff;
}

.bnr_form_area {
  margin-top: -130px;
  background: #fff;
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.bnr_form_area h3 {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  margin: 0;
}

.bnr_form_area p {
  color: #5a5a68;
  margin: 5px 0 0;
}

.bnr_form_area p span {
  color: #ff1616;
}

.bnr_form_area a {
  color: #e8a813;
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.bnr_form_area form {
  margin-top: 5px;
}

.bnr_form_area form input,
.bnr_form_area form select {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 62px;
  margin: 15px 0;
  border-radius: 8px;
  appearance: auto;
}

.bnr_form_area form input::placeholder,
.bnr_form_area form select::placeholder {
  color: #5a5a68;
}

.bnr_form_area form input:focus,
.bnr_form_area form select:focus {
  box-shadow: 0 0 5px rgb(194 184 135);
  border: 1px solid #c2b887;
}

.form_btn {
  background: #0c0c0c;
  color: #fff !important;
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px !important;
  overflow: hidden;
  display: block;
  text-align: center;
  border: none !important;
  width: 100%;
  margin-top: 15px !important;
  height: 62px !important;
}

.form_btn:before,
.form_btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.form_btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}

.form_btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}

.form_btn:hover {
  color: #fff !important;
}

.form_btn:hover:before,
.form_btn:hover:after {
  width: 51%;
  border-radius: 0;
  background: #151515;
}

.head {
  font-size: 18px;
  color: #ed0101;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.head span {
  display: block;
  color: #000;
  text-transform: initial;
  font-size: 45px;
  line-height: 50px;
  margin-top: 10px;
}

.abt_area {
  padding: 70px 0;
}

.abt_left {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.abt_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt_right {
  width: 100%;
}

.abt_right p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #505050;
  margin-bottom: 10px;
}

.abt_right ul {
  margin-top: 20px;
}

.abt_right ul li {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.abt_right ul li i {
  color: #ed0101;
  padding-right: 10px;
}

.counter_wrap {
  background: #ed0101;
  border-radius: 10px;
  margin-top: 20px;
}

.counter_box {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
}

.counter_box:last-child {
  border: none;
}

.counter_box .counter_img img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.counter_cont {
  padding-left: 20px;
}

.counter_cont span {
  position: relative;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
}

.counter_cont span:after {
  content: " +";
  display: inline-block;
}

.counter_cont h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.abt_right .btn_area {
  margin-top: 20px;
}

.service_area {
  padding: 70px 0 140px;
  background: #f4f3f8;
}

.service_area .head {
  text-align: center;
}

.service_box {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width: 100%;
}

.service_img {
  width: 100%;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
}

.service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_box h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
}

.service_box p {
  color: #505050;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 5px 0;
}

.service_box .btn_area {
  margin-top: 10px;
}
.service_box .btn_area a {
  background: #ed0101;
}
.service_box .btn_area a:hover:before, .service_box .btn_area a:hover:after {
    width: 51%;
    border-radius: 0;
    background: #000;
}

.choose_area {
  background: url(../images/choose_back.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 70px;
  position: relative;
  z-index: 1;
}

.choose_area:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.choose_left {
  padding-top: 70px;
}

.choose_left .head span {
  color: #fff;
}

.we-make__right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.we-make__progress {
  position: relative;
  display: block;
  width: 100%;
}

.we-make__progress-single p {
  line-height: 0;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

.we-make__progress-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px !important;
  color: #fff;
  margin-bottom: 6px;
}

.we-make__progress .bar {
  position: relative;
  width: 100%;
  height: 10px;
  background: #fff;
  border-radius: 100px;
  margin: 10px 0 20px;
}

.we-make__progress .bar-inner::after {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #ed0101;
  content: "";
  border-radius: 10px
}

.we-make__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  border-radius: 100px 0 0 100px;
  background: #ed0101;
  -webkit-transition: all 40s ease;
  transition: all 3s ease;
}

.we-make__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 15px;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 10s ease;
  transition: all 3s ease;
}

.we-make__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.we-make__progress .bar.marb-0 {
  margin-bottom: 0;
}

.choose_right {
  background: #fff;
  border-radius: 6px;
  padding: 70px 45px 70px 45px;
  margin: -70px 0 0 40px;
  height: calc(100% + 70px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.choose_right p {
  color: #505050;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 10px 0 0;
  text-align: justify;
}

.choose_box {
  display: flex;
  margin-top: 30px;
}

.choose_cont {
  padding-left: 15px;
}

.choose_cont h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.choose_cont p {
  line-height: 22px;
}

.gallery_area {
  padding: 70px 0;
}

.gallery_area .head {
  text-align: center;
}

.lightimg_box {
  margin: 15px 0;
  position: relative;
}

.lightimg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  
}

.lightimg_box a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
  border-radius: 10px;
}

.lightimg_box a .overlay {
  background: url(https://millersroofingandhomeimprovements.com.au/wp-content/uploads/2025/07/gallery_zoom.png) no-repeat center #000000b0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.lightimg_box a:hover .overlay {
  display: block;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lightimg_box a:hover img {
  transform: scale(1.15);
}

.gallery_area .btn_area a {
  margin: 20px auto 0;
}

.ready_area {
  background: #000000;
background: linear-gradient(15deg, rgba(0, 0, 0, 1) 0%,rgb(42, 42, 42) 100%);
  padding: 130px 0;
}

.ready_left {
  width: 100%;
  margin: auto 0;
}

.ready_left h3 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.ready_left p {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0 0;
}

.ready_right {
  width: 100%;
  margin: auto 0;
}

.ready_right .btn_area a {
  margin: 0 0 0 auto;
}

.ready_right .btn_area a:after,
.ready_right .btn_area a:before {
  display: none;
}

.ready_right .btn_area a {
  background: #ed0101;
  transition: 0.5s;
}
.ready_right .btn_area a:hover {
  background: #ed0101;
  color: #000 !important;
}



.client_area {
  background: #f4f3f8;
  padding: 70px 0;
}

.client_area .head {
  text-align: center;
}

.test_slider {
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 15px;
  text-align: center;
}

.test_slider p {
  color: #505050;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
}

.test_slider h4 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0;
}

.test_slider h5 {
  color: #505050;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.test_slider .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  left: 0;
}

.test_slider .slick-dots li {
  border-color: white;
}

.test_slider .slick-dots li {
  width: 12px;
  height: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 10px 5px 0;
  border-radius: 50%;
  background: #898989;
  color: transparent;
  border: none;
}

.test_slider .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

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

.test_slider .slick-dots li.slick-active button {
  background: #ed0101;
}

.footer_area {
  background: #151515;
}

.foot_logo_area {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px;
  width: 100%;
  text-align: center;
}

.foot_logo_area img {
  width: 130px;
}

.foot_info {
  width: 100%;
  background: #ed0101;
  border-radius: 0 0 10px 10px;
  padding: 25px 10px;
  display: flex;
  margin: auto 0;
  height: 100%;
}

.foot_info p {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  width: 32%;
  margin: 0;
  display: flex;
  margin: auto 0;
}

.foot_info p a span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.foot_info p a {
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.foot_info p i {
  color: #1d2150;
  font-size: 16px;
  margin-right: 10px;
  float: left;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  max-width: 40px;
}

.foot_info p.location {
  display: block !important;
  margin-left: -26px;
}

.mail-check {
  padding-left: 50px;
}

.foot_menu_area {
  padding: 40px 0;
}

.footer_area h3 {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #fff;
}

.footer_area h3:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #ed0101;
  position: absolute;
  left: 0;
  bottom: 0;
}

.foot_left p {
  line-height: 28px;
  color: #d2d2d2;
  text-align: justify;
  margin: 0;
}
.foot_left p strong{
	font-size: 22px;    
    color: #FFC107;
}
.foot_menu ul li {
  list-style: none;
  margin: 5px 0;
  position: relative;
  padding-left: 25px;
}

.foot_menu ul li a {
  color: #d2d2d2;
  transition: all 0.3s;
}

.foot_menu ul li a:hover {
  color: #ed0101;
}

.foot_menu ul li:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ed0101;
}

.foot_menu_pad {
  padding-left: 30px;
}

.foot_address p {
  color: #d2d2d2;
  display: flex;
}

.foot_address p i {
  max-width: 35px;
  margin-top: 3px;
  width: 100%;
  color: #012265;
}

.foot_address p span {
  display: block;
}

.foot_address p span a {
  color: #d2d2d2;
  text-decoration: none;
}

.foot_news p {
  line-height: 28px;
  color: #d2d2d2;
  text-align: justify;
  margin: 0;
}

.foot_news form input {
  height: 48px;
  background: #3c3c3c;
  color: #d2d2d2;
  border: none;
  border-radius: 10px;
  margin-top: 15px;
}

.foot_news form input::placeholder {
  color: #d2d2d2;
}

.news_button {
  background: #ed0101;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 140px;
  text-align: center;
  border: none;
  margin-top: 15px;
}

.news_button:before,
.news_button:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: none;
}

.news_button:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}

.news_button:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}

.news_button:hover {
  color: #fff !important;
}

.news_button:hover:before,
.news_button:hover:after {
  width: 51%;
  border-radius: 0;
  background: #151515;
}

.copy_area {
  background: #000;
  padding: 15px 0;
}

.copy_area p {
  margin: 0;
  color: #fff;
}

.copy_right {
  text-align: right;
}





.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 10px;
}

.inner_banner {
  position: relative;
  z-index: 1;
}

.inner_banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.inner_banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
}

.single_service {
  padding: 70px 0;
}

.single_service .clearfix {
  display: contents;
}

.single_service img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}

.single_service p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin: 20px 0;
  color: #505050;
}

.single_service p a {
  color: #ed0101;
  font-weight: bold;
}

.single_service ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.single_service ul li:before {
  content: "\f00c";
  color: #ed0101;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.serv_page_img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin: 10px 0;
}

.getin_wrap {
  padding: 60px 0;
}

.getin_wrap h2 {
  text-align: center;
  color: #0490c0;
}

.form_box {
  padding: 0;

}

.home_map {
  background: #0c0c0c;
  padding: 20px;
}

.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}

.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}

.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  /* border: 1px solid #fff; */
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}

.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}

.home_map ul li span h4 {
  margin: 0 0 5px;
}

.home_map ul li a {
  text-decoration: none;
  color: #fff;
}

section.abt_areasec {
  padding: 60px 0;
}

.book_area {
  padding: 70px 0;
}

.book_left {
  width: 100%;
}

.book_left .head_img:after {
  width: 245px;
}

.book_left .head_area span:after {
  width: 145px;
}

.book_left p {
  font-size: 18px;
  color: #505050;
  line-height: 26px;
  text-align: justify;
  /* margin: 20px 0; */
}

.book_left form input,
.book_left form select {
  width: 100%;
  height: 46px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}

.book_left form textarea {
  width: 100%;
  height: 95px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}

.book_right {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.book_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.2);
  position: relative;
  left: 0;
}

.book_right:hover img {
  left: 50px;
}





/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {}

@media (min-width:992px) and (max-width:1199px) {
  .foot_info p {
    margin: unset !important;
  }
}

@media (min-width:981px) and (max-width:1399px) {
  .info_area a {
    padding: 0 5px;
    margin-left: 0;
  }

  .menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 28px 7px;
  }

  .choose_right {
    padding: 70px 30px 70px 30px;
  }

  .foot_info p {
    display: inline-block;
  }

  .foot_info p a span {
    word-wrap: break-word;
  }

  .foot_menu_pad {
    padding: 0;
  }

  .footer_area h3 {
    font-size: 18px;
  }
}

@media (min-width:768px) and (max-width:980px) {
  .info_area {
    display: none;
  }

  .header_area .btn_area {
    display: none;
  }

  .logo_area {
    width: 160px;
  }

  .foot_info p {
    margin: unset !important;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #fcb900;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: -100px;
  }
  .sticky_menu .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top:-60px;
  }
  .menu_area .sticky_menu .head_nav{
    background: #ed0101;
    top: 100px;
  }
  .menu_area .sticky_menu ul li a{
color: #fff;
  }
  .sticky_menu{
    top: 0;
    z-index: 9999;
    height: auto;
    background: #000 !important;
  }
  .head_nav .logo_area{
    display: none;
  }
  .sticky_menu .logo_area{
    display: block;
  }
  .menu_area nav{
    /* background: #ed0101; */
    height: unset;
  }
  .sticky_menu .navbar-toggler{
top: 60px;
  }

  /* .menu_area {
    position: absolute;
    right: 0;
    top: 180px;
    width: 100%;
    z-index: 100;
  } */
  .sticky_menu .logo_area a img {
    width: 80%;
}

  .menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px;
  }

  .social_head {
    display: none;
  }

  .head_nav .dropdown ul {
    top: 0;
    width: 100%;
  }

  .slide .slide_content--headings h2 {
    font-size: 24px;
  }

  .slide {
    padding: 70px 0;
  }

  .slide p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
  }

  .cont_center {
    padding: 0 36px;
  }

  .bnr_form_area {
    margin-top: -50px;
  }

  .btn_area a {
    width: 150px;
    padding: 10px 10px;
  }

  .bnr_form_area {
    padding: 15px;
  }

  .bnr_form_area h3 {
    font-size: 24px;
  }

  .bnr_form_area p {
    font-size: 14px;
    line-height: 22px;
  }

  .bnr_form_area form input,
  .bnr_form_area form select {
    height: 48px;
    margin: 10px 0;
  }

  .form_btn {
    height: 48px;
    margin-top: 10px;
  }

  .head span {
    font-size: 28px;
    line-height: 34px;
  }

  .counter_cont span {
    font-size: 24px;
  }

  .counter_box {
    padding: 20px 10px;
  }

  .counter_cont {
    padding-left: 12px;
  }

  .lightimg_box a {
    height: 230px;
  }

  .choose_right {
    margin: -70px 0 0 0;
    padding: 70px 15px 70px 15px;
  }

  .foot_menu_pad {
    padding: 0;
  }

  .footer_area h3 {
    margin: 15px 0;
  }

  .foot_info p {
    display: inline-block;
  }

  .foot_info p a span {
    word-wrap: break-word;
  }
}

@media (max-width:767px) {
  .info_area {
    display: none;
  }
  .header_area{
    background: #fff;
  }

  .header_area .btn_area {
    display: none;
  }

  .logo_area {
    width: 200px;
  }

  .abt_right ul li {
    display: inline-block;
    width: 49%;
  }

  .foot_info p.phone-area {
    justify-content: left;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }
  .home_map ul li a{
    word-break: break-all;
  }

  .head_nav .navbar-toggler span {
    display: block;
    background: #ed0101;
    height: 5px;
    margin: 3px 0;
    border-radius: 20px;
    width: 30px;
  }

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: -65px;
  }
  .sticky_menu .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top:-60px;
  }
  .menu_area .sticky_menu .head_nav{
    background: #ed0101;
    top: 100px;
  }
  .menu_area .sticky_menu ul li a{
color: #000;
  }
  .sticky_menu{
    top: 0;
    z-index: 9999;
    height: auto;
    background: #ffffff !important;
    box-shadow: 0 0.4rem 0.5rem #00000018;
    padding: 3px 0 !important;
  }
  .head_nav .logo_area{
    display: none;
  }
  .sticky_menu .logo_area{
    display: block;
  }
  .menu_area nav{
    /* background: #ed0101; */
    height: unset;
  }
  .sticky_menu .navbar-toggler{
top: 20px;
  }

  /* .menu_area {
    position: absolute;
    right: 0;
    top: 180px;
    width: 100%;
    z-index: 100;
  } */
  .sticky_menu .logo_area a img {
    width: 60%;
}

  .menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px;
  }

  .social_head {
    display: none;
  }

  .head_nav .dropdown ul {
    top: 0;
    width: 100%;
  }

  .lightimg_box{
    margin: 15px 0 0;
  }

  .logo_area img {
    width: 70%;
  }

  .foot_info p a span {
    font-size: 15px;
    word-break: break-all;
  }

  .slide .slide_content--headings h2 {
    font-size: 24px;
  }

  .slide {
    padding: 70px 0;
  }

  .slide p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
  }

  .cont_center {
    padding: 0 36px;
  }

  .bnr_form_area {
    padding: 15px;
  }

  .bnr_form_area h3 {
    font-size: 24px;
  }

  .bnr_form_area p {
    font-size: 14px;
    line-height: 22px;
  }

  .bnr_form_area a {
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
  }

  .bnr_form_area form input,
  .bnr_form_area form select {
    height: 48px;
    margin: 10px 0;
  }

  .form_btn {
    height: 48px !important;
    margin-top: 10px !important;
  }

  .bnr_form_area {
    margin-top: -50px;
  }

  .choose_right {
    margin: 20px 0 0;
    padding: 20px;
    height: 100%;
  }

  .abt_area,
  .service_area,
  .gallery_area,
  .client_area {
    padding: 40px 0;
  }
  .foot_logo_area{
    padding: 15px;
  }
  .foot_logo_area img{ 
   width: 70%;
  }

  .lightimg_box a {
    height: 100px;
  }

  .head span {
    font-size: 24px;
    line-height: 30px;
  }

  .abt_right {
    margin-top: 20px;
  }

  .counter_cont span {
    font-size: 30px;
  }

  .abt_right .btn_area a {
    margin: 0 auto 0;
  }

  .test_slider p {
    font-size: 16px;
    line-height: 24px;
  }

  .test_slider {
    padding: 20px;
  }

  .ready_area {
    padding: 30px 0;
  }

  .ready_left {
    text-align: center;
  }

  .ready_left h3 {
    font-size: 24px;
  }

  .ready_left p {
    font-size: 18px;
  }

  .ready_right {
    margin-top: 20px;
  }

  .ready_right .btn_area a {
    margin: 0 auto 0;
  }

  .foot_logo_area img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .foot_info {
    border-radius: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .foot_info p {
    width: 100%;
    margin: 5px 0;
  }

  .foot_info p.location {
    margin-left: 0;
  }

  .footer_area h3 {
    margin: 15px 0;
    font-size: 16px;
  }

  .foot_menu_pad {
    padding: 0;
  }

  .foot_left p {
    font-size: 14px;
    line-height: 22px;
  }

  .foot_menu ul li,
  .foot_address p {
    font-size: 14px;
    line-height: 22px;
  }

  .copy_area {
    text-align: center;
    padding: 15px 0;
  }

  .copy_area p {
    font-size: 14px;
  }

  .copy_right {
    text-align: center;
  }

  .single_service {
    padding: 40px 0;
  }

  .inner_banner h1 {
    font-size: 20px;
  }

  .inner_page img,
  .single_service img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .inner_banner img {
    height: 200px;
  }

  .single_service p,
  .single_service ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

/*===============Responsive Ends===============*/
@media(min-width: 992px) and (max-width: 1199px) {
  .foot_info p {
    display: flex;
    margin: 0;

  }
}

.call_float {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
}
.call_float a i {
    width: 50px;
    height: 50px;
    background: #fcb900;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}
