* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "proximanova";
}

/* -----------------------------------------Header section start----------------------------------------- */
.headermain {
  padding: 10px 80px;
  z-index: 999;
  position: absolute;
  display: flex;
  background-color: rgba(255, 255, 255, 0.78);
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.headersection {
  text-align: left;
  width: 33.3%;
}

.headersectionlogo{
    width: 33.3%;
    text-align: center;
}

.hamburger {
  text-align: right;
  width: 33.3%;
}

.headersectionlogo img {
  height: 75px;
}

.hamburgerline {
  background-color: #000;
  width: 5px;
  color: #000;
  height: 1px;
}

.contactustopbtn {
  font-family: "proximanova", sans-serif;
  background-color: #252322;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}

.contactustopbtn a {
  font-family: "proximanova", sans-serif;
  text-decoration: none;
  color: #fff;
}

.hamburger img {
  height: 40px;
  cursor: pointer;
}

/* -----------------------------------------Header section End----------------------------------------- */

/* -----------------------------------------Hero section start----------------------------------------- */
.videosection {
  position: relative;
}

.videocontainer video {
  width: 100%;
}

/* -----------------------------------------Hero section end----------------------------------------- */

/* -----------------------------------------About Us Page start----------------------------------------- */
.aboutsection {
  position: relative;
  margin-top: -4px;
  background-image: url(../images/home-about-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutcontainer {
  padding: 50px 80px 80px 80px;
}

.aboutcontent h4 {
  color: #ffffff8c;
  font-size: 40px;
  font-family: "proximanova", sans-serif;
  font-weight: 600;
}

.aboutcontent h5 {
  color: #ffffff8c;
  font-size: 80px;
  font-family: "proximanova", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.aboutcontent p {
  font-size: 24px;
  color: #c0c0c0;
  font-family: "proximanova", sans-serif;
  width: 90%;
  line-height: 1.5;
  text-align: justify;
}

/* -----------------------------------------About Us Page End----------------------------------------- */

/* -----------------------------------------New Launch Page start----------------------------------------- */
.newlaunchsection {
  padding: 60px;
  position: relative;
  background-image: url(../images/new-launch-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.newlaunchspan {
  font-family: "proximanova", sans-serif;
  color: #fff;
  font-size: 68px;
  font-weight: 600;
}

.newlaunchheader h3 {
  font-family: "proximanova", sans-serif;
  color: #fff;
  font-size: 45px;
}

.newlaunchbox {
  cursor: pointer;
  border-radius: 5px;
  width: 30%;
  background-color: #252322;
}

.boximgcontainer img {
  width: 100%;
  border-radius: 0%;
}

.newlaunchheader {
  text-align: center;
}

.boxcolorcontainer {
  text-align: center;
  padding: 25px 0;
}

.boxcolorcontainer h3 {
  color: #fff;
  font-family: "proximanova", sans-serif;
  text-align: center;
  font-size: 24px;
}

.boxcolorcontainer p {
  color: #fff;
  font-family: "proximanova", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
}

.newlaunchboxbtn {
  font-family: "proximanova", sans-serif;
  background: linear-gradient(270deg, #8b8380, #252322);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 auto;
}

.newlaunchbox button {
  display: none;
}

.newlaunchbox:hover button {
  display: block;
}

.newlaunchbox:hover {
  background-color: #252322;
  transform: scale(1.2);
  transition: background-color 0.5s ease, transform 0.5s ease-in-out;
}

/* -----------------------------------------New Launch Page end----------------------------------------- */

/* -----------------------------------------Keyfeature start from here----------------------------------------- */
.keystrengthsec {
  background-color: #252322;
}

.sectionkeyfeature {
  position: relative;
  background-image: url(../images/features-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.keyfeatureheader {
  background-image: url(../images/key-features-heading-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.keyfeatureheader h3 {
  padding: 28px 0;
  font-size: 45px;
  font-family: "proximanova", sans-serif;
  text-align: center;
  color: #fff;
}

.keyfeaturecontainersec {
  padding: 90px 100px;
  display: flex;
  justify-content: space-between;
  /* background-image: url(../images/features-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.keyfeaturesecdev {
  width: 20%;
  text-align: center;
}

.keyfeaturesecdev img {
  height: 92.5px;
}

.keyfeaturesecdev h3 {
  font-family: "proximanova", sans-serif;
  margin: 25px 0;
  font-size: 24px;
  color: #e7e7e7;
}

.keyfeaturesecdev p {
  font-family: "proximanova", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #e7e7e7;
}

/* -----------------------------------------Keyfeature  page End----------------------------------------- */

/* -----------------------------------------Testimonial start from here----------------------------------------- */

.testimonialsection {
  background-color: #3d3d3d;
}

.testimonialheading h3 {
  padding-top: 52px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 45px;
  font-family: "proximanova", sans-serif;
  color: #fff;
}

.textimonialmaincontainer {
  padding: 120px 0;
  /* background-image: url(../images/testimonial-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonialcontainer {
  display: flex;
  width: 75%;
  margin: 0 auto;
  padding: 20px;
  background-color: #252322;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.testimonialprofile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}

.testimonialprofile-img {
  border: 16px solid #3d3d3d;
  margin-top: -105px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonialprofile-img img {
  width: 100%;
  height: 100%;
}

.testimonialprofile-name {
  margin-top: 35px;
  font-family: "proximanova", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.testimonialquote {
  font-family: "proximanova", sans-serif;
  text-align: center;
  width: 75%;
  font-size: 16px;
  line-height: 1.5;
  margin: 20px auto;
  color: #fff;
}

.testimonialactions {
  display: flex;
  justify-content: space-between;
}

.testimonialaction {
  width: 48px;
  height: 48px;
  background-color: #3d3d3d;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.testimonialaction:hover {
  background-color: #262725;
}

.testimonialaction i {
  font-size: 24px;
}

/* -----------------------------------------Testimonial End here----------------------------------------- */

/* -----------------------------------------footer start from here----------------------------------------- */

.footersection {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/footer-background.png);
}

.footercontainermain {
  padding: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerheading h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-family: "proximanova", sans-serif;
}

.footercontainer {
  width: 20%;
}

.footercontainer img {
  box-shadow: 0 0 18px 4px #252322;
  padding: 20px;
  border-radius: 14px;
  background-color: #e1dede;
  /* margin-top: -50px; */
  height: 96px;
  margin-bottom: 30px;
}

.footercontainer p {
  color: #c3c3c3;
  font-size: 16px;
  font-family: "proximanova", sans-serif;
  line-height: 1.5;
}

.footermenulists li {
  list-style-type: none;
  line-height: 2;
}

.footermenulists li a {
  font-family: "proximanova", sans-serif;
  text-decoration: none;
  color: #c3c3c3;
  font-size: 16px;
}

.footermenulistssecond li {
  display: flex;
  margin-top: 20px;
}

.footermenulistssecond li i {
  font-size: 28px;
  color: #c3c3c3;
  margin-right: 10px;
}

.footermenulistssecond li p a {
  color: #c3c3c3;
  text-decoration: none;
  font-size: 16px;
  font-family: "proximanova", sans-serif;
}

.footermenuliststhird {
  display: flex;
  justify-content: flex-start;
}

.footermenuliststhird li a {
  text-decoration: none;
  color: #c3c3c3;
}

.footermenuliststhird li {
  margin-right: 20px;
  list-style-type: none;
  line-height: 2;
  color: #c3c3c3;
  font-size: 30px;
  cursor: pointer;
}

/* -----------------------------------------footer End here----------------------------------------- */

/* -----------------------------------------Breadcrumb Start From here----------------------------------------- */
.breadcrumbsection {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breascrumcontainer {
  padding: 70px;
  background: rgba(0, 0, 0, 0.5);
}

.breascrummain {
  padding-top: 300px;
}

.breascrummain h4 {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-family: "proximanova", sans-serif;
}

.breascrummain h3 {
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  font-family: "proximanova", sans-serif;
}

.breascrummain p {
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  width: 70%;
  font-family: "proximanova", sans-serif;
}

.breadcrumbhead {
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  font-family: "proximanova", sans-serif;
}

/* -----------------------------------------Breadcrumb End here----------------------------------------- */

/* -----------------------------------------About us with image Start-----------------------------------------  */
.aboutussectionmain {
  position: relative;
  background-color: #252322;
  padding: 70px 100px;
}

.createabetlife {
  display: flex;
  justify-content: space-around;
  /* align-content: center; */
  align-items: center;
}

.creativebox {
  width: 50%;
}

.abttxtbox {
  width: 50%;
}

.abttxtbox h4 {
  font-family: "proximanova", sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 33.11px;
  text-align: left;
  color: #fff;
}

.abttxtbox h3 {
  margin-top: 20px;
  font-family: "proximanova", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 49.28px;
  text-align: left;
  color: #fff;
}

.abttxtbox p {
  margin-top: 20px;
  font-family: "proximanova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30.66px;
  text-align: left;
  color: #e7e7e7;
}

.monubhagat {
  font-family: "proximanova", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 15.4px;
  text-align: center;
  color: #fff;
  margin: 30px 0;
}

.figuregroup img {
  position: relative;
  margin-left: -20px;
  height: 65px;
}

/* -----------------------------------------About us with image End----------------------------------------- */

/* -----------------------------------------Pointer start from here----------------------------------------- */
.pointeraboutsection {
  background-image: url(../images/history-vision-compliance.png);
  position: relative;
  padding: 70px 100px;
}

.pointeraboutsectioncareer {
  background-image: url(../images/home-about-bg.png);
  position: relative;
  padding: 70px 100px;
}

.pointerlistcontan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.pointerslists figure {
  text-align: center;
}

.pointerslists figure > img {
  height: 83px;
}

.pointerslists h3 {
  font-family: "proximanova", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin: 20px 0;
}

.pointerslists p {
  font-family: "proximanova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #e7e7e7;
}

.pointerslists {
  width: 27%;
}

/* -----------------------------------------Pointer End from here----------------------------------------- */

/* -----------------------------------------KEY STRENGTHS Start from here-----------------------------------------  */
.keystrengthcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  padding: 70px 100px;
}

.keystrengthpointbox {
  width: 40%;
}

.boxsizekey {
  border-radius: 20px;
  background-color: #292827;
}

.boxsizekeyimg img {
  width: 100%;
}

.boxsizekeytxt h3 {
  font-family: "proximanova", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin: 30px 0;
}

.boxsizekeytxt p {
  padding: 0 43px 50px 43px;
  font-family: "proximanova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: #fff;
}

/* -----------------------------------------KEY STRENGTHS end here----------------------------------------- */

/* -----------------------------------------Why The DM Groupstart from here-----------------------------------------  */

.whyamaltassection {
  background-color: #3d3d3d;
  padding: 70px 100px;
  position: relative;
}

.whyamaltasheading h3 {
  font-family: "proximanova", sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 33.11px;
  text-align: center;
  color: #fff;
}

.whyThe DM Group {
  font-family: "proximanova", sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 33.11px;
  text-align: center;
  color: #fff;
}

.whyamaltasparagr {
  padding: 30px;
}

.whyamaltasparagr p {
  font-family: "proximanova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

/* -----------------------------------------Why The DM GroupEnd here----------------------------------------- */

/* -----------------------------------------Requirement form start from here----------------------------------------- */
.requirementfromsection {
  background-image: url(../images/requirement-form-bg.png);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 100px;
}

.formheadingbox {
  margin: 0 auto;
  text-align: center;
}

.formheadingbox h3 {
  font-family: "proximanova", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 66px;
  text-align: center;
  margin-bottom: -45px;
  color: #fff;
}

.formheadingbox p {
  font-family: "proximanova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: #e7e7e7;
  /* margin-bottom: 20px; */
  width: 55%;
  margin: 46px auto;
}

.reqheading {
  font-family: "proximanova", sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 88.5px;
  text-align: center;
  color: #fff;
}

.careerformmain {
  padding: 20px 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.formboxsec {
  width: 50%;
  border: #3e8e41;
}

.formboxsec input {
  border: 1px solid #919191;
  width: 80%;
  margin: 15px 0;
  font-family: "proximanova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
  background-color: #3d3d3d;
}

.formboxsec select {
  border: 1px solid #919191;
  color: #757575;
  width: 80%;
  margin: 15px 0;
  font-family: "proximanova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding: 10px;
  background-color: #3d3d3d;
}

.formboxsec select option {
  cursor: pointer;
  border: none;
  width: 80%;
  margin: 15px 0;
  font-family: "proximanova", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding: 10px;
}

.formcontainer {
  margin: 0 auto;
  text-align: center;
}

.subclear {
  display: flex;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.subclear button {
  cursor: pointer;
  box-shadow: 4px 4px 4px #0202021c;
  border: none;
  margin: 15px 50px;
  font-family: "proximanova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  padding: 10px;
  width: 228px;
  height: 55px;
  background-color: #8f8e8e;
}

.successbtn {
  background: linear-gradient(90deg, #252322 29%, #8b8380 100%) !important;
  font-size: 25px;
  color: #fff;
  font-family: "proximanova", sans-serif;
}

/* -----------------------------------------Requirement form end here----------------------------------------- */

/* -----------------------------------------Current project lists start----------------------------------------- */
.currentprosec {
  padding: 70px 30px;
  background-image: url(../images/projects-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.containermainbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  justify-content: space-evenly;
  width: 100%;
}

.currentimgtxtbox {
  cursor: pointer;
  border-radius: 20px;
  width: 27%;
  height: 100%;
  box-shadow: 0px 4px 16px #0000004a;
  margin-bottom: 40px;
}

.currentimgbox img {
  width: 100%;
  padding: 0;
}

.currenttxtbox {
  border-radius: 0 0 20px 20px;
  margin-top: -5px;
  padding: 40px 10px;
  text-align: center;
  background-color: #252322;
}

.currenttxtbox h3 {
  font-family: "proximanova", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #e7e7e7;
  padding-bottom: 20px;
}

.currenttxtbox p {
  font-family: "proximanova", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 10px auto;
  width: 90%;
  color: #e7e7e7;
}

.currenttxtbox button {
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  margin: 15px 50px;
  font-family: "proximanova", sans-serif;

  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #252322 0%, #8b8380 100%);
}

.currenttxtbox button a {
  color: #fff;
  font-family: "proximanova", sans-serif;
  text-decoration: none;
}

/* -----------------------------------------Current project lists end----------------------------------------- */

/* -----------------------------------------Gallery Section Start----------------------------------------- */
.gallerysection {
  background-image: url(../images/projects-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px;
}

.gallerycontainerbox {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}

.gallerybox {
  width: 45%;
  margin-bottom: 40px;
  position: relative;
}

/* .gallerybox img {
    width: 100R;
} */

.yeargallery {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 38px;
  color: white;
  font-family: "proximanova", sans-serif;
  padding: 10px 20px;
  display: none;
}

.galleryboxtxt {
  margin-top: -50px;
  text-align: left;
  padding-left: 25px;
  color: #fff;
  font-family: "proximanova", sans-serif;
}

.gallerybox img:hover {
  color: #000;
  z-index: 5;
}

.gallerybox:hover .yeargallery {
  display: block;
}

.galleryboximg img {
  margin-bottom: 50px;
}

/* -----------------------------------------gallery Section End----------------------------------------- */

/* -----------------------------------------Media sectiona start----------------------------------------- */

.mediasection {
  background-image: url(../images/gallery-photos-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 20px;
}

.headingmedia h3 {
  text-align: center;
  font-size: 64px;
  font-family: "proximanova", sans-serif;
  color: #fff;
}

.headingmedia h4 {
  text-align: center;
  font-size: 24px;
  font-family: "proximanova", sans-serif;
  color: #ffffff;
}

.headingmedia p {
  /* margin-top: 50px; */
  font-family: "proximanova", sans-serif;
  text-align: center;
  font-size: 24px;
  color: #e7e7e7;
  width: 65%;
  margin: 40px auto;
}

.mediaimgbox {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.mediacontainer {
  box-shadow: 0 1px 10px #252322;
  margin: 15px;
  height: 278px;
  width: 424px;
  border-radius: 20px;
}

.mediacontainer img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* box-shadow: 1px 1px #252322; */
}

/* -----------------------------------------Media sectiona End----------------------------------------- */

/* -----------------------------------------Map Start Here----------------------------------------- */
.mapsectionmain {
  background-color: #3d3d3d;
  position: relative;
  padding: 80px;
  text-align: center;
}

.mapsectionmain iframe {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  box-shadow: 0 1px 10px #2523223b;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.mapsectionmain iframe:hover {
  filter: none;
}

/* -----------------------------------------Map End Here----------------------------------------- */

.specialfeaturesection {
  position: relative;
}

.specialfeaturecont img {
  width: 100%;
}

.specificationcontainermain {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.aminitiessection {
  margin: -5px 0;
  background-image: url(../images/Amenities-&-Specifications-bg.png);
  position: relative;
  padding: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specificationcontainer {
  margin: 60px;
  width: 40%;
}

.aminitiesul li {
  font-family: "proximanova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: #e7e7e7;
  list-style-type: disc;
}

.aminimainlist {
  border: 1px solid #797979;
  padding: 40px 65px;
  width: 100%;
}

.bookingapoltsection {
  background-image: url(../images/booking-plot-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px;
  text-align: center;
}

.bookigplotmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.bookcontboxwtxt {
  width: 40%;
}

.bookcontimg {
  width: 57%;
}

.bookcintinnertxt h4 {
  font-family: "proximanova", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35.1px;
  text-align: left;
  margin-bottom: 30px;
  color: #ffffff;
}

.bookinrimg img {
  width: 100%;
}

.bookcontimg img {
  width: 100%;
}

.contactussection {
  background: #252322;
}

.contactuscontainer {
  padding: 70px 100px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.contactisboxlist {
  background-image: url(../images/contactus.png);
  width: 30%;
}

.conlistbox {
  background-color: #ffffff00;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 30px;
}

.iconcnt {
  margin: 0 20px;
}

.iconcnt i {
  border-radius: 75%;
  background-color: #efefef;
  padding: 10px;
  color: #252322;
}

.iconright h3 {
  font-family: "proximanova", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;

  color: #000;
}

.iconright h4 a {
  font-family: "proximanova", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  color: #8f8f8f;
}

.contactisboxform {
  width: 70%;
  /* background-color: #fff; */
}

.formcontainermain {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}

.inputboxcont {
  width: 50%;
}

.inputboxcont input {
  background-color: #fff0;
  width: 90%;
  padding: 12px;
  border: 1px solid #3d3d3d;
  margin-bottom: 35px;
}

.contactisboxform h3 {
  font-family: "proximanova", sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
}

.inputboxcontlarge {
  width: 100%;
}

.inputboxcontlarge input {
  background-color: #fff0;
  width: 100%;
  padding: 12px;
  border: 1px solid #3d3d3d;
  height: 150px;
}

.formsubmiyty {
  box-shadow: 4px 4px 4px 0px #02020240;
  background: linear-gradient(90deg, #252322 29%, #8b8380 100%);
  width: 157px;
  height: 45px;
  border-radius: 5px 0px 0px 0px;
  font-family: "proximanova", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 3px;
  margin-top: 33px;
  color: #fff;
}

.contactisboxform {
  padding: 0 70px;
}

/* The DM GroupLegacy start from here */

.amaltaslegacysection {
  background-image: url(../images/amaltas-legacy-bg.png);
  padding: 80px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.legacyvox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: space-between;
  justify-content: space-evenly;
  align-items: center;
}

.legacyimg {
  width: 40%;
}

.legacyimg img {
  width: 90%;
}

.legacytxt {
  width: 40%;
}

.legacytxt h3 {
  font-family: "proximanova", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 63.3px;
  text-align: left;
  color: #fff;
}

.legacytxt h4 {
  font-family: Poppins;
  font-size: 68px;
  font-weight: 500;
  line-height: 63.3px;
  text-align: left;
  color: #fff;
}

.legacytxt p {
  margin-top: 50px;
  font-family: "proximanova", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  color: #e7e7e7;
}

/* Vision mission start from here */

.visionmissionsection {
  background-image: url(../images/vision-mission-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
}

.vmcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.vision {
  text-align: center;
  width: 30%;
}

.mission {
  text-align: center;
  width: 30%;
}

.vision img {
  height: 66px;
}

.mission img {
  height: 66px;
}

.vmcommom h3 {
  margin: 20px 0;
  font-family: "proximanova", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}

.vmcommom p {
  font-family: "proximanova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #e7e7e7;
}

.newlaunchcontainer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
}

.dmgroupimg {
  width: 34%;
  text-align: center;
}

.dmgroupimg img {
  width: 80%;
  border-radius: 20px;
  box-shadow: -5px -5px 20px 4px #292827;
}

.dmgroupcontent {
  width: 60%;
}

.dmgroupcontent h3 {
  font-family: "proximanova", sans-serif;
  margin: 25px 0;
  font-size: 24px;
  color: #e7e7e7;
}

.dmgroupcontent p {
  font-family: "proximanova", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #e7e7e7;
  margin-bottom: 25px;
}
