@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
  }
  
  .small.show .sidebar {
    right: 0;

  } 
  .small nav .sidebar>ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  .small nav .sidebar ul>li{
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul>li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  .small {
    display: block;
  }
/* ---------Moblie Menu------------- */
/* ---------Moblie Call Action------------- */
.mobile-fixed-button{
  position: fixed;
  bottom: 0;
  width: 100%;
}
.call-btn{
  background-color: #000;
  padding: 15px 50px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
}
.mobile-fixed-button{
  display: none;
}
/* ---------Moblie Call Action------------- */
#main_header{
display: none;
}
.logo a img {
	width: 120px;
	position: absolute;
	top: 0;
}
.banner .banner_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.banner .banner_content .btom_con {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


.banner .banner_content .banner_heading h1 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 10px;
}
.btom_con a img {
  width: 64px;
}
.banner {
	background-size: cover;
	padding: 160px 0 40px;
	color: #000;
}
.small {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 999;
}
section {
	padding: 55px 0px;
}
.heading h2 {
	font-size: 33px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 14px;
	line-height: 46px;
}
.build_sec {
	background: url('../image/build-bg-sm.jpg') no-repeat top;
	background-size: cover;
	padding: 416px 0 50px;
}
.why_choose_sec .contented {
	background: #3399ff;
	width: 100%;
	height: 100%;
	padding: 30px 15px;
	border-radius: 10px;
	text-align: center;
}
.why_choose_sec .contented .botom h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
	min-height: 50px;
}
.home_contact .heading{
  text-align: center;
}
footer {
	background: #0d0d0d;
	padding: 60px 0 80px;
}
.banner .banner_content .banner_left p {
  max-width: 350px;
  margin-bottom: 19px;
}
.banner .banner_content .banner_heading h1 span {
  display: block;
  color: #f4a01d;
  font-size: 23px;
}
footer .ft_top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  text-align: center;
}
.ft_logo img {
	width: 172px;
	margin-right: 0;
	margin-bottom: 25px;
}
footer .ft_content .btom h5 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 6px;
	word-break: break-all;
	line-height: 28px;
}
footer .ft_content .top_img img {
	width: 50px;
	margin-bottom: 15px;
}
.ft_menu_sec {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  text-align: center;
}
.ft_menu {
	display: inline-block;
	margin-bottom: 20px;
}
.ft_menu li {
	display: inline-block;
	padding-right: initial;
	margin: 11px;
}
footer p {
	color: #d6d6d6;
	text-align: center;
}
footer .copy_right ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .copy_right ul li a {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	margin-left: 0;
	padding: 0 12px;
}
.review_slider .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.review_slider .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.review_slider .owl-prev img {
	width: 10px;
}
.review_slider .owl-next img {
	width: 10px;
}
.con-2 form {
	padding: 35px 22px;
	border: 1px solid #666;
	border-radius: 5px;
}
.map iframe{
  height: 320px;
}
}

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

@media screen and (max-width: 567px) {
  .mobile-fixed-button{
    display: block;
  }
  .banner {
    background-size: cover;
    padding: 108px 0 150px;
    color: #000;
}
.call-now .hd_info {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 20px;
	flex-wrap: wrap;
	/* justify-content: end; */
}
.work_sec .contented_work {
	display: flex;
	align-items: self-start;
	margin: 15px 0;
	/* flex-direction: column; */
	/* justify-content: center; */
	gap: 10px;
}
  .build_sec {
    background: url('../image/build-bg-sm.jpg') no-repeat center !important;
    background-size: cover;
    padding: 303px 0 60px;
  }
  .work_sec .contented_work .content_img img {
    width: 26px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .home_contact .heading{
    text-align: center;
  }
  .owner-2 {
    text-align: center;
  }
  .contented_work p {
    text-align: left;
  }
  .ft_bar {
    width: 100%;
    height: 1px;
    background: #ffffff69;
    margin: 20px 0;
  }
  .banner .banner_content .banner_left p {
	color: #fff;
}
.banner .banner_content .banner_left p {
	max-width: 350px;
	margin-bottom: 19px;
	color: #fff;
}
}

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