@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&amp;display=swap');
:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #545454;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  color: inherit;
  font-family: 'DM Sans', sans-serif;
}



p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 60px;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 65px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.m-backtotop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	bottom: -50px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #009c9d;
	border-radius: 0px;
	text-align: center;
	border: 2px solid #009c9d;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	overflow: hidden;
	color: #fff;
	border-radius: 50%;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* ........Scroll top......... */
.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* ---------Moblie Call Action------------- */
.mobile-fixed-button{
  display: none;
}
/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background: #009c9d;
  border: 1px solid #009c9d;
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.btn1:hover{
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn1  img{
  margin-right: 10px;
}

.btn_hd {
  background: #f4a01d;
  border: 1px solid #f4a01d;
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.btn_hd:hover{
  background: initial;
  border: 1px solid #f4a01d;
  color: #f4a01d;
}
/* ---------Nav ber------------- */
.small {
  display: none;
}
#main_header {
	padding: 2px 0;
	width: 100%;
}
#main_header .navbar-nav li:hover a{
  color: #000000;
}
#main_header .navbar-brand img {
	width: 150px;
}

#main_header .navbar-nav li a {
	color: #000000;
text-transform: uppercase;
font-size: 15px;
padding: 12px 15px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
display: inline-block;
}
#main_header .hd_info ul li{
  margin-bottom: 0;
  display: inline-block;
}
#main_header .hd_info ul{
  margin-bottom: 0;
}

#main_header .block-space{
  left: -56px!important;
  width: 200px;
}
.gaping{
  margin-top: 0px;
}
/* DROPDOWN */
#main_header ul li {
  position: relative;
}
.dropdown {
  position: absolute;
  left: 20px;
  width: 215px;
  background: #000;
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 180%;
  transition: 0.3s;
  pointer-events: none;
  border-radius: 3px;
  box-shadow: 0px 3px 13px 3px rgb(0 0 0 / 18%);
  padding: 0px 0px;
}
.dropdown ul li {
  border-bottom: 1px solid #494949;
}
.dropdown ul li:last-child{
  border: none;
}
.dropdown ul li a {
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 400 !important;
  padding: 12px 10px !important;
  display: block !important;
  text-transform: capitalize !important;
}
.dropdown ul li a:hover{
  color: #ffffff !important;
  background-color: #f4a01d;
}
.nav_border{
  border: none !important;
}
#main_header ul li:hover .dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#main_header .hd_btn_sec {
	margin-left: 25px;
}
#main_header  .nav_item{
  margin-right: 25px;
}
#main_header  .nav_item a{
  position: relative;
}
#main_header .nav_item a::after {
	content: "";
	position: absolute;
	width: 0;
	background: #f4a01d;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
  transition: all 0.6s;
}
#main_header  .nav_item:hover a::after{
  content: "";
	position: absolute;
	width: 100%;
	background: #f4a01d;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
}
#main_header  .nav_item.active a::after{
  content: "";
	position: absolute;
	width: 100%;
	background: #f4a01d;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
}
#main_header #my-nav{
  margin-top: 6px;
}
#main_header .navbar-nav {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	align-items: center !important;
}

