body {
  font-family: "Jost", sans-serif;
  overflow-X: hidden;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  overflow-X: hidden;
}


.header_area {
  background: #fff;
}

.header_area ul {
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

.header_area .navbar-collapse {
  flex-wrap: wrap;
  margin-left: 10px;
}

.for_mobile {
  display: none;
}

.head_info {
  padding: 15px 0;
  border-bottom: 1px solid #4d4d4d;
}

.head_info li {
  margin-right: 40px;
}

.header_area .navbar {
  padding: 0;
}

.head_info li a p {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.head_info li a i {
  color: #e00000;
  font-size: 14px;
  margin-right: 3px;
}

.head_menu {
  margin: 12px 0 !important;
  position: relative;
}

.head_menu li a {
  line-height: 55px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  position: relative;
}

.head_menu li a:hover {
  color: #e00000;
}

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

.header_area .navbar-brand img {
  width: 100%;
}

.head_menu .navbar-brand {
  display: none;
}

.top_social {
  position: absolute;
  right: 0;
}

.top_social a {
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
}

.sticky_menu .head_menu {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 !important;
  left: 0;
  transition: all 0.3s;
  z-index: 30;
  background-color: #fff;
  padding: 0 15px;
}

.sticky_menu .head_menu .estimate_area {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.sticky_menu .head_menu li a {
  line-height: 72px;
}

.sticky_menu .head_menu .navbar-brand {
  display: block;
  margin: auto 0;
  transition: all 0.3s;
}

.sticky_menu .head_menu .navbar-brand img {
  width: 80px;
  transition: all 0.3s;
  margin-right: 40px;
}

.estimate_area a {
  width: 185px;
  height: 55px;
  background: #e00000;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-align: center;
  line-height: 55px !important;
  padding: 0 10px !important;
  position: relative;
	border-radius: 6px;
}

.estimate_area {
  position: absolute;
  right: 0;
}

.estimate_area a span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  transition: all 0.5s;
}

.estimate_area a span:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}

.estimate_area a:hover span:after {
  right: -15px;
  opacity: 1;
}

.estimate_area a:hover span {
  padding: 0 15px 0 0;
}

.estimate_area a:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}

.estimate_area a:hover:before {
  left: 10px;
  top: 10px;
}

.hamburger_btn {
  display: none;
}

.navbar-brand {
  width: 150px;
}

.header_area .dropdown-menu li a {
  line-height: 40px;
}

.header_area .dropdown-menu li a:hover {
  background: #f2f2f2;
}

.header_area .dropdown-menu li a::before {
  display: none;
}

.header_area .dropdown-menu {
  width: 270px;
  border-radius: 0;
}

.sticky_menu.header_area .navbar-brand img {
  width: 160px;
  transition: all 0.5s;
}

.sticky_menu.header_area .dropdown-menu li a,
.header_area .dropdown-menu li a {
  line-height: 26px;
  color: #000000;
}



.sticky_menu.header_area .dropdown-menu li a:hover,
.header_area .dropdown-menu li a:hover {
  background: #e00000;
  color: #fff;
}

.slide {
  position: relative;
  padding: 100px 0;
  background: #000;
}

.slide h2 {
  font-weight: bold;
}

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

.slide .slide_img:after {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slide p {
  font-size: 24px;
  margin-top: 20px;
}

.btn_box {
  display: inline-block;
  color: #fff;
  border-radius: 23px;
  padding: 11px 34px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background: #000;
  transform: translateX(0);
  text-decoration: none;
}

.btn_box:hover {
  box-shadow: 0px 16px 35px 0px rgb(0 0 0 / 20%);
  z-index: 2;
  color: #fff;
}

.btn_box:before,
.btn_box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  border-radius: 0;
  z-index: -1;
  height: 100%;
  background: #1ead18;
  will-change: transform;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.btn_box:before {
  right: 75%;
  margin-right: -1px;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.btn_box:after {
  width: 70%;
  left: 75%;
  margin-left: -1px;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.btn_box:hover:before,
.btn_box:hover:after {
  -webkit-transform: skew(-45deg) scaleX(1.5);
  transform: skew(-45deg) scaleX(1.5);
}

.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: #000;
}

.slide .slide_content--headings h2 {
  font-size: 50px;
  margin: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.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-track{
	height: 650px;
}

.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: #e00000;
  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;
}

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

.btn_area a {
  width: 200px;
  height: 55px;
  background: #e00000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 55px;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  border-radius: 6px;
}

.btn_area a.phone-btn {
  background: #000;
}

/* .btn_area a.phone-btn:before{
	background: #f64221 !important;
} */

.btn_area a span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  transition: all 0.5s;
}

.btn_area a span:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}

