* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

ol,
ul {
  padding-left: 0px;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

a,
button {
  color: inherit;
}

body {
  background: #fff;
}

.img-box {
  position: relative;
  width: 100%;
}

.mt-100 {
  margin-top: 100px;
}

.mty-100 {
  margin: 100px 0px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.container-fluid {
  padding: 0px 100px;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.main-part {
  padding-top: 180px;
}

.bracket_box {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  background: #FF9936;
}

.welcome-text {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}

.top-ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-ul li {
  border-right: 1px solid #fff;
  padding: 0px 15px;
}

.top-ul li:last-child {
  border-right: 0;
}

.top-header-text {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: normal;
  color: #fff;
  display: block;
}

.social-icon {
  margin-right: 10px;
  color: #fff;
}

.socialmedia-icon {
  position: relative;
  color: #fff;
  margin: 5px;
}

.navbar {
  width: 100%;
  transition: background-color 0.3s ease;
}

.header.scrolled {
  background: #fff;
  border-bottom: 1px solid #08243A;
}

.navbar-brand {
  margin-right: 0;
}

.navbar .navbar-brand img {
  width: 140px;
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0px 15px;
}

.navbar-nav .nav-item a {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: normal;
  color: #0C0E47;
}

.navbar-nav .nav-item a:hover {
  color: #FF9936;
}

.navbar-nav .nav-item .active {
  color: #FF9936;
}

.quote-btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  background: #0C0E47;
  display: inline-block;
  border: 1px solid #0C0E47;
  border-radius: 7px;
  padding: 13px 20px;
  white-space: nowrap;
}

.quote-btn:hover {
  color: #0C0E47;
  background: transparent;
  border: 1px solid #0C0E47;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-menu {
  position: absolute;
  background: #0C0E47;
  border-radius: 10px;
  border: 0;
}
.dropdown-menu a {
  color: #fff !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #0C0E47 !important;
  background: #FFF !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #0C0E47 !important;
  background: #FFF !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.primary-color {
  color: #0C0E47;
}

.secondary-color {
  color: #FF9936;
}

.banner-box {
  position: relative;
  display: flex;
}

.left-side {
  position: relative;
  width: 55%;
  background: #0E1E37;
  padding: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-side {
  position: relative;
  width: 45%;
}

.banner-title {
  position: relative;
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 68px;
  line-height: normal;
}

.banner-content {
  position: relative;
  font-family: "Montserrat-Medium";
  color: #B6BBC3;
  font-size: 18px;
  line-height: 30px;
}

.banner-btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  background: #FF9936;
  display: inline-block;
  border-radius: 7px;
  padding: 13px 25px;
  margin-top: 30px;
}

.hero-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machine-shape {
  position: absolute;
  bottom: 30px;
  max-width: 450px;
}

.counter_area {
  position: relative;
  background: #FF9936;
}

.counter-box {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}

.counter-text {
  position: relative;
  font-family: "Montserrat-Bold";
  font-size: 38px;
  line-height: normal;
  color: #fff;
}

.counter-p {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}

.counter_area .row .col-lg-3 {
  border-right: 1px solid #cfcfcf;
}

.counter_area .row .col-lg-3:last-child {
  border-right: 0;
}

.subtitle {
  position: relative;
  border-radius: 10px;
  background-color: #FFEBD7;
  padding: 13px 25px;
  transform: skew(-20deg);
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  line-height: normal;
  color: #FF9936;
  display: inline-block;
  margin-bottom: 20px;
}

.home-title {
  position: relative;
  font-family: "Montserrat-SemiBold";
  color: #0E1E37;
  font-size: 42px;
  line-height: normal;
}

.about-p {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin: 0;
  padding: 10px 0 20px;
}

.row.list-box {
  position: relative;
  border-left: 5px solid #FF9936;
  padding: 0px;
  margin-bottom: 40px;
}

.icon-list-box ul li {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 15px;
  line-height: 40px;
  color: #0f1e36;
}

.icon-list-box ul li i {
  display: inline-block;
  color: #FF9936;
  font-size: 12px;
  margin-right: 8px;
}

.primary-btn {
  position: relative;
  display: inline-block;
  background: #FF9936;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  font-family: "Montserrat-Medium";
  border-radius: 7px;
}

.primary-btn i {
  display: inline-block;
  font-size: 22px;
  margin-left: 8px;
  transform: rotate(-45deg);
}

.about-img {
  position: relative;
  width: 65%;
  float: right;
}

.about-img1 {
  position: absolute;
  z-index: 1;
  top: 150px;
  max-width: 260px;
  left: 50px;
  border: 10px solid #fff;
  -webkit-animation: mover 4s infinite alternate;
  animation: mover 4s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-25px);
  }
}

