* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Narcost";
  src: url("../fonts/NarcostRegular.eot") format("EOT"), url("../fonts/NarcostRegular.otf") format("OpenType"), url("../fonts/NarcostRegular.ttf") format("TrueType"), url("../fonts/NarcostRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*|| Font Import css End ||*/
/*|| Common Css Narcost Regular. ||*/
body {
  font-family: "K2D", sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: rgba(61, 59, 60, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  min-height: 100vh;
  scroll-behavior: smooth;
}

/** Common Styles **/
a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

svg {
  max-width: 100%;
}

button.btn {
  box-shadow: none;
  outline: none;
}

button:focus,
.navbar-toggler:focus {
  box-shadow: none;
}

.btn-close {
  background-image: none;
  opacity: 1;
}

button {
  background-color: transparent;
  border: transparent;
  cursor: pointer;
}

header {
  background-color: transparent;
  padding: 15px 0;
}
@media (max-width: 991px) {
  header .offcanvas {
    min-height: 100vh;
  }
}
header .offcanvas {
  background-color: #111;
}
header.header-fixed {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all ease 0.9s;
  width: 100%;
  z-index: 20;
}
header.header-bg {
  background: rgb(0, 0, 0);
  box-shadow: 0px 1px 1px #f29c4a;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
header.header-top {
  transform: translateY(-160px);
  background: rgb(0, 0, 0);
  box-shadow: 0px 1px 1px #f29c4a;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  z-index: 11111;
}
header.scroll-up {
  transform: translateY(0px);
}
header .navbar-brand {
  padding-bottom: 0px;
  padding-top: unset;
  padding-bottom: unset;
  margin-right: unset;
  font-size: unset;
  text-decoration: none;
}
header .navbar {
  align-items: center;
}
header .navbar .nav-bar {
  margin-left: auto;
}
header .navbar .nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  header .navbar .nav-bar ul {
    flex-direction: column;
    padding-left: 10px;
    margin-top: 25px;
  }
}
header .navbar .nav-bar ul li a {
  display: block;
  text-decoration: none;
  color: rgb(242, 168, 19);
  font-size: 15px;
  font-weight: 400;
  font-family: "Narcost", sans-serif;
}

main .banner {
  background-image: url("../images/Desktop.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow-x: hidden;
}
main .banner .Banner_Content {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
main .banner .Banner_Content span {
  display: inline-block;
  background-color: rgb(242, 168, 19);
  font-size: 22px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  padding: 10px;
  margin: 25px 0;
  position: relative;
  z-index: 1;
}
main .banner .Banner_Content span::after {
  content: "";
  background-color: rgb(242, 168, 19);
  position: absolute;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main .banner .Banner_Content p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-style: italic;
}
main .About_Wrapper {
  background-image: url("../images/AboutBg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
main .About_Wrapper.handover {
  background-image: url("../images/handoverbg.webp");
  background-size: contain;
  background-position: left;
}
main .About_Wrapper.handover::after {
  content: "";
  position: absolute;
  background-color: rgba(61, 59, 60, 0.9);
  width: 50%;
  height: 100%;
  top: 0;
  left: unset;
  right: 0;
  z-index: 1;
}
main .About_Wrapper.handover .About_Container {
  margin-left: auto;
}
main .About_Wrapper.Collabration_Bg {
  background-image: url("../images/collab.webp");
  background-size: contain;
  background-position: right;
}
main .About_Wrapper.Ongoing {
  background-image: url("../images/supportBg.webp");
  background-size: contain;
  background-position: right;
}
main .About_Wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(61, 59, 60, 0.9);
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
main .About_Wrapper .About_Container {
  max-width: 500px;
  position: relative;
  z-index: 11;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main .About_Wrapper .About_Container h2 {
  font-size: 48px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 35px;
}
main .About_Wrapper .About_Container p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
main .Service_BG {
  min-height: 100vh;
  padding: 100px 0;
  background-image: url("../images/Service.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
main .Service_BG::after {
  content: "";
  background-color: rgba(61, 59, 60, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .Service_BG .Service_Wrapper {
  position: relative;
  z-index: 111;
}
main .Service_BG .Service_Wrapper .Service_Content h3 {
  text-align: center;
  font-size: 48px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 35px;
}
main .Service_BG .Service_Wrapper .Service_Content .Service_Thumb {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
main .Service_BG .Service_Wrapper .Service_Content .Service_Thumb a {
  display: block;
  text-decoration: none;
}
main .Initial_Wrapper {
  background-image: url("../images/AboutBg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
main .Initial_Wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../images/Plant.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 111;
}
main .Initial_Wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(61, 59, 60, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
main .Initial_Wrapper .Initial_Container {
  position: relative;
  z-index: 1111;
}
main .Initial_Wrapper .Initial_Container h4 {
  font-size: 35px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 35px;
}
main .Initial_Wrapper .Initial_Container .thumb {
  max-width: 456px;
}
main .Initial_Wrapper .Initial_Container .thumb img {
  max-width: 100%;
  height: auto;
}
main .Initial_Wrapper .Initial_Container .thumb p {
  margin-top: 15px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
main .Scope_Wrapper {
  background-image: url("../images/projectscope.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
main .Scope_Wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(61, 59, 60, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
main .Scope_Wrapper .Scope_Container {
  position: relative;
  z-index: 11;
}
main .Scope_Wrapper .Scope_Container h4 {
  font-size: 45px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 50px;
  max-width: 800px;
}
main .Scope_Wrapper .Scope_Container .Scope_Content h6 {
  margin-top: 15px;
  font-size: 22px;
  color: rgb(242, 168, 19);
  font-weight: 400;
}
main .Scope_Wrapper .Scope_Container .Scope_Content p {
  margin-top: 15px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
main .Planning_Wrapper {
  background-image: url("../images/projectscope.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  overflow-x: hidden;
}
main .Planning_Wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(61, 59, 60, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
main .Planning_Wrapper .Planning_Container {
  position: relative;
  z-index: 11;
}
main .Planning_Wrapper .Planning_Container h4 {
  font-size: 45px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 50px;
  max-width: 800px;
}
main .Planning_Wrapper .Planning_Container .Budget_Content {
  margin: 35px 0;
  position: relative;
}
main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(1) {
  margin-left: 100px;
}
main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(1)::before {
  content: "";
  position: absolute;
  left: -60%;
  top: 5px;
  background: url("../images/Arrow3.webp");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(2) {
  margin-left: 200px;
}
main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -105%;
  top: 5px;
  background: url("../images/Arrow2.webp");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(3) {
  margin-left: 100px;
}
main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -60%;
  top: 5px;
  background: url("../images/Arrow3.webp");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
main .Planning_Wrapper .Planning_Container .Budget_Content h6 {
  margin-top: 15px;
  font-size: 22px;
  color: rgb(242, 168, 19);
  font-weight: 400;
}
main .Planning_Wrapper .Planning_Container .Budget_Content p {
  margin-top: 15px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  max-width: 400px;
}
main .Quality_Wrapper {
  background-image: url("../images/QualityBg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  overflow-x: hidden;
}
main .Quality_Wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(61, 59, 60, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
main .Quality_Wrapper .Quality_Container {
  position: relative;
  z-index: 11;
}
main .Quality_Wrapper .Quality_Container h4 {
  font-size: 35px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 35px;
  text-align: center;
}
main .Quality_Wrapper .Quality_Container .thumb img {
  max-width: 100%;
  height: auto;
}
main .Design_Wrapper {
  background-image: url("../images/DesignPhaseBg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  overflow-x: hidden;
}
main .Design_Wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(61, 59, 60, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
main .Design_Wrapper .Design_Container {
  position: relative;
  z-index: 11;
}
main .Design_Wrapper .Design_Container h4 {
  font-size: 35px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 35px;
}
main .Design_Wrapper .Design_Container .Design_Content {
  margin-top: 50px;
  display: flex;
}
main .Design_Wrapper .Design_Container .Design_Content .First_Content h6 {
  margin-top: 15px;
  font-size: 22px;
  color: rgb(242, 168, 19);
  font-weight: 400;
}
main .Design_Wrapper .Design_Container .Design_Content .First_Content p {
  margin-top: 15px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
main .Design_Wrapper .Design_Container .Design_Content .thumb {
  text-align: center;
}
main .Procurement_Wrapper {
  padding: 100px 0;
  overflow-x: hidden;
}
main .Procurement_Wrapper .Design_Container h4 {
  font-size: 45px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 50px;
  max-width: 800px;
}
main .Procurement_Wrapper .Design_Container .Procurement_Content {
  margin-top: 25px;
}
main .Procurement_Wrapper .Design_Container .Procurement_Content h6 {
  margin-top: 15px;
  font-size: 22px;
  color: rgb(242, 168, 19);
  font-weight: 400;
}
main .Procurement_Wrapper .Design_Container .Procurement_Content p {
  margin-top: 15px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
main .About_Diya {
  background-color: rgba(36, 36, 36, 0.9);
  padding: 100px 0;
  overflow: hidden;
}
main .About_Diya .Diya_Wrapper {
  position: relative;
}
main .About_Diya .Diya_Wrapper .thumb {
  position: absolute;
  max-width: 320px;
  top: 0;
  left: 5%;
  transform: translate(0%, -5%);
}
main .About_Diya .Diya_Wrapper .thumb img {
  max-width: 100%;
  height: auto;
}
main .About_Diya .Diya_Wrapper .Diya_Content {
  padding-left: 15px;
}
main .About_Diya .Diya_Wrapper .Diya_Content h4 {
  font-size: 45px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 50px;
  max-width: 800px;
}
main .About_Diya .Diya_Wrapper .Diya_Content ul {
  margin-top: 40px;
}
main .About_Diya .Diya_Wrapper .Diya_Content ul li {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  margin-bottom: 25px;
}
main .Portfolio_Wrapper {
  padding: 100px 0;
  overflow-x: hidden;
}
main .Portfolio_Wrapper .Portfolio_Container h4 {
  font-size: 45px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 35px;
}
main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block h4 {
  font-size: 35px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin: 35px 0;
}
main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper .Render_Block {
  display: flex;
  gap: 15px;
}
main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper .Render_Block .thumb {
  max-width: 100%;
}
main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper .thumb {
  max-width: 420px;
}
main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .thumb_btn .thumb img {
  max-width: 100%;
  height: auto;
}
main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block h6 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-family: "Narcost", sans-serif;
  margin: 35px 0;
}
main .ContactUS_Wrapper {
  padding: 100px 0;
  padding-bottom: 25px;
  overflow-x: hidden;
}
main .ContactUS_Wrapper .ContactUs_Container {
  display: flex;
  align-items: center;
}
main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content h4 {
  font-size: 45px;
  color: rgb(242, 168, 19);
  font-family: "Narcost", sans-serif;
  margin-bottom: 50px;
  max-width: 800px;
}
main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper {
  display: flex;
  gap: 35px;
}
main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box span {
  color: rgb(242, 168, 19);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  max-width: 280px;
}
main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box a:hover {
  color: rgb(242, 168, 19);
}
main .ContactUS_Wrapper .ContactUs_Container .Thumb {
  max-width: 820px;
}
main .ContactUS_Wrapper .ContactUs_Container .Thumb img {
  max-width: 100%;
  height: auto;
}
main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .Form_Btn {
  background-color: #f89955;
  color: #333030;
  padding: 15px 10px;
  font-size: 18xp;
  font-weight: 400;
}
main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .input-group .form-control {
  background-color: rgba(48, 45, 46, 0.9);
  border-radius: 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  border: 0;
  padding: 15px 10px;
}
main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .input-group .form-control::-moz-placeholder {
  color: #9d9d9d;
  font-size: 16px;
}
main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .input-group .form-control::placeholder {
  color: #9d9d9d;
  font-size: 16px;
}
main footer {
  text-align: center;
  padding: 15px 0;
  overflow-x: hidden;
}
main footer p {
  margin-bottom: 0;
  color: #8e8c8c;
  font-size: 18px;
  font-weight: 400;
}

.modal .modal-dialog .modal-content {
  background-color: transparent;
}
.modal .modal-dialog .modal-content .close-btn {
  position: absolute;
  top: 0;
  left: 100%;
}
.modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  height: auto;
  position: relative;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  main .About_Wrapper.handover::after {
    width: 70%;
  }
  main .About_Wrapper::after {
    content: "";
    width: 70%;
  }
  main .ContactUS_Wrapper {
    padding: 100px 0;
    padding-bottom: 25px;
    overflow-x: hidden;
  }
  main .ContactUS_Wrapper .ContactUs_Container {
    display: flex;
    align-items: center;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content h4 {
    font-size: 45px;
    color: rgb(242, 168, 19);
    font-family: "Narcost", sans-serif;
    margin-bottom: 50px;
    max-width: 800px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
  }
  main .Planning_Wrapper {
    background-image: url("../images/projectscope.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    overflow-x: hidden;
  }
  main .Planning_Wrapper::after {
    content: "";
    position: absolute;
    background-color: rgba(61, 59, 60, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main .Planning_Wrapper .Planning_Container {
    position: relative;
    z-index: 11;
  }
  main .Planning_Wrapper .Planning_Container h4 {
    font-size: 45px;
    color: rgb(242, 168, 19);
    font-family: "Narcost", sans-serif;
    margin-bottom: 50px;
    max-width: 800px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content {
    margin: 35px 0;
    position: relative;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(1) {
    margin-left: 150px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(1)::before {
    content: "";
    position: absolute;
    left: -85%;
    top: 5px;
    background: url("../images/Arrow3.webp");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(2) {
    margin-left: 200px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -105%;
    top: 5px;
    background: url("../images/Arrow2.webp");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(3) {
    margin-left: 150px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -85%;
    top: 5px;
    background: url("../images/Arrow3.webp");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  main .Initial_Wrapper {
    background-image: url("../images/AboutBg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
  }
  main .Initial_Wrapper::before {
    content: "";
    opacity: 0.3;
  }
}
@media (max-width: 991px) {
  main .banner {
    background-image: url("../images/Tablet.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
  }
  main .banner .Banner_Content {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  main .banner .Banner_Content .thumb {
    max-width: 250px;
  }
  main .banner .Banner_Content span {
    display: inline-block;
    background-color: rgb(242, 168, 19);
    font-size: 22px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding: 10px;
    margin: 25px 0;
    position: relative;
    z-index: 1;
  }
  main .banner .Banner_Content span::after {
    content: "";
    background-color: rgb(242, 168, 19);
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  main .banner .Banner_Content p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    max-width: 400px;
    font-style: italic;
  }
  main .About_Wrapper {
    min-height: unset;
  }
  main .About_Wrapper.handover {
    background-image: url("../images/handoverbg.webp");
    background-size: contain;
    background-position: left;
  }
  main .About_Wrapper.handover::after {
    content: "";
    position: absolute;
    background-color: rgba(61, 59, 60, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: unset;
    right: 0;
    z-index: 1;
  }
  main .About_Wrapper.handover .About_Container {
    margin-left: auto;
  }
  main .About_Wrapper.Collabration_Bg {
    background-image: url("../images/collab.webp");
    background-size: contain;
    background-position: right;
  }
  main .About_Wrapper.Ongoing {
    background-image: url("../images/supportBg.webp");
    background-size: contain;
    background-position: right;
  }
  main .About_Wrapper::after {
    content: "";
    position: absolute;
    background-color: rgba(61, 59, 60, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main .About_Wrapper .About_Container {
    padding: 100px 0;
    max-width: 500px;
    position: relative;
    z-index: 11;
    min-height: unset;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  main .About_Wrapper .About_Container h2 {
    font-size: 30px;
    color: rgb(242, 168, 19);
    font-family: "Narcost", sans-serif;
    margin-bottom: 35px;
  }
  main .About_Wrapper .About_Container p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
  }
  main .Initial_Wrapper::before {
    display: none;
  }
  main .Initial_Wrapper::after {
    content: "";
    position: absolute;
    background-color: rgba(61, 59, 60, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main .Initial_Wrapper .Initial_Container {
    position: relative;
    z-index: 1111;
  }
  main .Initial_Wrapper .Initial_Container h4 {
    font-size: 24px;
    text-align: center;
  }
  main .Initial_Wrapper .Initial_Container .thumb {
    margin: 15px auto;
  }
  main .Initial_Wrapper .Initial_Container .thumb p {
    font-size: 18px;
  }
  main .Service_BG .Service_Wrapper {
    position: relative;
    z-index: 111;
  }
  main .Service_BG .Service_Wrapper .Service_Content h3 {
    font-size: 32px;
  }
  main .Service_BG .Service_Wrapper .Service_Content .Service_Thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main .Scope_Wrapper .Scope_Container {
    position: relative;
    z-index: 11;
  }
  main .Scope_Wrapper .Scope_Container h4 {
    font-size: 32px;
    text-align: center;
  }
  main .Scope_Wrapper .Scope_Container .Scope_Content h6 {
    margin-top: 15px;
    font-size: 22px;
    color: rgb(242, 168, 19);
    font-weight: 400;
  }
  main .Scope_Wrapper .Scope_Container .Scope_Content p {
    margin-top: 15px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
  }
  main .Planning_Wrapper .Planning_Container {
    position: relative;
    z-index: 11;
  }
  main .Planning_Wrapper .Planning_Container .thumb {
    display: none;
  }
  main .Planning_Wrapper .Planning_Container h4 {
    font-size: 34px;
    text-align: center;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content {
    margin: 35px 0;
    position: relative;
    background-color: #111;
    padding: 15px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(1) {
    margin-left: 5px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(1)::before {
    content: "";
    display: none;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(2) {
    margin-left: 5px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(2)::before {
    content: "";
    display: none;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(3) {
    margin-left: 5px;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content:nth-child(3)::before {
    content: "";
    display: none;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content h6 {
    margin-top: 15px;
    font-size: 22px;
    color: rgb(242, 168, 19);
    font-weight: 400;
  }
  main .Planning_Wrapper .Planning_Container .Budget_Content p {
    margin-top: 15px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    max-width: 400px;
  }
  main .Procurement_Wrapper {
    padding: 100px 0;
  }
  main .Procurement_Wrapper .Design_Container h4 {
    font-size: 25px;
  }
  main .Procurement_Wrapper .Design_Container .Procurement_Content {
    margin-top: 25px;
    background-color: #111;
    padding: 15px;
  }
  main .About_Diya {
    background-color: rgba(36, 36, 36, 0.9);
    padding: 100px 0;
  }
  main .About_Diya .Diya_Wrapper {
    position: relative;
  }
  main .About_Diya .Diya_Wrapper .thumb {
    position: unset;
    max-width: 320px;
    margin-bottom: 25px;
    transform: unset;
  }
  main .About_Diya .Diya_Wrapper .thumb img {
    max-width: 100%;
    height: auto;
  }
  main .About_Diya .Diya_Wrapper .Diya_Content {
    margin-top: 50px;
  }
  main .About_Diya .Diya_Wrapper .Diya_Content h4 {
    font-size: 35px;
  }
  main .About_Diya .Diya_Wrapper .Diya_Content ul {
    margin-top: 40px;
    padding-left: 0;
  }
  main .About_Diya .Diya_Wrapper .Diya_Content ul li {
    font-size: 20px;
  }
  main .Portfolio_Wrapper {
    padding: 100px 0;
  }
  main .Portfolio_Wrapper .Portfolio_Container h4 {
    font-size: 35px;
  }
  main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block h4 {
    font-size: 35px;
    color: rgb(242, 168, 19);
    font-family: "Narcost", sans-serif;
    margin: 35px 0;
  }
  main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper .Render_Block {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper .Render_Block .thumb {
    max-width: 100%;
  }
  main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .Render_Wrapper .thumb {
    max-width: 420px;
  }
  main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block .thumb_btn .thumb img {
    max-width: 100%;
    height: auto;
  }
  main .Portfolio_Wrapper .Portfolio_Container .Portfolio_Content .Portfolio_Block h6 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family: "Narcost", sans-serif;
    margin: 35px 0;
  }
  main .ContactUS_Wrapper {
    padding: 100px 0;
    padding-bottom: 25px;
  }
  main .ContactUS_Wrapper .ContactUs_Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content {
    padding: 25px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content h4 {
    font-size: 45px;
    color: rgb(242, 168, 19);
    font-family: "Narcost", sans-serif;
    margin-bottom: 50px;
    max-width: 800px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box span {
    color: rgb(242, 168, 19);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    max-width: 280px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .ContactUs_Content .ContactUs_Box_Wrapper .ContactUs_Box a:hover {
    color: rgb(242, 168, 19);
  }
  main .ContactUS_Wrapper .ContactUs_Container .Thumb {
    max-width: 820px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .Thumb img {
    max-width: 100%;
    height: auto;
  }
  main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper {
    display: flex;
    gap: 15px;
    margin-top: 25px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .Form_Btn {
    background-color: #f89955;
    color: #333030;
    padding: 15px 10px;
    font-size: 18xp;
    font-weight: 400;
  }
  main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .input-group .form-control {
    background-color: rgba(48, 45, 46, 0.9);
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-size: 18px;
    border: 0;
    padding: 15px 10px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .input-group .form-control::-moz-placeholder {
    color: #9d9d9d;
    font-size: 16px;
  }
  main .ContactUS_Wrapper .ContactUs_Container .Form_Wrapper .input-group .form-control::placeholder {
    color: #9d9d9d;
    font-size: 16px;
  }
  .modal .modal-dialog .modal-content {
    background-color: transparent;
  }
  .modal .modal-dialog .modal-content .close-btn {
    position: absolute;
    top: -10%;
    left: 90%;
  }
  .modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    height: auto;
    position: relative;
    border: 0;
  }
  .modal .modal-dialog .modal-content .modal-body img {
    width: 100%;
    height: auto;
  }
  header {
    background-color: transparent;
    padding: 15px 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  header .offcanvas {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  header .offcanvas {
    background-color: #111;
  }
  header.header-fixed {
    background-color: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all ease 0.9s;
    width: 100%;
    z-index: 20;
  }
  header.header-bg {
    background: rgb(0, 0, 0);
    box-shadow: 0px 1px 1px #f29c4a;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
  header.header-top {
    transform: unset;
    background: rgb(0, 0, 0);
    box-shadow: 0px 1px 1px #f29c4a;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    z-index: 11111;
  }
  header.scroll-up {
    transform: translateY(0px);
  }
  header .navbar-brand {
    padding-bottom: 0px;
    padding-top: unset;
    padding-bottom: unset;
    margin-right: unset;
    font-size: unset;
    text-decoration: none;
  }
  header .navbar {
    align-items: center;
  }
  header .navbar .nav-bar {
    margin-left: auto;
  }
  header .navbar .nav-bar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  header .navbar .nav-bar ul {
    flex-direction: column;
    padding-left: 10px;
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  header .navbar .nav-bar ul li a {
    display: block;
    text-decoration: none;
    color: rgb(242, 168, 19);
    font-size: 15px;
    font-weight: 400;
    font-family: "Narcost", sans-serif;
  }
}
@media (max-width: 768px) {
  main .banner {
    background-image: url("../images/Tablet.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
  }
}
@media (max-width: 576px) {
  main .banner {
    background-image: url("../images/MobileView.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
  }
}/*# sourceMappingURL=customstyle.css.map */