/* banner */
@media (min-width: 1200px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.banner {
	background: url('../image/banner.jpg') no-repeat bottom;
	background-size: cover;
	padding: 540px 0 40px;
	color: #fff;
}
.banner .banner_content{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.banner .banner_content .banner_heading h1 {
	color: #fff;
  font-size: 60px;
	font-weight: 600;
	line-height: 78px;
}
.banner .banner_content .banner_heading h1 span{
  color: #f4a01d;
}
.banner .banner_content .btom_con{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner_content .banner_left p {
	max-width: 350px;
	margin-bottom: 6px;
}

/* renovation_sec */
.heading h2 {
	font-size: 45px;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 14px;
	line-height: 50px;
}
.heading h3 {
	font-size: 25px;
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 14px;
	line-height: 30px;
}
.heading p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 9px;
	font-family: 'Roboto', sans-serif;
}
.renovation_sec .contented .top_img {
  border-radius: 10px;
  overflow: hidden;
}
.renovation_sec .contented .top_img img{
  border-radius: 10px;
  transition: all 0.6s;
  
}
.renovation_sec .contented .top_img:hover img{
  transform: scale(1.1);
}
.renovation_sec .contented .btom {
  text-align: center;
  padding: 15px 0px;
}
.renovation_sec .contented .btom h4{
  color: #000000;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
.renovation_sec .contented .btom p{
  margin-bottom: 15px;
  min-height: 85px;
}
.renovation_sec .contented .read_btn {
	color: #009c9d;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
  position: relative;
}
.renovation_sec .contented .read_btn:hover{
  text-decoration: none;
  letter-spacing: 1px;
}

/* renovation_sec */
.why_choose_sec{
  background: url('../image/why-bg.jpg') no-repeat center;
  background-size: cover;
  padding: 80px  0;
  color: #fff;
}
.why_choose_sec .contented {
	background: #009c9d;
	width: 100%;
	height: 100%;
	padding: 43px 20px;
	border-radius: 10px;
	text-align: center;
  transition: all 0.6s;
}
.why_choose_sec .contented .botom h4 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px;
	min-height: 60px;
}
.why_choose_sec .contented .botom p{
  margin-bottom: 0;
}
.why_choose_sec .contented .top_img{
  margin-bottom: 15px;
}
.why_choose_sec .contented:hover{
background: #000000;
}
.gap{
  margin-bottom: 15px;
}
/* build_sec */
.build_sec{
  background: url('../image/build-bg.jpg') no-repeat center;
  background-size: cover;
  padding: 500px 0 60px;
}
/* work_sec */
.work_sec .contented_work{
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.work_sec .contented_work .content_img img {
	width: 25px;
	margin-right: 10px;
	height: 27px;
}
.work_sec .contented_work .haeding h3{
  margin-bottom: 10px;
}
.work_sec{
  background-color: #f7f7f7;
}
/* reviews_sec */

  .reviews_sec{
    background-color: #e7e7e7;
  }
  .review_con{
    background: #fff;
    padding: 25px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .review_con .content h5 {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
  }
  .review_con  .btom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
  }
  .review_con .btom .cont_right{
    display: flex;
  }
  .review_con .btom .cont_right h4{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .review_slider .item{
    padding: 15px 0;
  }
  .review_slider .owl-prev img{
    width: 35px;
  }
  .review_slider .owl-next img{
    width: 35px;
  }
  .review_slider .owl-prev {
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
  }
  .review_slider .owl-next {
    position: absolute;
    right: -37px;
    top: 50%;
    transform: translateY(-50%);
  }

  .review_con .btom .cont_right img{
    width: 35px;
  }
  .review_con .cont_left img {
    width: 99px;
    margin-bottom: 10px;
  }
  .review_con .cont_left h4 {
    font-size: 19px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
  }
  .owl-carousel .owl-stage {
   display: flex;
    }
    .owl-carousel .owl-item {
   display: flex;
    flex: 1 0 auto;
    }
    /* contact */
    .home_contact .contact-form input {
      height: 55px;
      border-radius: 5px;
      color: #666666;
      border: 1px solid #e2e2e2;
      width: 100%;
      padding: 0 24px;
      outline: none;
    }
    .home_contact .contact-form textarea {
      border-radius: 5px;
      color: #666666;
      padding: 16px;
      width: 100%;
      border: 1px solid #e2e2e2;
      outline: none;
    }
    .home_contact .contact-form button {
      background: #2470c7;
      border: 1px solid #2470c7;
      padding: 14px 0px;
      outline: none;
      cursor: pointer;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      border-radius: 5px;
      width: 100%;
      font-weight: 300;
      transition: all 0.5s ease-in-out;
    }
    .home_contact .contact-form button:hover {
      background: #000;
      border: 1px solid #000000;
      color: #fff;
    }
    /* call-now */

.call-now {
  background-color: #072033;
  color: #fff;
}

.call-now h2 {
  font-size: 55px;
  margin-bottom: 5px;
}

.call-now img {
  width: 60px;
}

.call-now a {
  font-size: 42px;
  color: #fff;
  line-height: 1.2;
}

.call-now h4 {
  margin-bottom: 9px;
}

.call-now p {
  line-height: 1.6;
}

.call-now .cll-info {
  text-align: end;
}

.call-now .hd_info {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 39px;
  flex-wrap: wrap;
  justify-content: end;
}

.faq-sec .get-in-touch-form{
  background-color: #333333;
  
  padding: 30px 20px;
  border-radius: 15px;
}
.get-in-touch-form .heading h4{
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}
.get-in-touch-form .heading p{
  color: #fff;
}
.get-in-touch-form .sub-btn {
	padding: 13px 65px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	border: none;
	background: #009c9d;
	width: 100%;
}

.contact-section .contact-number li p {
	margin-bottom: 3px;
	font-weight: 600;
	color: var(--theme-color);
	font-size: 20px;
	text-transform: capitalize;
}
.contact-section .contact-number i {

background-color: var(--theme-bg-color);
	min-width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50px;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
}
.contact-section .contact-number i {
	color: #fff;
	background-color: #009c9d;
	min-width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50px;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
}
.contact-section .contact-number li {
	display: flex;
	gap: 18px;
	margin-bottom: 30px;
}
.contact-section .contact-number li a {
	color: #000000;
}
.faq-sec {
  background: url('../image/bg-2.png') no-repeat center;
  background-size: cover;
}


.our-food .hover14{
  overflow: hidden;
  position: relative;
}


.our-food .hover14::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.our-food .hover14:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% {
  left: 125%;
}
}
@keyframes shine {
100% {
  left: 125%;
}
}
.our-food .hover14 img {
  transition: all 0.6s;
}
.our-food .hover14:hover img{
  transform: scale(1.1);
}


    /* ...........footer............ */
footer{
  background: #0d0d0d;
  padding: 80px 0 40px;
}
.ft_logo img {
	width: 172px;
}
footer .ft_top{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft_bar{
  width: 100%;
  height: 1px;
  background: #ffffff69;
  margin: 40px 0;
}

footer .ft_content {
  text-align: center;
}
footer .ft_content .top_img img {
	width: 60px;
	margin-bottom: 15px;
}

footer .ft_content .btom h5 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 6px;
	word-break: break-all;
}
.ft_border{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ft_border_right{
  border-right: 1px solid #fff;
}
footer p{
  color: #d6d6d6;
}
.ft_menu{
  display: inline-block;
  margin-bottom: 0;
}
.ft_menu li{
  display: inline-block;
  padding-right:15px;
}
.ft_menu li a{
  color: #d6d6d6;
}
footer .ft_social ul {
	display: flex;
	align-items: center;
  justify-content: right;
}
footer .ft_social ul li a img.twiter-icon {
  width: 25px;
}
footer .ft_social ul li a img {
  width: 100px;
}
footer .ft_social ul li {
	margin-left: 13px;
}
.ft_menu_sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .copy_right ul {
	display: flex;
	align-items: center;
	justify-content: right;
}

footer .copy_right ul li a {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	margin-left: 25px;
}

/* contact-page */
#inner-banner {
	padding: 380px 0 20px;
}
#inner-banner .heading{
  background-color: rgba(255,255,255,0.8);
  padding: 15px 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
}

#inner-banner .heading h1{
  margin-bottom: 0;
}

.con-2 .info-box {
	text-align: center;
	border: 1px solid #000;
	padding: 34px 20px;
	border-radius: 5px;
	height: 100%;
	background: #fff;
	color: #000;
}

.con-2 .info-box a {
	color: #2b2b2b;
}

.con-2 .info-box i{
  color: #009c9d;
  font-size: 32px;
}

.con-2 .info-box .social {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 15px;
}
.con-2 input {
	outline: none;
	width: 100%;
	padding: 14px 15px;
	border-radius: 5px;
	border: 1px solid #bdbdbd;
}
.con-2 select {
	width: 100%;
	padding: 16px 15px;
	color: #666;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #bdbdbd;
}

.con-2 select option{
  color: #666;
	background: transparent;
}

.con-2 textarea{
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
}

.con-2 button {
	background: #009c9d;
	border: 1px solid #009c9d;
	padding: 11px 0px;
	display: inline-block;
	color: #fff;
	width: 100%;
	font-weight: 400;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	border-radius: 5px;
}

.con-2 form {
	padding: 35px 40px;
	border: 1px solid #666;
	border-radius: 5px;
}
.map{
  line-height: 0;
}

.kitchen-2 .img-box{
  overflow: hidden;
  background-color: #000000;
  transition: 1s;

}

.kitchen-2 .img-box img{
  transform: scale(1);
  transition: 1s;
}

.kitchen-2 .img-box:hover img{
  transform: scale(1.05);
  transition: 1s;
  opacity: 0.5;
}

#worksec{
  background-color: #e7e7e7;
}
#main_header {
	padding: 10px 0;
	width: 100%;
}
.kitchens_sec{
  background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../image/kitchens-bg.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}