.btn_area a:hover span:after {
  right: -15px;
  opacity: 1;
}

.btn_area a:hover span {
  padding: 0 15px 0 0;
}

.btn_area a:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 6px;
}

.btn_area a:hover:before {
  left: 10px;
  top: 10px;
}

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

.point_area {
  margin-top: -80px;
  padding-bottom: 70px;
}

.point_box {
  padding: 45px 15px;
  background: #e00000;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.point_img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #000;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.30);
  margin: auto;
  position: relative;
}

.point_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.point_img_area {
  text-align: center;
}

.point_img_area h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 0;
  color: #fff;
}

.head_area {
  text-align: center;
}

.head {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.head h2 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  font-size: 36px;
}

.head:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #e00000;
  position: absolute;
  left: -40px;
  top: 17px;
  transition: all 0.5s;
}

.head:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #e00000;
  position: absolute;
  right: -40px;
  top: 17px;
  transition: all 0.5s;
}

.head h2:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #e00000;
  position: absolute;
  left: -30px;
  top: 25px;
  transition: all 0.5s;
}

.head h2:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #e00000;
  position: absolute;
  right: -30px;
  top: 25px;
  transition: all 0.5s;
}
.abt_area .head h2 span {
    color: #e00000;
}

.head h2 span {
  color: #e00000;
  font-weight: bold;
}

.head_area:hover .head:before,
.head_area:hover .head:after {
  width: 20px;
}

.head_area:hover .head h2:before,
.head_area:hover .head h2:after {
  width: 25px;
}

.abt_area {
  background: #101010;
  padding: 70px 0;
  position: relative;
}

.abt_img {
  height: 415px;
  margin-left: 110px;
  position: relative;
  overflow: hidden;
}

.abt_left {
  position: relative;
}

.abt_left:before {
  content: "";
  width: 400px;
  height: 400px;
  border: 30px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 100px;
}

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

.abt_img:hover img {
  transform: scale(1.2);
}

.abt_right {
  background: #fff;
  margin: 65px 0 0 -200px;
  padding: 20px;
  position: relative;
}

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

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

.abt_right .btn_area a:before {
  background: rgb(123 123 123 / 15%);
}

.abt_right .btn_area a {
  margin-right: 30px;
}

.abt_text {
  animation: text-pop-up-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
  position: absolute;
  bottom: 0;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bdbdbd;
}

@keyframes text-pop-up-top {
  0% {
    transform: translateY(0);
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    transform: translateY(-50px);
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #505050, 0 2px 0 #505050, 0 3px 0 #505050, 0 4px 0 #505050, 0 5px 0 #505050, 0 6px 0 #505050, 0 7px 0 #505050, 0 8px 0 #505050, 0 9px 0 #505050, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

.counter_sec {
  padding: 70px 0;
}

.counter_area {
  padding: 40px 15px;
  background: #e00000;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.counter_section {
  text-align: center;
}

.counter_img {
  width: 70px;
  height: 70px;
  background: #000000;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}

.counter_img i {
  font-size: 32px;
  line-height: 70px;
  color: #ffffff;
}

.counter_section h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  font-size: 16px;
}

.count {
  font-weight: bold;
  font-size: 66px;
  line-height: 46px;
  position: relative;
  color: #fff;
}

.count:after {
  content: "+";
}

#counter div:nth-child(2) .count:after {
  content: "%";
  display: inline-block;
}

/* .count2:after{content: "%";} */

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

.service_area .head_area h2 {
  color: #000;
}

.serv_box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
}

.serv_img {
  height: 250px;
}

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

.serv_head {
  display: flex;
  position: relative;
  background: #e00000;
}

.serv_icon {
  width: 30%;
  background: #000000;
  position: relative;
  height: 80px;
}

