body {
  font-family: "Jost", sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
}
@font-face {
  font-family: "Times New Roman";
  src: url(../fonts/TimesNewRoman.ttf);
}

.top_head {
  background: #2c1414;
  padding: 8px 0;
}
.cont_area a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 10px;
}
.cont_area p {
  margin: 0;
  display: inline-block;
  margin-right: 30px;
  color: #eaca74;
}
.cont_area p i {
  color: #eaca74;
}

.social_top {
  text-align: right;
}
.social_top a {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}

.head_nav {
  padding: 0;
  background: #fff;
  position: relative;
  left: 0;
  width: 100%;
  transition: ease-in-out 0.3s;
  z-index: 10;
  padding: 8px 0;
}
.head_nav nav {
  padding: 0;
}
.head_nav .navbar-brand img {
  width: 120px;
}
.head_nav .navbar-brand {
  padding: 0;
}
.head_nav ul {
  margin: 0 0 0 auto;
}
.head_nav ul li a {
  color: #000;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  font-weight: 600;
}
.head_nav .navbar-nav .nav-link {
  padding: 0 20px;
}
.head_nav ul li a::before {
  color: transparent;
  content: "";
  left: 50%;
  pointer-events: none;
  position: absolute;
  bottom: 2px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #eaca74;
  transition: all 0.5s;
}
.head_nav ul li a:hover {
  color: #fff;
}
.head_nav ul li a:hover::before {
  width: 50px;
}
.head_nav ul li a.active {
  color: #000;
}
.etimate_btn a {
  background: linear-gradient(to bottom, #c59247, #eaca74);
  border-radius: 6px;
  width: 196px;
  height: 48px;
  color: #090909 !important;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
}
.etimate_btn a::before {
  display: none;
}
.etimate_btn a:hover {
  color: #101010 !important;
}
.abt_area {
  padding-bottom: 50px;
}
.etimate_btn a:after {
  content: "";
  background: #eaca74;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.5s;
}
.etimate_btn a:hover:after {
  height: 100%;
}
.etimate_btn a:hover {
  letter-spacing: 1px;
}
.hamburger {
  display: none;
}
.dropdown-menu {
  background-color: #fff !important;
}
.nav-link:hover,
.nav-link:focus {
  color: #2c1414 !important;
}
.sticky_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
/* .sticky_menu.head_nav ul li a{line-height:50px;} */
.sticky_menu.head_nav {
  background: #fff;
  border-bottom: 1px solid #06428b;
}
.sticky_menu.head_nav .dropdown-menu li a {
  color: #000;
}
.head_nav .dropdown-menu li a {
  line-height: 28px;
}
.head_nav .dropdown-menu li a:hover {
  background: #c59247;
  color: #fff;
}
.head_nav .dropdown-menu li a::before {
  display: none;
}
.head_nav .dropdown-menu {
  width: 270px;
  border-radius: 0;
}
.sticky_menu.head_nav .navbar-brand img {
  width: 90px;
  transition: all 0.5s;
}

.btn_area a {
  background: linear-gradient(to bottom, #c59247, #eaca74);
  border-radius: 6px;
  width: 196px;
  height: 48px;
  color: #0f0f0f;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  display: inline-block;
  line-height: 48px;
  font-weight: 600;
}
.btn_area a:after {
  content: "";
  background: #eaca74;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.5s;
}
.btn_area a:hover:after {
  height: 100%;
}
.btn_area a:hover {
  letter-spacing: 1px;
  color: #0e0e0e;
}

.slide .btn_area {
  margin-top: 45px;
}
.slide {
  position: relative;
  padding: 275px 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.6;
}
.slider_area {
  position: relative;
}
.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 .cont_center {
  padding-left: 25px;
  border-left: 4px solid #eaca74;
  position: relative;
}
.slide .slide_content--headings h2 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
  color: #fff;
  font-family: "Times New Roman";
  font-weight: bold;
}
.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: #c59247;
  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;
}