.work_con h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 12px 0;
}
.owner_sec{
  background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../image/meet-the-owner-bg1.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}
.con-2 .info-box i {
	background: #009c9d;
	font-size: 22px;
	color: #ffffff;
	display: flex;
	border-radius: 33px;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 12px;
}
.con-2 .social i {
	background: #009c9d;
	font-size: 22px;
	color: #fff;
	display: flex;
	border-radius: 33px;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}
.con-2 .info-box h5 {
	margin-bottom: 5px;
}
.home_contact .contact-form select {
	height: 55px;
	border-radius: 5px;
	color: #a3a3a3;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 0 24px;
	outline: none;
	background: transparent;
}


/* area page */

.bg-red{
  background-color: rgba(212, 109, 11, 0.212);
}


.contact-form-bt {
	background-color: #f4a01d;
	padding: 45px 25px;
	border-radius: 10px;
	text-align: center;
}

.contact-form-bt h3 {
  color: #000000;
  text-align: center;
}

#area-part-56 .contact_form input {
  width: 100%;
  padding: 14px 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  margin-bottom: 25px;
  color: #000000;
}


#area-part-56 .contact_form input::-webkit-input-placeholder {
  color: #000000;
}

#area-part-56 .contact_form textarea {
  width: 100%;
  padding: 14px 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.5);
}

#area-part-56 ::-webkit-input-placeholder {
  color: #000000;
}

#area-part-56 .contact-form-bt button {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000;
  padding: 14px 45px;
  text-transform: uppercase;
  border-radius: 3px;
}

#area-part-56 .form-select {
  --bs-form-select-bg-img: url("../image/down.html");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #000;
  color: #000000;
}

#area-part-56 .form-select {
  width: 100%;
  padding: 14px 10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
#area-part-56 .form-select:focus{
  box-shadow: none;
}

#area-part-56 button.form-btn:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.8s;
  border: 1px solid #fff;
}

@media screen and (max-width: 992px) {
#area-part-56 {
	text-align: center;
}
}

.area-page-1 .btn_hd {
	
	padding: 14px 0px;
	display: inline-block;
	
	width: 100%;
	font-weight: 400;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	border-radius: 4px;
}
#main_header {
	padding: 2px 0;
	width: 100%;
	background: #ffffff54;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.banner .banner_content .banner_heading h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	line-height: 78px;
	text-transform: uppercase;
}
.rounding{
  border-radius: 10px;
}