.serv_icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.serv_cont {
  background: #e00000;
  width: 70%;
  padding: 20px 15px 28px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  overflow: hidden;
  height: 80px;
}

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

.serv_cont p {
  font-weight: 400;
  line-height: 28px;
  margin: 15px 0 0;
  color: #fff;
  transition: all 1s;
  position: relative;
  bottom: -20px;
  opacity: 0;
}

.serv_box:hover .serv_cont p {
  bottom: 0;
  opacity: 1;
}

.serv_box:hover .serv_cont {
  bottom: 0;
  height: 180px;
}

.serv_link a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e00000;
  display: block;
  padding: 20px 5px;
  text-align: center;
}

.serv_link a i {
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.serv_link a:hover i {
  left: 15px;
}

.serv_box:hover .serv_icon img {
  animation: pxl_scale1 300ms linear 0ms;
}

@keyframes pxl_scale1 {
  0% {
    transform: translate(-50%, -50%) scale(1)
  }

  50% {
    transform: translate(-50%, -50%) scale(0)
  }

  100% {
    transform: translate(-50%, -50%) scale(1)
  }
}

.choose_area {
  padding: 70px 0;
}

.choose_wrap {
  padding: 70px 15px 70px 60px;
  background: #ebebeb;
}

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

.choose_wrap .head_area h2 {
  color: #000;
}

.choose_wrap .head_area .head:before,
.choose_wrap .head_area .head h2:before {
  display: none;
}

.choose_wrap .head_area {
  text-align: left;
}

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

.choose_left img {
  margin-top: 20px;
}

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

.choose_left .btn_area a:before {
  background: rgb(67 67 67 / 27%);
}

.choose_right {
  width: 100%;
  margin: auto 0;
  padding-left: 30px;
}

.choose_point {
  padding: 30px 20px;
  box-shadow: 0 12px 110px rgba(0, 0, 0, 0.1);
  display: flex;
  background: #fff;
  transition: all 0.5s;
}

.choose_point_img {
  width: 20%;
  margin: auto 0;
}

.choose_cont {
  width: 80%;
  margin: auto 0;
}

.choose_cont h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px;
  transition: all 0.5s;
}

.choose_cont p {
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  margin: 0;
  color: #505050;
  transition: all 0.5s;
}

.choose_point:hover {
  background: #e00000;
  z-index: 1;
}

.choose_point:hover h3,
.choose_point:hover p {
  color: #fff;
}

.project_area {
  padding: 0 0 70px;
}

.project_area .head_area h2 {
  color: #000;
}

.lightimg_box {
  transition: all 0.5s;
}

.lightimg_box:hover {
  transform: scale(1.1);
  z-index: 1;
}

.lightimg_box a {
  display: block;
  height: 550px;
  margin-bottom: 2px;
  position: relative;
}

.lightimg_box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 55px 45px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(243, 249, 140, 0));
}

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

/* .pad-right{padding-right: 1px;} */
.pad-left {
  padding-left: 1px;
}

.project_area .btn_area {
  margin-top: 30px;
  text-align: center;
}

.project_area .btn_area a:before {
  background: rgb(115 114 114 / 22%);
}

.testimonial_area {
  padding: 70px 0;
  background: url(../images/test_back.webp) no-repeat 0 0 #ebebeb;
  background-size: cover;
  position: relative;
}

.testimonial_area .head_area h2 {
  color: #000;
}

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