.services-bg {
  position: relative;
  padding-top: 60px;
}

.services-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: #0E1E37;
  top: 0;
}

.services-bg .home-title {
  color: #fff;
}

.service-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 50px 30px;
  height: 100%;
}

.services-icon {
  position: relative;
  max-width: 80px;
  margin-bottom: 30px;
}

.service-title {
  position: relative;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #ff9936;
  margin-bottom: 30px;
  display: inline-block;
}

.services-p {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}

.viewmore-btn {
  position: absolute;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #0E1E37;
  display: inline-block;
  bottom: 25px;
}

.viewmore-btn i {
  display: inline-block;
  margin-left: 6px;
  transition: 0.4s ease-in;
}

.viewmore-btn:hover i {
  transform: translateX(50%);
}

.shape-1 {
  position: absolute;
  top: 50px;
  right: 50px;
  max-width: 200px;
}

.shape-2 {
  position: absolute;
  left: -2%;
  top: 30%;
  max-width: 160px;
}

.shape-3 {
  position: absolute;
  right: 0;
  max-width: 160px;
  top: 46%;
}

.ready-bg {
  position: relative;
  width: 100%;
  background: url(../ready-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.ready-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  top: 0;
}

.ready-contact-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ready-contact-box h2 {
  position: relative;
  font-family: "Montserrat-SemiBold";
  font-size: 48px;
  line-height: normal;
  color: #fff;
}

.ready-contact-box p {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.logo-bg {
  background: #ff9936;
  padding-bottom: 25px;
}

.partnerlogo-box {
  position: relative;
  width: 100%;
  margin-top: 25px;
  border-radius: 10px;
  background: #fff;
}

.col-logo {
  flex: 0 0 auto;
  width: 20%;
}

.footer-box {
  position: relative;
  width: 100%;
  padding: 60px 0px 20px 0px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
}

.footer-logo {
  position: relative;
  max-width: 140px;
  margin-bottom: 30px;
}

.footer-p {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #0E1E37;
  margin-bottom: 0;
}

.footer-title {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: normal;
  color: #ff9936;
  text-decoration: underline;
}

.footer-ulbox {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
}

.footer-ulbox li {
  list-style: disc;
  color: #0E1E37;
}

.footer-ulbox li a {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #0C0E47;
  padding: 5px 0px 5px 10px;
  display: inline-block;
}

.social-ul li {
  margin-top: 15px;
}

.social-ul li a {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #0C0E47;
  display: inline-block;
}

.social-ul i {
  color: #FF9936;
  margin-right: 10px;
}

.footer-contact-text {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #0C0E47;
  margin-bottom: 0;
}

.social-icon-f {
  color: #FF9936;
  margin-right: 10px;
}

.contact-footerbox {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 20px 0px;
}

.copy-text {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #0E1E37;
  margin-bottom: 0;
  text-align: center;
  margin-top: 25px;
}

.contact-footerbox .row {
  gap: 15px;
}

.inner-title-box {
  position: relative;
  background: #0E1E37;
  padding: 50px 0px;
}

.inner-title {
  position: relative;
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  display: inline-block;
  padding-bottom: 10px;
}

.inner-title::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.hilight-text {
  position: relative;
  color: #0c0e47;
  font-family: "Montserrat-SemiBold";
}

.hilight-text1 {
  position: relative;
  color: #ff9936;
  font-family: "Montserrat-Medium";
}

.aboutus-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
}

.aboutlight-bg {
  position: relative;
  padding: 50px 0px;
  background: #fff5ea;
}

.about-p-box {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #cecece;
  border-radius: 10px;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #0E1E37;
  text-align: center;
}

p {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #0E1E37;
}


.py-50 {
  display: none;
}


.quote-box {
  position: relative;
  border: 1px solid #0e1e37;
  border-radius: 7px;
  margin: 75px 0px;
}

.quote-box .row {
  padding: 20px 20px 0px 20px;
}

.quote-title {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: normal;
  color: #0e1e37;
  margin-bottom: 0;
  border-bottom: 3px solid #ff9936;
  padding: 15px 20px;
  text-align: center;
}

.quote-input {
  height: 14px;
  width: 14px !important;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.radio-box {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #b4b4b4;
}

.form-select {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #b4b4b4;
}

textarea {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #b4b4b4;
}

input:focus {
  outline: 0;
  border-color: #404243;
}

textarea:focus {
  outline: 0;
  border-color: #404243;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #404243;
}

.form-label {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  color: #0e1e37;
}

.next-btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: #0c0e47;
  border: 1px solid #0C0E47;
  border-radius: 7px;
  padding: 13px 20px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}

.next-btn:hover {
  color: #0C0E47;
  background: transparent;
}

.previous-btn {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: #ff9936;
  border: 1px solid #ff9936;
  border-radius: 7px;
  padding: 13px 20px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}

.previous-btn:hover {
  color: #ff9936;
  background: transparent;
}

.form-control {
  width: 100%;
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  padding: 15px 20px;
  border-radius: 7px;
  border: 1px solid #b4b4b4;
  color: #0E1E37;
  margin-bottom: 1rem;
}

.form-control:focus {
  outline: 0;
  border-color: #404243;
  box-shadow: none;
}

.privacy-box {
  position: relative;
  margin-top: 20px;
}

.privacy-title {
  position: relative;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  line-height: normal;
  color: #0E1E37;
  margin-bottom: 15px;
}

.policy-ul {
  padding-left: 20px;
}

.policy-ul .ul-hilight {
  font-family: "Montserrat-Medium";
  color: #0E1E37;
}

.policy-ul li {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 26px;
  color: #0E1E37;
  margin-bottom: 1rem;
  list-style: square;
}

#cphMain_projectaddress input{
  width: 100%;
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #b4b4b4;
}
#cphMain_projectaddress .form-label{
  width: 100%;
}
#cphMain_projectaddress span {
  font-size: 18px;
  color: #cc2c38;
}
#cphMain_projectaddress .form-fields .lblmessageOTP{
  color: #008000;
  font-weight: 500;
}