.head_box {
  text-align: center;
}
.head_box span {
  width: 180px;
  height: 44px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #c59247;
  cursor: default;
  color: #000000;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}
.head_box h2 {
  color: #000;
  font-weight: 600;
  font-size: 36px;
  margin: 15px 0 20px;
}

.key_area {
  padding: 70px 0;
}
.key_box {
  background: #eaca74;
  padding: 35px;
  border-radius: 8px;
  margin-top: 35px;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.key_box_left h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 15px;
  transition: all 0.5s;
}
.key_box_left p {
  line-height: 28px;
  color: #161616;
  text-align: justify;
  margin: 0;
  transition: all 0.5s;
}
.key_box_right {
  margin: auto 0;
}
.key_box_right img {
  width: 100px;
}
.key_box_left {
  padding-right: 40px;
  margin: auto 0;
}
.key_box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: url(https://iprodesigns.com/Proline/wp-content/uploads/2026/03/key-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0.8;
}
.key_box:hover:before {
  left: 0;
  width: 100%;
}
.key_box:hover h3,
.key_box:hover p {
  color: #ffffff;
}

.abt_left {
  width: 100%;
  border-radius: 150px 20px 20px 20px;
  overflow: hidden;
}
.abt_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt_right {
  width: 100%;
}
.abt_right .head_box {
  text-align: left;
}
.abt_right p {
  line-height: 28px;
  color: #505050;
  text-align: justify;
  margin: 10px 0;
}
.abt_right .btn_area {
  margin-top: 40px;
}
.abt_right .btn_area a {
  margin-right: 24px;
}
.abt_right .btn_area a:last-child {
  background: #eaca74;
}
.service_area {
  padding: 70px 0;
  background: #efefef;
}
.serv_box {
  background: #fff;
  padding: 25px 0;
  margin: 15px 0;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 0 5px 5px #e3e3e3;
}
.serv_img {
  background: #f9c700;
  width: 370px;
  height: 280px;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.serv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.5s;
}
.serv_cont h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 20px 0;
}
.serv_cont p {
  font-size: 16px;
  color: #505050;
  line-height: 28px;
  margin: 0;
}
.serv_cont {
  padding: 0 60px 60px;
  text-align: center;
}
.serv_cont a {
  background: linear-gradient(to bottom, #c59247, #eaca74);
  border-radius: 6px;
  width: 165px;
  height: 40px;
  color: #121212;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  display: inline-block;
  line-height: 40px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 25px;
}
.serv_cont a:after {
  content: "";
  background: #eaca74;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.5s;
}
.serv_cont a:hover:after {
  height: 100%;
}
.serv_cont a:hover {
  letter-spacing: 1px;
  color: #fff;
}
.serv_img:before {
  width: 370px;
  height: 280px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 20px;
  background-color: #eaca74;
  content: " ";
  z-index: -1;
  transition: all 0.5s;
}
.serv_box:hover .serv_img:before {
  animation: pulse-animation 1.5s ease-in-out;
}
@keyframes pulse-animation {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  9% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

.quality_area {
  background: url(https://iprodesigns.com/Proline/wp-content/uploads/2026/03/quality-bg.png)
    no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.quality_area h3 {
  font-size: 52px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: "Times New Roman";
}
.quality_area .btn_area {
  margin-top: 36px;
  text-align: center;
}
.quality_area .btn_area a {
  background: linear-gradient(to bottom, #c59247, #eaca74);
}
.quality_area .btn_area a:after {
  background: linear-gradient(to top, #000000, #78797a);
}
.quality_area .btn_area a:hover {
  color: #fff;
}
.project_area {
  padding: 70px 0;
}
.pad-0 {
  padding: 0;
}
.lightimg_box a {
  display: block;
  height: 200px;
  overflow: hidden;
  margin: 12px 0;
  border-radius: 6px;
}
.lightimg_box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.project_area .slick-arrow {
  border: none;
  background: #f9c700;
  color: #fff;
  width: 30px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.project_area .slick-arrow.next-arrow {
  right: 0;
  left: inherit;
}
.project_area .slick-list {
  padding: 30px 0;
}
.project_area .item {
  transition: all 0.5s;
}
.project_area .item:hover {
  transform: scale(1.1);
  z-index: 1;
  position: relative;
}
.project_area .item:hover .lightimg_box a img {
  transform: scale(1.1);
}
.project_area .btn_area {
  text-align: center;
  margin-top: 30px;
}
.why_area {
  padding: 0 0 70px;
  position: relative;
  z-index: 1;
}
.why_area:after {
  content: "";
  background: #f3f4f8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 70px);
  z-index: -1;
}
.why_left {
  width: 100%;
  display: flex;
}
.why_img {
  padding: 0 0 95px;
}
.why_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_left .btn_area {
  text-align: center;
  margin-top: 45px;
}
.why_right {
  width: 100%;
  padding-top: 140px;
}
.why_right .head_box {
  text-align: left;
}
.why_right p {
  line-height: 28px;
  color: #505050;
  text-align: justify;
  margin: 0;
}
.why_point_area {
  margin-top: 25px;
}
.why_point_icon {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  background: #fff;
  margin: 10px auto;
  box-shadow: 0 0 0 3px #000;
  border: 8px solid #f3f4f8;
  position: relative;
  z-index: 1;
  transition: all 1s;
}
.why_point_icon:after {
  content: "";
  background: #cbcbcb;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  z-index: -1;
  transform: scale(0);
  transition: all 0.5s;
}
.why_point_icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.why_point h3 {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin: 10px 0 0;
}
.why_point:hover .why_point_icon:after {
  transform: scale(1);
}
.why_point:hover .why_point_icon {
  box-shadow: 0 0 0 3px #eaca74;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.testimonial_area {
  background: url(../images/test_back.webp) center;
  padding: 70px 0 230px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.testimonial_area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2c141496;
  z-index: -1;
}
.testimonial_area .head_box h2 {
  color: #fff;
}
.testimonial_area .item h3,
.testimonial_area .item p{
	color: #fff;
}
.test_slider .item p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  margin: 0;
  color: #fff;
  padding: 0 130px;
  position: relative;
}
.test_slider .item p:before {
  content: "";
  position: absolute;
  left: 75px;
  top: 0;
  width: 34px;
  height: 26px;
  background: url(../images/quote_icon.webp) 0 0 no-repeat;
}
.test_slider .item p:after {
  content: "";
  position: absolute;
  right: 75px;
  bottom: 0;
  width: 34px;
  height: 26px;
  background: url(../images/quote_icon.webp) 100% 0 no-repeat;
}
.test_slider .item h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 30px 0 0;
}

.get_form_area {
  margin-top: -160px;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.get_form_back {
  background: #eaca74;
  background-size: cover;
  padding: 70px 30px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.get_info_area {
  display: flex;
  margin-bottom: 15px;
}
.get_info_icon {
  width: 20%;
}
.get_info_icon i {
  width: 48px;
  height: 48px;
  background: #2c1414;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
}
.get_info_cont {
  width: 80%;
  word-break: break-word;
}
.get_info_cont h3 {
  font-size: 18px;
  font-weight: 600;
  color: #141414;
  margin: 0;
  text-transform: uppercase;
}
.get_info_cont p,
.get_info_cont a {
  color: #141414;
  margin: 0;
}
.get_form form input,
.get_form form select {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #989898;
  height: 52px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  appearance: auto;
}
.get_form form textarea {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #989898;
  height: 148px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.get_form .head_box {
  text-align: left;
}
.get_form .head_box h2 {
  color: #2c1414;
  margin: 0 0 10px;
}
.form_submit {
  background: #2c1414 !important;
  border-radius: 6px !important;
  width: 196px;
  height: 48px !important;
  color: #fff !important;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  display: inline-block;
  line-height: 48px;
  font-weight: 600 !important;
  border: none !important;
  margin-top: 15px;
}
.form_submit:after {
  content: "";
  background: linear-gradient(to top, #c59247, #0765a6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.5s;
}
.form_submit:hover:after {
  height: 100%;
}
.form_submit:hover {
  letter-spacing: 1px;
}

.footer_area {
  padding: 60px 0 70px;
  background: #2c1414;
  position: relative;
  z-index: 1;
}
/* .foot_head_area {
  margin-top: 180px;
} */
.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_left p {
  line-height: 28px;
  color: #fff;
  text-align: justify;
  margin: 0;
}
.foot_left a {
  width: 250px;
  height: 220px;
  line-height: 154px;
  border-radius: 6px;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
}
.foot_menu ul li {
  list-style: none;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}
.foot_menu ul li a {
  color: #fff;
  transition: all 0.3s;
}
/* .foot_menu ul li a:hover{color: #fff;} */
.foot_menu ul li:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #eaca74;
}
.foot_menu_pad {
  padding-left: 15px;
}
.foot_address p {
  color: #fff;
  display: flex;
  margin-top: 12px;
}
.foot_address p i {
  max-width: 35px;
  margin-top: 3px;
  width: 100%;
  color: #eaca74;
}
.foot_address p span {
  display: block;
}
.foot_address p span a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}
.foot_social {
  margin-top: 20px;
}
.foot_social a {
  width: 42px;
  height: 42px;
  background: #3a559f;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 22px;
  line-height: 21px;
  border-radius: 100%;
}
/* .foot_social a:nth-child(2){background: #ff0000;} */

.copy_area {
  background: #0f0707;
  padding: 30px 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 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: #2187b1;
  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;
}
.single_service ul li:before {
  content: "\f14a";
  color: #c59247;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.single_service h2:not(.head) {
  color: #5b940a;
  font-size: 24px;
  margin: 10px 0;
}

.getin_wrap {
  padding: 60px 0;
}
.getin_wrap h2 {
  text-align: center;
  color: #0490c0;
}
.form_box {
  padding: 0;
}
.home_map {
  background: #eaca74;
  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: 10px 10px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #2c1414;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
  color: #2c1414;
  background-color: #fff;
}
.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
  color: #000;
}
.home_map ul li span h4 {
  margin: 0 0 5px;
}
.home_map ul li a {
  text-decoration: none;
  color: #000000;
}
.map iframe {
  width: 100%;
  height: 350px;
}
.abt_left img {
  width: 100%;
}
.abt_right img {
  width: 100%;
}
.abt_areasec {
  padding: 60px 0;
}
.dropdown-toggle {
  white-space: nowrap;
  background: no-repeat;
  color: #fff;
  border: none;
}
.main-navigation ul li svg.icon.icon-angle-down {
  display: none;
}
.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: 0px 0;
}
.book_left form .form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}
.book_left form textarea.form-control {
  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;
}
/*.form_btn{background: #e7240f;border-radius: 5px;color: #fff !important;overflow: hidden;padding: 0 50px; line-height: 52px; text-align: center;position: relative;z-index: 1;text-transform: uppercase; position: relative; display: inline-block; font-weight: bold;border: none;margin-top: 30px;}
.form_btn:before{content: "";position: absolute;top: 50%;left: 50%;z-index: -1;transition: all 0.6s ease; background: #0397ca;width: 100%;height: 0;transform: translate(-50%,-50%) rotate(45deg);}
.form_btn:hover::before {height: 340%;}*/

/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {
}
@media (min-width: 981px) and (max-width: 1366px) {
  .head_nav .navbar-brand img {
    width: 220px;
  }
  .head_nav .navbar-nav .nav-link {
    padding: 0 8px;
  }
  .serv_cont {
    padding: 0 20px 40px;
  }
  .serv_box {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .serv_img {
  }
  .serv_img:before {
    width: 225px;
    height: 225px;
  }
  .quality_area h3 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .hamburger {
    background: #d09c27;
    padding: 10px;
    border: none;
    display: block;
  }
  .hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .head_nav .navbar-brand {
    width: 200px;
  }
  .head_nav .navbar-brand img {
    width: 90%;
  }
  .head_nav ul li a,
  .sticky_menu.head_nav ul li a {
    line-height: 30px;
  }
  .etimate_btn a,
  .sticky_menu .etimate_btn a {
    line-height: 48px !important;
  }
  .head_nav ul li a::before {
    display: none;
  }
  .head_nav .dropdown-menu {
    width: 100%;
  }
  .slide .slide_content--headings h2 {
    font-size: 22px;
  }
  .slide .btn_area {
    margin-top: 20px;
  }
  .slide {
    padding: 120px 0;
  }

  .key_box {
    padding: 15px;
    flex-wrap: wrap;
  }
  .key_box_left {
    padding: 0;
  }
  .key_box_left p,
  .abt_right p,
  .serv_cont p,
  .why_right p {
    font-size: 13px;
    line-height: 24px;
  }
  .key_box_right {
    margin: 15px auto;
    display: block;
  }

  .head_box h2 {
    font-size: 22px;
  }
  .abt_right .btn_area a {
    margin: 0 2px;
    width: 140px;
    font-size: 14px;
  }

  .serv_cont {
    padding: 0 20px 40px;
  }
  .serv_box {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .serv_img {
  }
  .serv_img:before {
    width: 180px;
    height: 100px;
  }
  .serv_cont h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 10px;
  }
  .quality_area h3 {
    font-size: 30px;
  }
  .lightimg_box a {
    height: 100px;
  }

  .test_slider .item p {
    font-size: 16px;
    padding: 0 45px;
  }
  .test_slider .item p:before {
    left: 0;
  }
  .test_slider .item p:after {
    right: 0;
  }
  .get_info_icon {
    width: 22%;
  }
  .get_info_cont {
    width: 78%;
  }
  .foot_head_area_tab {
    margin-top: 20px;
  }
  .foot_menu_pad {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .cont_area p {
    margin-left: -5px;
    display: inline-flex;
  }
     .cont_area a {
    font-size: 11px;
  }
  .social_top {
    text-align: left;
  }
  .social_top a {
    margin: 0 10px 0 0;
  }
  .cont_area p i {
    padding-top: 4px;
  }
  .key_box:before {
    opacity: 1;
  }
  .foot_left img {
    width: unset !important;
  }
  .copy_right {
    text-align: center;
  }
  .home_map ul li span {
    float: none;
    padding: 0;
    margin-top: 15px;
  }
  .home_map ul li {
    display: flex;
  }
  .home_map {
    margin-top: 30px;
  }
  .head_nav .navbar-nav .nav-link {
    padding: 6px 20px;
  }
  .head_nav .navbar-nav li:last-child .nav-link {
    padding: 0 20px;
  }
  .hamburger {
    background: #eaca74;
    padding: 10px;
    border: none;
    display: block;
  }
  .hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .head_nav .navbar-brand {
    width: 200px;
  }
  .head_nav .navbar-brand img {
    width: 90%;
  }
  .head_nav ul li a,
  .sticky_menu.head_nav ul li a {
    line-height: 30px;
  }
  .head_nav .dropdown-menu {
    width: 100%;
  }
  .etimate_btn a,
  .sticky_menu .etimate_btn a {
    line-height: 48px !important;
  }
  .head_nav ul li a::before {
    display: none;
  }
  .slide .slide_content--headings h2 {
    font-size: 22px;
  }
  .slide .btn_area {
    margin-top: 20px;
  }
  .slide {
    padding: 120px 0;
  }

  .key_area {
    padding: 40px 0;
  }
  .key_box {
    padding: 15px;
    flex-wrap: wrap;
  }
  .key_box_left {
    padding: 0;
  }
  .key_box_left h3 {
    text-align: center;
  }
  .key_box_left p,
  .abt_right p,
  .serv_cont p,
  .why_right p {
    font-size: 14px;
    line-height: 24px;
  }
  .key_box_right {
    margin: 15px auto;
    display: block;
  }
  .abt_left {
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .abt_right .head_box {
    text-align: center;
  }
  .head_box h2 {
    font-size: 20px;
  }
  .abt_right .btn_area {
    text-align: center;
  }
  .abt_right .btn_area a {
    margin: 0 2px;
    width: 140px;
    font-size: 14px;
  }
  .service_area,
  .project_area {
    padding: 40px 0;
  }
  .serv_cont {
    padding: 0 15px 40px;
  }
  .serv_box {
    width: 100%;
    margin: 15px auto;
    padding: 20px 0;
  }
  .serv_img {
    width: 90%;
    height: 200px;
  }
  .serv_img:before {
    width: 90%;
    height: 200px;
  }
  .why_area:after {
    height: 100%;
  }
  .why_area .head_box {
    text-align: center;
  }
  .why_area {
    padding: 0 0 40px;
  }
  .quality_area h3 {
    font-size: 25px;
  }
  .why_right {
    padding-top: 40px;
  }
  .why_point h3 {
    font-size: 18px;
  }
  .why_point {
    margin: 10px 0;
  }
  .lightimg_box {
    margin: 10px 0;
  }
  .lightimg_box a {
    height: 130px;
    margin: 6px 0;
  }
  .testimonial_area {
    padding: 40px 0 200px;
  }
  .test_slider .item p {
    font-size: 16px;
    padding: 0 30px;
  }
  .test_slider .item p:before {
    width: 20px;
    background-size: 40px;
    left: 0;
  }
  .test_slider .item p:after {
    width: 20px;
    background-size: 40px;
    right: 0;
  }
  .test_slider .item h3 {
    font-size: 16px;
  }
  .why_img {
    margin-top: 20px;
  }
  .get_form_back {
    padding: 40px 15px;
  }
  .get_form_area {
    padding-bottom: 40px;
  }
  .footer_area {
    padding: 0 0 40px;
  }
  .foot_left .footer-logo {
    text-align: center;
	  width: 100%;
  }
  .foot_left a img {
    height: 100%;
  }
  .foot_social a {
    width: 42px;
    margin: 0;
  }
  .foot_head_area {
    margin-top: 25px;
  }
  .foot_menu_pad {
    padding: 0;
  }
  .foot_head {
    margin-bottom: 5px;
  }
  .foot_head p {
    font-size: 12px;
  }
  .copy_right {
    text-align: center;
  }
  .copy_area {
    text-align: center;
  }
  .abt_areasec {
    padding: 30px 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;
  }
  .single_service h2:not(.head) {
    font-size: 18px;
  }
  .form_submit {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
	.slider_area .slick-prev {
    top: 76%;
    left: 41%;
    transform: translateX(-59%);
}	
	
	.slider_area .slick-next {
		left: unset;
    top: 76%;
    right: 41% !important;
    transform: translateX(59%);
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_map {
    margin-top: 30px;
  }
  .slider_area:after {
    bottom: -3px;
  }
  .why_left {
    margin-top: 143px;
  }
		.slider_area .slick-prev {
    top: 76%;
    left: 45%;
    transform: translateX(-55%);
}	
	
	.slider_area .slick-next {
		left: unset;
    top: 76%;
    right: 45% !important;
    transform: translateX(55%);
}
}

/*===============Responsive Ends===============*/
.foot_left img {
  width: 100%;
  margin: 0 0 30px;
}
.call_float {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 9999;
}
.call_float a i {
  width: 50px;
  height: 50px;
  background: #e00000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
  transition: 0.5s;
}
/* Nav close style start */
.nav-open {  
  height: 36px !important;
  position: relative;
  width: 40px !important;
  background: #000;
}
.nav-open .inner, .nav-open .inner::before, .nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 3px;
  width: 14px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -6px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 6px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 54%;
}
.nav-open.nav-close .inner::before, .nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 17px;
}
.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}

@media(min-width: 992px){
	.nav-open{
		display: none;
	}
}


