body {
  margin: 0;
  font-size: 28px;
  font-family: "Roboto", sans-serif;  
}

.header {
  background: url(../images/banner.webp);
  background-size: 100% 100%;
    height: 570px;
    width: 100%;

}
.banner-main{ position: relative;}
#navbar {
  position: absolute;
  top: 30px; z-index: 9;
  width: 100%;
}
#navbar .logo {
  background: url(../images/logo.jpeg);
  height: 110px;
  width: 213px;
  background-size: 96% 98%;
  background-repeat: no-repeat;
}
/* #navbar.sticky .logo{ background: url(../images/logo.jfif);} */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}

.navbar-right {
  float: right;
  color: #fff; padding-top: 30px;
  font-size: 20px;
  /* background: url(../images/dial.png);
  height: 42px;
  background-repeat: no-repeat; */
}
.navbar-right li {
  list-style: none;
  float: left;
}
.navbar-right li a {
  font-size: 26px;
}
.navbar-right span {
  padding-left: 50px;
}
.navbar-right img { padding-right: 10px; }
/* #navbar.sticky .navbar-right{ color: #000; margin-top: 30px; background: url(../images/dial-2.png); background-repeat: no-repeat;} */
.content {
  padding: 16px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  background-color: #00000094;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;;
}

.navbar-in{ padding: 0 40px ;}


.banner-contnet{position: absolute;
  bottom: 28%;
  color: #fff;
  left: 73px;
  width: 60%;}
.banner-contnet h4{ font-size: 60px; font-weight: 300;}
.banner-contnet h5{ font-size: 23px; font-weight: 300; line-height: 35px;}




.DM-main{ display: inline-block; width: 100%; padding: 40px 0;}
.dm-l h4 strong{ font-weight: 700;}
.dm-l h4{ font-size: 51px; line-height: 61px; color: #363636; margin-bottom: 20px;     font-weight: 300;}
.dm-l p{ font-size: 17px; line-height: 30px; color: #141414;     font-weight: 400;}
.dm-l ul {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.dm-l ul li{ list-style: none;
  float: left;
  text-align: center;
  margin-right: 37px;}
  .dm-l ul li:last-child{ margin-right: 0; }
.dm-l ul li span {
  display: block;
}
.dm-l ul li img {
  width: 76px;
  height: 76px;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.bg-gray{ background-color: 
  #E9E9E9;}
  .dm-l ul.bullet-list{ padding-left: 30px;}
  .dm-l ul.bullet-list li{ float: none; list-style-type: disc; text-align: left;} 


.dms{ display: inline-block; width: 100%; padding: 60px 0; padding-bottom: 10px;}
.dms h3{ text-align: center; margin-bottom: 50px; font-size: 44px;}
.dms ul{ padding: 0;}
.dms ul li{ width: 33%; float: left; text-align: center; list-style: none; margin-bottom: 30px;}
.dms ul li span {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  padding-top: 7px;
  font-size: 22px;
}
.dm-r img {
  width: 100%;
}
footer{ display: inline-block; width: 100%;}
.footer-top {
  background-color: #a88e7a;
  padding: 45px 0;
  color: #fff;
  display: inline-block;
  width: 100%;
  float: left;
}
.footer-btm {
  background-color: #684536;
  padding: 25px 0;
  color: #fff;
  display: inline-block;
  width: 100%; padding-bottom: 10px;
}

.footer-top-l {
  width: 65%;
  float: left;
}
.footer-top-l img {
  width: 18%;
  margin-bottom: 20px;
}
.footer-top-r ul{ padding-left: 0;
}
.footer-top-r ul li{ list-style: none; float: none; margin-bottom: 30px;}
.footer-top-r ul li img {
  float: left;
  margin-right: 20px;
}
.footer-top-r-mail a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 15px;font-size: 14px;
}




.footer-top-r{
  width: 23%;
  float: right;
}

.footer-btm-l {
  float: left;
}
.footer-btm-r {
  float: right;
}
.footer-btm-r ul{ padding-left: 0;}
.footer-btm-r ul li { list-style: none; float: left; padding-right: 30px;}
.footer-btm-r ul li:last-child{ padding-right: 0;}
.footer-btm-r ul li a{ color: #fff; text-decoration: none;}

@media(min-width: 1300px)
{
  .banner-contnet{ left: 16%;}
}



/* media css start */
@media(max-width: 767px)
{
  .DM-main img {
    width: 100%;
}
#navbar .logo {
  background-size: 69% !important;
  background-repeat: no-repeat !important;
  padding-right: 0;
  width: 213px;
}
#navbar.sticky .logo {
 
  background-position: 6px 83%;
}
.navbar-right {
  background-size: 17% !important;
  background-position: 3% !important;
}
.navbar-right span {
  padding-left: 32px;
  font-size: 16px;
  margin-top: 40px;
}
.banner-contnet {
  position: absolute;
  bottom: 8%;
  color: #fff;
  left: 3px;
  width: 100%;
}
.banner-contnet h4 {
  font-size: 36px;
  margin-bottom: 20px;
}
.banner-contnet h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  
}

.dm-l ul li {
  list-style: none;
  float: left;
  text-align: center;
  margin-right: 0;
  margin-bottom: 20px;
  width: 50%;
}





.dm-l h4 {
  font-size: 38px;
  line-height: 45px;
  margin-top: 20px;

}
.dms ul li {
  width: 100%;
}

.footer-top-l, .footer-top-r {
  width: 100%;
}
.footer-btm-r ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
}
/* media css end */



/* inner-main start */
.inner-main .header{ background: none; background-color: #00000094; height: 200px;}