.service-subtitle {
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 24px;
  line-height: 40px;
  color: #0E1E37;
}
.ser-title-text{
  position: relative;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: normal;
  color: #0E1E37;
  margin-bottom: 0;
}

.service-hometitle{
  position: relative;
  font-family: "Montserrat-SemiBold";
  color: #0E1E37;
  font-size: 24px;
  line-height: 34px;
}
.get-startedbg{
  position: relative;
  width: 100%;
  background-color: #fff5ea;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  margin-bottom: 60px;
  border: 1px solid #cfcfcf;
}
.services-includingul{
  position: relative;
  margin: 20px 0px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.services-includingul li{
  position: relative;
  font-family: "Montserrat-Medium";
  color: #0c0e47;
  font-size: 18px;
  line-height: normal;
  padding: 15px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-bottom: 2px solid #ff9936;
}
.shoring-typebox{
  position: relative;
  border: 1px solid #cfcfcf;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.shoring-typebox h3{
  position: relative;
  font-family: "Montserrat-Medium";
  color: #0c0e47;
  font-size: 20px;
  line-height: normal;
}
.shoring-typebox p{
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-bottom: 0;
}
.choose-flexbox{
  position: relative;
  display: flex;
  gap: 20px;
}
.choose-flexbox i{
  position: relative;
  color: #FF9936;
  font-size: 24px;
}
.shoring-choosebox h3{
  position: relative;
  font-family: "Montserrat-Medium";
  color: #0c0e47;
  font-size: 20px;
  line-height: normal;
}
.shoring-choosebox p{
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-bottom: 0;
}

.upload-box {
  width: 100%;
  border: 2px dashed #ff9936;
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.upload-box i {
  font-size: 76px;
  color: #ff9936;
}
.upload-button {
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  background: #0c0e47;
  padding: 13px 25px;
  border: none;
  display: inline-block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#cphMain_otpDiv input{
  width: 100%;
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: normal;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #b4b4b4;
}
#cphMain_otpDiv .form-label{
  width: 100%;
}
#cphMain_otpDiv span {
  font-size: 18px;
  color: #cc2c38;
}
#cphMain_fileupload .form-content {
  margin-bottom: 15px;
}