.test_slider .item {
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.test_slider .item p {
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0;
  color: #000;
  background: #e8e8e8;
  padding: 10px 60px;
}

.test_slider:after {
  content: "";
  width: 275px;
  border: 12px solid #e00000;
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 40px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.test_slider .slick-list {
  padding-bottom: 20px;
}

.test_slider h3 {
  color: #131313;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: #ebebeb;
  padding: 0 20px;
}

.test_slider h3 span {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.testimonial_text {
  animation: text-pop-up-top2 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
  position: absolute;
  bottom: 0;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  color: #101010;
}

@keyframes text-pop-up-top2 {
  0% {
    transform: translateY(0);
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    transform: translateY(-50px);
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

.get_area {
  padding: 70px 0;
}

.get_box {
  background: #e00000;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.get_left {
  width: 100%;
  background: url(../images/get_img.jpg) no-repeat 0 0;
  background-size: cover;
  display: flex;
}

.get_info {
  background: rgba(255, 255, 255, .8);
  padding: 10px 15px;
  width: 90%;
  margin: auto auto 20px;
}

.get_info_area {
margin: 10px 0;
}

.get_info_icon {
  width: 20%;
}

.get_info_icon i {
  width: 48px;
  height: 48px;
  background: #e00000;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
}

.get_info_cont {
  width: 80%;
}

.get_info_cont h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

.get_info_cont p,
.get_info_cont a {
  color: #000;
  margin: 0;
  font-size: 14px;
}

.get_right {
  padding: 70px 0;
  width: 100%;
}

.get_right .head_area h2 {
  color: #000;
}

.get_right .head_area h2 span {
  color: #fff;
}

.get_right .head_area .head:before,
.get_right .head_area .head h2:before {
  display: none;
}

.get_right .head_area .head:after,
.get_right .head_area .head h2:after {
  background: #fff;
}

.get_right .head_area {
  text-align: left;
}

.get_form {
  padding-right: 24px;
}

.get_form form input {
  background: #fff;
  border-radius: 0;
  border: 1px solid #989898;
  height: 52px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.get_form form textarea {
  background: #fff;
  border-radius: 0;
  border: 1px solid #989898;
  height: 148px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.form_submit {
  width: 200px;
  height: 55px !important;
  background: #101010 !important;
  color: #fbfbfb !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 55px;
  padding: 0 10px;
  position: relative;
  display: block !important;
  z-index: 1;
  border: none !important;
  margin: 20px auto 0;
  border-radius: 6px !important;
}

.form_submit span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  transition: all 0.5s;
}

.form_submit span:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}

.form_submit:hover span:after {
  right: -15px;
  opacity: 1;
}

.form_submit:hover span {
  padding: 0 15px 0 0;
}

.form_submit:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
}

.form_submit:hover:before {
  left: 10px;
  top: 10px;
}

.footer_area {
  padding: 70px 0;
  background: #0c0c0c;
  position: relative;
  z-index: 1;
  border-top: 2px solid #fff;
}

.foot_head_area {
  margin-top: 50px;
}

.foot_head {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.foot_head h3 {
  font-weight: 500;
  font-size: 22px;
  position: relative;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

.foot_head:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #e00000;
  position: absolute;
  right: -40px;
  top: 13px;
  transition: all 0.5s;
}

.foot_head h3:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #e00000;
  position: absolute;
  right: -30px;
  top: 21px;
  transition: all 0.5s;
}

.foot_head h3 span {
  color: #e00000;
  font-weight: bold;
}

.foot_head_area:hover .foot_head:after {
  width: 20px;
}

.foot_head_area:hover .foot_head h3:after {
  width: 25px;
}

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

.foot_left a {
  margin-bottom: 30px;
  display: block;
}

.foot_left a.logo_holder {
  text-align: center;
  margin: 0 auto;
  width: 200px;
}

.foot_left a.logo_holder img {
  width: 100%;
	margin-bottom: 20px;
}

.foot_menu ul li {
  list-style: none;
  margin: 0 0 10px;
  position: relative;
  padding-left: 25px;
}

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

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

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

.foot_menu_pad {
  padding-left: 15px;
}

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

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

.foot_address p span {
  display: block;
}

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

.foot_social {
  margin-top: 20px;
}

.foot_social a {
  width: 42px;
  height: 42px;
  background: #1580e2;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 22px;
  line-height: 42px;
  border-radius: 100%;
}

.foot_social a:nth-child(2) {
  background: #ff0000;
}

.copy_area {
  background: #000305;
  padding: 20px 0;
  border-top: 1px solid #615e5f;
}

.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 .head:before,
.single_service .head:after {
  display: none;
}

.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: #e00000;
  font-weight: bold;
}

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

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

.single_service h1,
.single_service h2 {
  color: #000;
  font-size: 22px;
}

.single_service .head {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
}

.project_page {
  padding-top: 70px;
}

.cont_form input {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 50px;
  margin: 15px 0;
  border-radius: 8px;
}

.cont_form textarea {
  border: 1px solid #b7b7b7;
  color: #5a5a68;
  height: 100px;
  margin: 15px 0;
  border-radius: 8px;
}

.cont_form input::placeholder,
.cont_form textarea::placeholder {
  color: #5a5a68;
}

.cont_form input:focus,
.cont_form textarea:focus {
  box-shadow: 0 0 5px rgba(232, 168, 19, 0.5);
  border: 1px solid #f5500e;
}

.cont_btn {
  padding: 18px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 2;
  display: block;
  border-radius: 8px;
  width: 280px;
  margin: 0 auto 20px;
}

.cont_btn:before {
  top: 135px;
  border-radius: 0%;
  position: absolute;
  left: -50px;
  right: -50px;
  height: 170px;
  content: "";
  background: #000;
  transform: translateY(-55px);
  transition-duration: 800ms;
  z-index: -1;
  border-radius: 50%;
}

.cont_btn:after {
  border-radius: 0px;
  background-color: #bf0a31;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  transform: scaleX(1.0);
  transition-duration: 800ms;
  z-index: -2;
}

.cont_btn:hover:before {
  top: 0%;
  left: -70px;
  right: -70px;
}

.cont_btn:hover:after {
  transform: scaleX(0);
  transition-duration: 1500ms;
}

.cont_btn input {
  margin: 0 auto;
  padding: 0;
  height: auto !important;
  border: none !important;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s linear;
}

.cont_btn:hover input {
  color: #fff;
}

.cont_btn span {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.cont_form p {
  margin: 0;
}
.ch-left-img{
	height: 600px;
	overflow: hidden;
}
    .get_info_area {
        display: flex;
    }

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

@media (min-width:992px) and (max-width:1399px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 15px 0 0;
    font-size: 13px;
  }

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

  .abt_right .btn_area a {
    margin-right: 10px;
    width: 175px;
    font-size: 14px;
  }

  .choose_left img {
    width: 360px;
  }

  .choose_right {
    padding-left: 0;
  }

  .choose_point_img {
    width: 30%;
  }

  .choose_cont {
    width: 70%;
  }

  .choose_cont h3 {
    font-size: 14px;
  }

  .foot_menu_pad {
    padding: 0;
  }

  .foot_head h3 {
    font-size: 16px;
  }

  .foot_head:after {
    top: 5px;
  }

  .foot_head h3:after {
    top: 11px;
  }

  .count {
    font-size: 45px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .head_nav .navbar-brand img {
    width: 135px;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }
	.get_info_icon i {
    width: 30px;
    height: 30px;
    background: #e00000;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

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

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .head_info {
    display: none;
  }

  .for_mobile {
    display: flex;
    background: #000;
    padding: 5px 12px;
    flex-direction: row;
    justify-content: center;
  }

  .head_info li {
    margin-right: 20px;
    display: flex;
  }

  .head_info li a p {
    font-size: 15px;
	  color: #fff;
  }

  .top_social {
    position: relative;
  }

  .top_social a {
    margin: 5px 5px 0 0;
  }

  .header_area .dropdown-menu {
    width: 100%;
  }

  .get_right {
    padding: 70px 30px;
    width: 100%;
  }

  .get_form {
    padding-right: 0;
  }

  .hamburger_btn {
    --button-color: #000;
    background: #e00000;
    border: none;
    display: block;
    z-index: 1000;
  }

  .hamburger_btn .hamburger {
    transition: translate 1s, rotate 1s;
  }

  .hamburger_btn[aria-expanded="true"] .hamburger {
    translate: 2px -4px;
    rotate: 0.125turn;
  }

  .hamburger_btn .line {
    transition: 1s;
    stroke-dasharray: 60 31 60 300;
    stroke-width: 8px;
  }

  .hamburger_btn[aria-expanded="true"] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
    stroke-width: 8px;
  }

  .hamburger_btn svg {
    width: 50px;
    --button-color: #fff;
    position: relative;
    left: 0px;
    top: 0;
  }

  .estimate_area {
    position: relative;
    margin-top: 20px;
    transform: inherit !important;
    right: inherit !important;
    top: inherit !important;
  }

  .head_menu li a,
  .sticky_menu .head_menu li a {
    line-height: 35px;
  }

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

  .sticky_menu .head_menu .navbar-brand img {
    width: 135px;
  }

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

  .slide {
    padding: 100px 0;
  }

  .abt_img {
    margin-left: 0;
  }

  .abt_right .btn_area a {
    margin-right: 0;
    width: 150px;
    padding: 0;
    font-size: 13px;
  }

  .abt_right .btn_area a span {
    padding: 0;
  }

  .counter_section {
    margin: 5px 0;
  }

  .counter_section h4 {
    font-size: 11px;
  }

  .count {
    font-size: 35px;
    line-height: 18px;
  }

  .choose_wrap {
    margin-left: 0;
  }

  .choose_wrap {
    margin: 0;
    padding: 40px 15px;
  }

  .choose_right {
    padding: 0;
  }

  .choose_left {
    margin-bottom: 30px;
  }

  .lightimg_box a {
    height: 300px;
  }
	.get_info_cont p, .get_info_cont a{
		font-size: 13px;
	}

  .testimonial_area {
    padding: 70px 0 120px;
  }

  .get_info_icon {
    margin-right: 10px;
    width: unset;
  }

  .get_info_cont {
    width: 70%;
  }

  .foot_head_area {
    margin-top: 20px;
  }

  .foot_menu_pad {
    padding: 0;
  }
}

@media (max-width:767px) {
  .head_nav .navbar-brand img {
    width: 100%;
    transition: 0.5s ease-in-out;
  }

  .head_nav .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-brand{
    width: 150px;
  }
  .get_right .head_area h2{
 color: #e00000;
}

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

  .head_nav .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .head_info {
    display: none;
  }

  .for_mobile {
    display: none;
    background: #000;
    padding: 5px 12px;
  }

  .head_info li {
    margin-right: 0;
  }

  .head_info li a p {
    font-size: 12px;
    color: #fff;
  }

  .top_social {
    position: relative;
  }

  .top_social a {
    margin: 5px 5px 0 0;
  }

  .header_area .dropdown-menu {
    width: 100%;
  }

  .get_info_cont p,
  .get_info_cont a {
    font-size: 12px;
  }

.get_info {
    width: 97%;
  }

  .hamburger_btn {
    --button-color: #000;
    background: #e00000;
    border: none;
    display: block;
    z-index: 1000;
  }

  .hamburger_btn .hamburger {
    transition: translate 1s, rotate 1s;
  }

  .hamburger_btn[aria-expanded="true"] .hamburger {
    translate: 2px -4px;
    rotate: 0.125turn;
  }

  .hamburger_btn .line {
    transition: 1s;
    stroke-dasharray: 60 31 60 300;
    stroke-width: 8px;
  }

  .hamburger_btn[aria-expanded="true"] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
    stroke-width: 8px;
  }

  .hamburger_btn svg {
    width: 50px;
    --button-color: #fff;
    position: relative;
    left: 0px;
    top: 0;
  }

  .estimate_area {
    position: relative;
    margin-top: 20px;
    transform: inherit !important;
    right: inherit !important;
    top: inherit !important;
  }

  .head_menu li a,
  .sticky_menu .head_menu li a {
    line-height: 35px;
  }

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

  .sticky_menu .navbar-brand img {
    width: 70%;
  }
  .foot_left a.logo_holder{
    width: auto;
  }

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

  .slide {
    padding: 100px 0;
  }

  .point_img_area h3 {
    font-size: 14px;
    margin: 5px 0;
  }

  .point_box {
    padding: 25px 15px;
  }

  .point_area {
    margin-top: -40px;
    padding-bottom: 40px;
  }

  .get_info_icon i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  .head h2 {
    font-size: 24px;
  }

  .head:before,
  .head:after {
    top: 9px;
  }

  .head h2:before,
  .head h2:after {
    top: 16px;
  }

  .counter_sec,
  .service_area,
  .choose_area,
  .get_right,
  .get_area {
    padding: 40px 0;
  }

  .abt_area {
    padding: 40px 0 100px;
  }

  .abt_text {
    bottom: -15px;
    font-size: 50px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  @keyframes text-pop-up-top {
    0% {
      transform: translateY(0);
      transform-origin: 50% 50%;
      text-shadow: none;
    }

    100% {
      transform: translateY(-30px);
      transform-origin: 50% 50%;
      text-shadow: 0 1px 0 #505050, 0 2px 0 #505050, 0 3px 0 #505050, 0 4px 0 #505050, 0 5px 0 #505050, 0 6px 0 #505050, 0 7px 0 #505050, 0 8px 0 #505050, 0 9px 0 #505050, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
  }

  .abt_img {
    margin-left: 0;
    height: 200px;
  }

  .abt_right {
    margin: 0;
    padding: 20px 15px;
  }

  .abt_right p,
  .serv_box:hover .serv_cont p,
  .choose_cont p {
    font-size: 14px;
    line-height: 24px;
  }

  .abt_right .btn_area a {
    margin: 0 10px;
    width: 130px;
    padding: 0;
    font-size: 13px;
  }

  .abt_right .btn_area a span {
    padding: 0;
  }

  .abt_right .btn_area {
    text-align: center;
  }

  .point_img_area2 {
    animation-name: fadeInLeft !important;
  }

  .point_img_area3 {
    animation-name: fadeInRight !important;
  }

  .counter_section {
    margin: 5px 0;
  }

  .counter_section h4 {
    font-size: 13px;
  }

  .count {
    font-size: 35px;
    line-height: 18px;
  }

  .counter_section2 {
    animation-name: fadeInLeft !important;
  }

  .counter_section3 {
    animation-name: fadeInRight !important;
  }

  .choose_wrap {
    margin: 0;
    padding: 40px 15px;
  }

  .choose_left img {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }

  .choose_left .btn_area {
    text-align: center;
  }

  .choose_left {
    margin-bottom: 20px;
  }

  .choose_right {
    padding: 0;
  }

  .choose_point {
    flex-wrap: wrap;
  }

  .choose_point_img,
  .choose_cont {
    width: 100%;
  }

  .choose_cont h3 {
    font-size: 16px;
  }

  .choose_cont {
    margin-top: 15px;
  }

  .lightimg_box a {
    height: 150px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .lightimg_box .overlay {
    padding: 30px 0 20px 15px;
    font-size: 14px;
  }

  .project_area {
    padding: 0 0 40px;
  }

  .test_slider .item p {
    padding: 14px;
    font-size: 14px;
    line-height: 24px;
    height: 219px;
  }

  .testimonial_area {
    padding: 40px 0 100px;
  }

  .testimonial_text {
    bottom: -15px;
    font-size: 50px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  @keyframes text-pop-up-top2 {
    0% {
      transform: translateY(0);
      transform-origin: 50% 50%;
      text-shadow: none;
    }

    100% {
      transform: translateY(-30px);
      transform-origin: 50% 50%;
      text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 30px rgba(0, 0, 0, 0.3);
    }
  }

  .test_slider h3 {
    width: 200px;
    font-size: 14px;
  }

  .test_slider h3 span {
    font-size: 14px;
  }

  .test_slider .item {
    padding: 70px 0;
  }

  .single_service .head {
    font-size: 21px;
  }

  .get_left {
    padding: 200px 0 0;
  }

  .get_info_icon {
    width: 15%;
  }

  .get_info_cont {
    width: 75%;
    margin-bottom: 12px;
  }

  .get_form {
    padding: 0 12px;
  }

  .get_right .head_area .head:before,
  .get_right .head_area .head h2:before {
    display: block;
  }

  .get_right .head_area .head:after,
  .get_right .head_area .head:before,
  .get_right .head_area .head h2:after,
  .get_right .head_area .head h2:before {
    background: #fff;
  }

  .get_right .head_area {
    text-align: center;
  }

  .footer_area {
    padding: 40px 0;
  }

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

  .foot_head_area {
    margin-top: 20px;
  }

  .foot_menu_pad {
    padding-left: 0;
  }

  .foot_head:after {
    top: 8px;
  }

  .foot_head h3:after {
    top: 14px;
  }

  .copy_area,
  .copy_right {
    text-align: center;
  }

  .project_page {
    padding-top: 40px;
  }

  .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;
  }
  .ch-left-img {
    height: auto;
    overflow: hidden;
}
}
/*===============Responsive Ends===============*/
.call {
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 9999;
}

.call a i {
  width: 50px;
  height: 50px;
  background: #0d72a8;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}



