* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body
{
margin:0;
padding:0;
font-family: "Roboto", Sans-serif;
background-color: #0d0d0d;
}
img
{
border:0;
}
h1, h2, h3, h4, h5, h6
{
margin:0;
padding:0;
font-weight:normal;
}
ul, ol
{
margin:0;
padding:0;
list-style:none;
}
.header{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  padding: 30px 0;
  z-index: 100;
}
.header .auto{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auto{
  width: 1200px;
  margin: 0 auto;
}
.logo{
  width: 190px;
}
.logo img{
  width: 100%;
}
.navigation ul{
  margin: 0;
  padding: 0;
}
.navigation li{
  display: inline-block;
}
.navigation li a{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #c49a56;
  text-decoration: none;
  padding: 13px 20px;
  transition: .4s;
}
.navigation li a:hover{
  color: #fff;
}

.navigation li:last-child a{
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #c49a56;
  padding: 13px 27px 13px 28px;
  text-decoration: none;
  border: 2px solid #c49a56;
}
.navigation li:last-child a:hover{
  background-color: #c49a56;
  color: #fff;
}
.banner-bl{
  width: 100%;
  display: inline-block;
}
.banner-bl{
  width: 100%;
  display: inline-block;
  position: relative;
}
.banner-bl img,
.banner-inner-bl img{
  width: 100%;
}

.mobile-menu{
  display: none;
}
.about-bl{
  width: 100%;
  display: inline-block;
  padding: 40px 0;
  position: relative;
}
.about-bl .auto{
  background-color: #151515;
  margin-top: -230px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;

}
.img-thumb{
  width: 40%;
}
.img-thumb img{
  width: 100%;
}
.about-content{
  width: 60%;
}
.about-content h1{
  font-size: 27px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
p{
  font-family: "Roboto", Sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.commanbtn{
  padding: 15px 45px;
  border: 2px solid #c49a56;
  text-decoration: none;
  color: #c49a56;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.commanbtn:hover{
  background-color: #c49a56;
  color: #fff;
}
.mt-1{
  margin-top: 10px;
}
.home-content{
  background-color: #0d0d0d;
  text-align: center;
  padding: 30px 0 80px;
}
.home-content h2{
  font-size: 27px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
footer{
  background-color: #000;
  padding: 40px 0;
}
footer .auto{
  display: flex;
  gap: 30px;
}
.col-3{
 width: 33%;
}
footer h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.footer-menu li a {
  line-height: 1.7;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-decoration: none;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
}

.address li{
  line-height: 1.7;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-decoration: none;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
}

.address li i{
  margin-right: 10px;
}
.address li a{
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.address li a:hover,
.address li:hover,
.footer-menu li a:hover,
footer .social-menu li a:hover{
  color: #c49a56;
}
footer p{
  margin: 0;
}
footer .social-menu li{
  display: inline-block;
  margin-right: 10px;
}
footer .social-menu li:last-child{
  margin: 0;
}
footer .social-menu li a{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
footer .logo{
  margin-bottom: 10px;
}
.banner-inner-bl{
  background: url('../images/banner-inner.jpg') center top no-repeat;
  background-size: cover;
}
.floating-heading {
  /* min-height: 450px;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; */
  min-height: 450px;
  position: relative;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-heading h1{
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.contactus-bl{
  padding: 80px 0;
}
.contactus-bl .auto{
  display: flex;
  text-align: left;
  gap: 40px;
}
.contactus-bl .col-6{
  width: 50%;
}
.form-auto input, .form-auto textarea, select {
  width: 100%;
  border: 2px solid #c49a56;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #0d0d0d;
  color: #666;
}
.form-auto textarea{
  padding: 20px 20px;
  height: 100px;
}
.navigation li a{
  text-shadow: 1px 1px 1px #000;
}

.btn{
  color: #c49a56;
  font-family: "Roboto", Sans-serif;
    font-weight: 700!important;
    font-size: 16px!important;
    cursor: pointer;
}
.btn:hover{
  background-color: #c49a56;
  color: #fff;
}
.about-us-left{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us-left .commanbtn{
  width: 200px;
}
.project-bl{
  padding: 80px 0;
}
.project-bl h3{
  font-size: 18px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.project-bl .auto{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.project-bl .col-3{
  width: 31%;
}
.project-bl .col-3 img{
  width: 100%;
  border-radius: 10px;
}
.services-content{
  text-align: left;
}
.services-inner{
  display: flex;
  padding-top: 20px;
  gap: 25px;
}
.services-inner .col-4{
  width: 33%;
}
.services-inner h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.services-inner p{
  margin-top: 0;
}
.services-thumb{
  width: 100%;
  margin-bottom: 5px;
}
.services-thumb img{
  width: 100%;
  border-radius: 10px;
}
.m-0{
  margin: 0;
}
@media (max-width: 1200px){
  .auto{
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width:767px){
  .mobile-menu {
    display: block;
}
.navigation{
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 75px;
  background-color: #0d0d0d;
}
.navigation li{
  width: 100%;
}
.navigation li a {
  width: 100%;
  display: block;
}
.navigation li a:hover{
  background-color: #fff;
  color: #c49a56;
}
.navigation li:last-child a{
  background-color: transparent;
  color: #c49a56;
  border-radius: 0;
  padding: 13px 20px;
  border: 0;
}
.mobile-menu ul{
margin: 0;
padding: 0;
display: flex;
}
.mobile-menu li{
  display: inline-block;
  margin-left: 20px;
}
.mobile-menu li a i{
  font-size: 28px;
  color: #c49a56;
}
.contactus-bl .auto {
  gap: 30px;
  flex-direction: column;
}
.contactus-bl .col-6 {
  width: 100%;
}
footer .auto {
  gap: 10px;
  flex-direction: column;
}
.col-3 {
  width: 100%;
}
.floating-heading {
  min-height: 200px;
  position: relative;
}
.header {
  position: relative;
  padding: 12px 0;
}
.logo {
  width: 120px;
}
.floating-heading h1 {
  font-size: 35px;
}
.home-content h2 {
  font-size: 25px;
}
.contactus-bl {
  padding: 40px 0;
}
.home-content p br{
  display: none;
}
.about-bl .auto {
  background-color: transparent;
  margin-top: 0;
  gap: 15px;
  flex-direction: column;
}
.img-thumb {
  width: 100%;
}
.about-content {
  width: 100%;
}
.project-bl{
  padding: 40px 0;
}

.project-bl .auto {
  gap: 15px;
  justify-content: center;
}
.project-bl .col-3 {
  width: 47%;
}
.services-inner {
  flex-wrap: wrap;
  gap: 4%;
}
.services-inner .col-4 {
  width: 48%;
}
}
@media (max-width:599px){

}
@media (max-width: 479px){
  .services-inner {
    flex-direction: column;
    flex-wrap:inherit;
  }
  .services-inner .col-4 {
    width: 100%;
  }
}