:root {
  --color-one: #000000;
  --color-two: #ffffff;
  --color-three: #eb6320;
  --color-four: #231f20;
  --color-five: #63686a;
  --color-six: #2f3e4c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.5;
}

/* Hero */
.hero-wrapper {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100vh;
}

.hero-text h1 {
  color: var(--color-two);
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1;
}

.hero-text-wrapper {
  height: 100vh;
}

.hero-text {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10vh;
}

.hero-text img {
  width: 200px;
  margin-bottom: 10px;
}

.hero-slider-logo {
  display: flex;
  align-items: flex-end;
  margin-top: 70px;
  flex-direction: column;
  gap: 100px;
}

.hero-slider-logo .logo {
  width: 250px;
  margin-top: -68px;
}

/* Navigation */
nav {
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0%;
  z-index: 100;
}

nav.navigation.scrolling-nav {
  background: #eb6320;
  z-index: 100;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.topnav {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
}

.topnav a:hover {
  color: #000000;
}

.topnav a.active {
  color: #eb6320;
}

nav.navigation.scrolling-nav .topnav a.active {
  color: #000;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    background-color: #000;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Why We are */
.why-we .text {
  background-color: var(--color-three);
  color: var(--color-two);
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  padding: 40px 100px 40px 20px;
  box-shadow: 0 0 9px 5px rgb(47 43 43 / 20%);
}

.why-we .text h3 {
  font-size: 40px;
  line-height: 1;
  margin: 0;
  font-weight: 800;
}

.why-we .text img {
  width: 100px;
  margin-bottom: 10px;
}

/* Frequent Question */
.question-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-question-card-wrapper {
  margin-bottom: 15px;
}

.single-question-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
  align-items: center;
  padding: 10px;
  position: relative;
  background-color: var(--color-six);
}

.single-question-card-body {
  display: none;
  color: var(--color-five);
}

.ri-arrow-down-s-line {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  float: right;
  cursor: pointer;
}

.answer-content-row {
  display: flex;
  gap: 30px;
  padding: 10px 30px;
}

.answer-content-row p {
  margin-bottom: 0;
}

.question-title-row {
  display: flex;
  gap: 10px;
  padding-right: 20px;
}

.question-title-row p {
  margin-bottom: 0;
}

.question-title-row {
  font-size: 18px;
  font-weight: 500;
}

.question-title-row span i {
  font-size: 18px;
}

.single-question {
  color: #fff;
}

.q1-header.active-card-header,
.q2-header.active-card-header,
.q3-header.active-card-header,
.q4-header.active-card-header {
  background-color: var(--color-three);
}

/* Frequent Question End*/

/* WE Drill */
.we-drill {
  background-size: 100% 100%;
  background-position: center right;
}

.we-drill-text {
  color: var(--color-two);
  text-align: center;
  padding-top: 30px;
}

.we-drill-text h3 {
  font-size: 50px;
  margin: 0;
  font-weight: 800;
}

.we-drill-text p {
  font-size: 30px;
}

.we-drill-icon {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  justify-content: center;
  gap: 50px;
}

.we-drill-icon div {
  display: flex;
  justify-content: center;
}

.we-drill-icon :first-child img {
  height: 60px;
  width: auto;
}

img.drill-one {
  height: 70px !important;
}

img.drill-three {
  /* height: 80px !important; */
  /* width: auto; */
  width: 90px !important;
  height: 60px !important;
}

.we-drill-icon :nth-child(2) img,
.we-drill-icon :last-child img {
  width: 100px;
}

.we-drill-icon :last-child img {
  width: 122px;
}
/* Icon Section */
.icon-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.icon-wrapper img {
  width: auto;
  height: 70px;
}

.icon-wrapper .col-sm-2 {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon-wrapper span {
  font-weight: 700;
  color: var(--color-four);
}

/* About */
.about {
  background-size: cover !important;
}

.about-top-left {
  position: relative;
  left: -100px;
}

input#emailInput {
  width: 100%;
  height: 40px;
  padding-left: 50px;
  line-height: 1.5;
  font-weight: 900;
  outline: none;
}

.about-form-input #email-input {
  width: 100%;
  height: 40px;
  padding-left: 50px;
  line-height: 1.5;
  font-weight: 900;
  outline: none;
}

#subscribeForm #subscribeMsgSubmit {
  font-size: 22px;
}

.about-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.about-image {
  padding-top: 155px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-top {
  display: flex;
  gap: 150px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 60px;
}

.about-top-left img {
  width: 300px;
}

.about-text {
  position: relative;
}

.about-top-right h3 {
  color: var(--color-two);
  background-color: var(--color-three);
  margin: 0;
  padding: 30px 80px 30px 40px;
  font-weight: 800;
}

.about-top-right img {
  width: 80px;
  margin-bottom: 10px;
}

.about-middle img {
  width: 60px;
}

.about-middle {
  color: var(--color-two);
  position: relative;
  margin-top: 250px;
}

.about-middle p {
  font-size: 18px;
  margin-bottom: 10px;
}

img.up-com-down {
  position: absolute;
  bottom: 100px;
  right: 100px;
}

img.up-com-top {
  margin-bottom: 10px;
}

.position-name,
.position {
  margin: 0;
  font-size: 25px !important;
}

p.position-name {
  padding: 0;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 0;
}

.position {
  padding-bottom: 20px;
}

.position-name span {
  font-weight: 900;
}

.question-text {
  background-color: var(--color-three);
  font-size: 25px;
  padding: 5px 10px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.about-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
}

.about-bottom-image img {
  width: 150px;
}

#subscribeForm {
  display: flex;
  align-items: baseline;
}

.about-form-wrapper {
  width: 100%;
  position: relative;
}

.about-form-input,
#subscribeForm input#email-input,
.about-form-btn {
  width: 100%;
}

#subscribeForm button#submit,
#subscribeForm input#email-input {
  border: none;
  height: 40px;
}

#subscribeForm input#email-input {
  padding-left: 10px;
  outline: none;
}

#subscribeForm input#email-input::placeholder {
  padding-left: 40px;
  color: var(--color-four);
  font-weight: 500;
}

#subscribeForm input#email-input:focus {
  outline: none;
}

div#SubscribemsgSubmit {
  font-size: 22px;
  text-align: left !important;
}

.about-form-btn button {
  background-color: var(--color-three);
  color: var(--color-two);
  padding: 5px 10px;
  font-weight: 800;
  height: 40px;
  border: 1px solid var(--color-three);
}

.about-form-btn button:hover {
  background-color: var(--color-four);
  border: 1px solid var(--color-two);
}

.about-email-icon {
  position: absolute;
  top: 8px;
  left: 8px;
}

.about-email-icon img {
  width: 30px;
}

/* Ready for Solution */
.solution {
  background-color: var(--color-three);
  color: var(--color-two);
  padding-top: 80px;
  padding-bottom: 30px;
}

.solution2 {
  padding-top: 80px;
  padding-bottom: 80px;
	border-bottom: 10px solid #eb6320;
    border-top: 10px solid #eb6320;
	    background-color: #ffffff;
    color: #eb6320;
}
.solution2 .solution-sub-title h4{
	color: #fff;
	background-color: #2f3e4c;
}
.solution2 .solution-sub-title h2{
	text-shadow: none;
}

.solution-sub-title span {
  font-size: 40px;
  font-weight: 900;
}

.solution-sub-title h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  text-shadow: 0px -4px #240e0752;
}

.solution-sub-title h3 {
  font-size: 32px;
  font-weight: 400;
}

.solution-sub-title h4 {
  color: var(--color-three);
  background-color: var(--color-two);
  width: max-content;
  padding: 5px 22px;
  margin: 0;
  font-size: 25px;
  font-weight: 900;
  text-shadow: 0px -2px #240e0752;
}

.solution-logo img {
  width: 400px;
}

/* Brand */
.brand {
  height: 700px;
  background-size: cover !important;
  position: relative;
}

.brand-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 30px;
}

.brand .container {
  margin-left: 0;
  padding: 0;
  max-width: 1200px;
}

.brand-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 700px;
}

.brand-wrapper-left-top img {
  width: 600px;
  background-color: var(--color-three);
  padding: 50px 30px 30px 50px;
  box-shadow: 0 10px 20px rgb(38 34 34 / 75%), 0 6px 6px rgb(27 0 0);
}

.left-bottom-text {
  color: var(--color-two);
  background-color: var(--color-three);
  width: max-content;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.left-bottom-text h2 {
  font-size: 80px;
  margin: 0;
  font-weight: 900;
  line-height: 1;
}

.left-bottom-text p {
  font-size: 40px;
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.left-bottom-text span {
  font-size: 30px;
}

.left-bottom-triangle {
  width: 0;
  height: 0;
  border-bottom: 205px solid var(--color-three);
  border-right: 105px solid transparent;
}

.brand-wrapper-left-bottom {
  display: flex;
}

.brand-logo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 50px;
}

.brand-logo-wrapper img {
  width: 250px;
}

.brand-section-end-image {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.brand-section-end-image img {
  width: 200px;
}

/* Ready for Drill & Cut */
section#services {
  padding-top: 50px;
  padding-bottom: 50px;
}

.drill-cut-card .col-sm-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-three);
  width: 330px;
  justify-content: space-between;
  padding: 20px;
  min-height: 200px;
}

.drill-cut-card .col-sm-4 h3 {
  color: var(--color-two);
  margin: 1rem auto;
  font-size: 25px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .drill-cut-card .col-sm-4 h3 {
    margin: 1.5rem auto;
  }
}

.drill-cut-card .col-sm-4 a {
  color: var(--color-two);
  background-color: var(--color-four);
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid var(--color-four);
  font-weight: 500;
  letter-spacing: 1px;
}

.drill-cut-card .col-sm-4 a:hover {
  background-color: #FFFFFF;
  border: 1px solid var(--color-two);
  color: var(--color-four);
  font-weight: 600;
}

.drill-cut-card-image {
  width: 100px;
}

.row.drill-cut-card {
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-center {
  margin-top: 30px;
}

.text-center h2 {
  font-size: 70px;
  color: var(--color-one);
  margin: 0;
  font-weight: 900;
}

.text-center img {
  width: 200px;
  margin-bottom: 18px;
}

.drill-cut-card :first-child img,
.drill-cut-card :last-child img {
  width: 130px;
}

.drill-cut-card :nth-child(2) img {
  /* width: 80px; */
  width: 75px;
  height: 75px;
}

.drill-cut-card div a {
  margin-top: 25px;
}

/* Our App */
.our-app {
  background-size: cover !important;
  height: 780px;
  position: relative;
}

.our-app .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.our-app-wrapper {
  display: flex;
  height: 780px;
  justify-content: space-between;
}

.our-app-top,
.our-app-bottom {
  display: flex;
  justify-content: space-between;
  color: var(--color-two);
}

.our-app-top-left h2 {
  font-size: 70px;
  margin-bottom: 0;
  font-weight: 900;
  padding-top: 30px;
  line-height: 1;
}

.our-app-top-left img {
  width: 200px;
  margin-bottom: 15px;
}

.our-app-top-right h3 {
  font-size: 28px;
  background-color: var(--color-three);
  padding: 20px;
  font-weight: 900;
}

.our-app-top-right img {
  width: 80px;
  margin-bottom: 8px;
}

.our-app-bottom-left {
  display: flex;
  align-items: end;
  margin-bottom: -15px;
}

.our-app-bottom-left img {
  width: 1200px;
}

.our-app-bottom-right {
  display: flex;
  align-items: center;
}

.our-app-bottom-right a {
  color: var(--color-two);
  background-color: var(--color-three);
  padding: 5px 15px;
  font-size: 25px;
  letter-spacing: 2px;
  border: 1px solid var(--color-three);
}

.our-app-bottom-right a:hover {
  background-color: var(--color-four);
  border: 1px solid var(--color-two);
}

.our-app-section-end-image {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.our-app-section-end-image img {
  width: 200px;
}

/* Project Section */
.project {
  height: 800px;
  background-size: cover !important;
  background-position: bottom center;
  margin-top: -3px;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}

.project-text {
  color: var(--color-two);
  background-color: var(--color-three);
  width: max-content;
  padding: 45px 20px 20px 20px;
  margin-left: 50px;
}

.project-text h3 {
  margin-bottom: 0;
  font-weight: 800;
}

.project-text img {
  width: 80px;
  margin-bottom: 10px;
}

.project-section-end-image {
  display: flex;
  justify-content: flex-end;
}

.project-section-end-image img {
  width: 200px;
  margin-bottom: 40px;
  margin-right: 40px;
}

/* Form Section */
.white-space-wrapper {
  height: 150px;
  width: 100%;
}
.row.contact-text-wrapper {
  position: relative;
  top: -65px;
}
.contact-text-wrapper-left {
  background-color: var(--color-four);
  color: var(--color-two);
  width: max-content;
  padding: 30px 40px 10px 30px;
}

div#msgSubmit, div#subscribeMsgSubmit {
  text-align: left !important;
}

.contact-text-wrapper-left h2 {
  font-weight: 900;
}

.contact-text-wrapper-left p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}

.contact-text-wrapper-left img {
  width: 100px;
  margin-bottom: 8px;
}

.contact-text-wrapper,
.form-bottom {
  align-items: center;
  justify-content: space-between;
}

.contact-text-wrapper-right,
.form-bottom-image {
  display: flex;
  justify-content: end;
}

.contact-text-wrapper-right img {
  width: 300px;
}

.form-bottom-image img {
  width: 200px;
}

.form-main-group {
  display: flex;
  gap: 30px;
}

.form-main-group .form-group {
  flex: 1;
  margin-bottom: 30px;
}

.form-bottom .btn {
  background-color: var(--color-three);
  border-radius: 0;
  border: 1px solid var(--color-three);
  font-weight: 900;
  padding: 5px 20px;
  font-size: 18px;
}

.form-bottom .btn:hover {
  background-color: var(--color-four);
  border: 1px solid var(--color-two);
}

#contactForm input {
  border-radius: 0;
}

#contactForm input::placeholder {
  color: var(--color-three);
}

#contactForm textarea::placeholder {
  color: var(--color-three);
  font-weight: 900;
}

#contactForm textarea {
  resize: none;
  border-radius: 0;
}

.form-wrapper {
  padding-top: 50px;
}

.form-section {
  background-size: cover !important;
}

.consent-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.consent-wrapper span {
  font-size: 18px;
  color: var(--color-two);
}

#contactForm input#demoCheckbox {
  width: 20px;
  height: 20px;
}

.row.form-bottom {
  margin-bottom: 50px;
}

/* Footer */
.footer {
  background-color: var(--color-three);
  color: var(--color-two);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-top div {
  display: flex;
  flex-direction: column;
}

a.footer-link {
  color: white;
}

.footer-top h5 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
}

.footer-middle {
  align-items: center;
}

.footer-middle div.line {
  margin: 10px;
  border: 0;
  height: 4px;
  background-color: var(--color-two);
}

.footer-logo {
  width: 85%;
}

.consent-inner-wrapper {
  display: flex;
  gap: 10px;
}

.consent-inner-wrapper p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

i.ri-menu-line {
  color: #fff;
}

section.why-we {
  min-height: 500px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 319px) and (max-width: 575px) {
  .row.icon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .icon-wrapper .col-sm-2 {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .row.icon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .icon-wrapper .col-sm-2 {
    width: 100%;
  }
}

/*mobile-view*/
@media screen and (max-width: 767px) {
  .about-top-left {
    left: 0;
  }

  .text-center {
    margin-top: 15px;
    font-size: 18px;
}

  .our-app .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-main-group {
    flex-direction: column;
    gap: 0;
  }

  .hero-text span {
    padding-top: 10px;
    padding-bottom: 0;
    display: inline-block;
  }

  .why-we .text {
    width: 100%;
  }

  .contact-text-wrapper-right img {
    width: 75%;
    max-width: 220px;
    margin-right: auto;
  }

  nav.navigation.scrolling-nav .topnav a.active {
    color: #fff;
  }

  .topnav.responsive i.ri-menu-line {
    color: #fff;
  }

  .topnav.responsive a:hover {
    color: #fff;
  }

  /* hero */
  .hero-text {
    padding-bottom: 30px;
    align-items: center;
  }

  .round-logo {
    width: 125px;
  }

  .hero-wrapper {
    height: 670px;
  }

  .hero-slider-logo {
    margin-top: 0;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding-left: 30px;
  }

  .hero-text-wrapper {
    height: 675px;
    flex-direction: column-reverse;
  }

  .hero-slider-logo .logo {
    width: 180px;
  }

  .hero-text h1 {
    font-size: 45px;
    padding-top: 15px;
    padding-left: 15px;
  }

  /* About */
  .about-wrapper {
    flex-direction: column;
  }

  .about-image {
    padding-top: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-top {
    flex-direction: column;
    margin-top: 10px;
    gap: 30px;
    position: inherit;
  }

  .about-middle {
    margin-top: 20px;
  }

  .about-top-left {
    left: 0;
  }

  .icon-wrapper img {
    width: 80px;
    height: auto;
  }

  .icon-wrapper span {
    margin-bottom: 30px;
  }

  .we-drill-icon {
    justify-content: center;
    gap: 30px;
  }

  .we-drill {
    background-size: cover !important;
  }

  img.up-com-down {
    bottom: 185px;
    right: 15px;
  }

  .about-bottom {
    flex-direction: column;
  }


  .about-form-btn {
    margin-top: 5px;
  }

  .about-bottom {
    align-items: end;
  }

  /* Services */
  section#services {
    padding-top: 0;
    padding-bottom: 0;
  }
  .row.contact-text-wrapper .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }

  /* Form Section */
  .contact-text-wrapper-left {
    padding: 30px;
    max-width: 100%;
  }

  /* Ready for Solution */
  .solution-sub-title h4 {
    font-size: 14px;
  }

  .brand-wrapper-left-top img {
    width: 100%;
    padding: 30px;
  }

  p.position-name {
    margin-top: 70px;
  }

  .solution-logo img {
    margin-top: 30px;
    width: 100%;
  }

  .solution {
    padding-top: 30px;
  }
	
  .solution2 {
    padding-bottom: 30px;
  }

  /* Brand */
  .brand-wrapper {
    flex-direction: column;
  }

  .brand {
    height: max-content;
  }

  .left-bottom-text h2 {
    font-size: 60px;
  }

  .left-bottom-text {
    padding-right: 20px;
  }

  .left-bottom-text p {
    font-size: 30px;
  }

  .left-bottom-triangle {
    display: none;
  }

  .brand-wrapper-left {
    height: max-content;
    gap: 50px;
  }

  .brand-logo-wrapper {
    margin-bottom: 150px;
    align-items: baseline;
    padding-left: 25px;
  }

  /* Ready for App */
  .our-app {
    height: 815px;
  }

  .our-app-top {
    flex-direction: column;
  }

  .our-app-top-right {
    margin-top: 20px;
    margin-right: 50px;
  }

  .brand-logo-wrapper img,
  .about-top-left img {
    max-width: 100%;
  }

  .our-app-wrapper {
    height: 720px;
  }

  .our-app-top-right h3 {
    width: 100;
  }

  .our-app-bottom-left img {
    width: 100%;
  }

  .our-app-bottom-right {
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 50px;
  }

  .our-app-top-left h2 {
    font-size: 45px;
  }

  .our-app-bottom {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .our-app-bottom-right a {
    font-size: 23px;
  }

  .our-app-section-end-image img {
    width: 150px;
  }

  .our-app-section-end-image {
    bottom: 15px;
    right: 15px;
  }

  /* Ready for Drill & Cut */
  .row.drill-cut-card {
    flex-wrap: wrap;
  }

  .text-center h2 {
    font-size: 50px;
  }

  .text-center img {
    width: 100px;
    margin-bottom: 5px;
  }

  /* Project */
  .project-text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 20px;
  }

  .project {
    position: relative;
    height: 600px;
  }

  .project-section-end-image {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }

  .project-section-end-image img {
    margin-right: 0;
    margin-bottom: 0;
  }

  /* Contact Text */
  .row.contact-text-wrapper {
    gap: 20px;
    justify-content: flex-start;
    margin: auto;
  }

  section.contact-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-text-wrapper-right {
    justify-content: center;
  }

  .form-bottom-image {
    justify-content: end;
  }

  .form-wrapper {
    padding-top: 0px;
  }

  /* Footer */
  .footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    padding-top: 30px;
  }

  .consent-inner-wrapper span {
    font-size: 14px;
  }

  .solution-sub-title span {
    font-size: 36px;
  }

  .question-text {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .row.icon-wrapper {
    grid-template-columns: 1fr;
  }
  .left-bottom-text h2 {
    font-size: 58px;
  }
  .we-drill-icon {
    flex-direction: column;
    align-items: center;
  }
  .solution-sub-title span {
    font-size: 30px;
  }

  .about-top-right h3 {
    padding: 30px 15px 30px 15px;
  }

  img.up-com-down {
    bottom: 198px;
  }

  .about-middle p {
    font-size: 16px;
  }

  .solution-sub-title h4 {
    font-size: 12px;
  }

  .solution-sub-title h3 {
    font-size: 26px;
  }

  .our-app {
    height: 900px;
  }
}

/*tab-portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .contact-text-wrapper-right img {
    width: 280px;
  }

  .about-email-icon {
    position: absolute;
    top: 25px;
    left: 8px;
}

  .brand-logo-wrapper img {
    width: 220px;
  }

  nav {
    padding-left: 20px;
  }

  /* Hero */
  .hero-slider-logo .logo {
    margin-top: 40px;
    width: 220px;
  }

  img.round-logo {
    max-width: 160px;
  }

  .hero-slider-logo {
    gap: 30px;
  }

  /* Why We are */
  .why-we .row {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
  }

  .why-we .text {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .why-we .text h3 {
    font-size: 26px;
  }

  /* Brand */
  .brand-wrapper-left-top img {
    width: 400px;
    padding: 30px;
  }

  /* We Drill */
  .we-drill-text h3 {
    font-size: 30px;
  }

  .we-drill-text p {
    font-size: 20px;
  }

  .we-drill-icon {
    max-width: 400px;
  }

  .drill-cut-card .col-sm-4 h3 {
    font-size: 22px;
  }

  .row.drill-cut-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .drill-cut-card .col-sm-4 {
    width: 240px;
  }

  /* Icon Section */
  .icon-wrapper img {
    width: auto;
    height: 50px;
  }

  .icon-wrapper span {
    font-size: 13px;
  }

  /* About */
  .about-top {
    gap: 50px;
  }

  .about-top-right h3 {
    padding: 25px 80px 25px 40px;
    font-size: 25px;
  }

  img.up-com-down {
    bottom: 125px;
    right: 70px;
  }


  .about-form-btn {
    margin-top: 20px;
  }

  .about-bottom {
    align-items: end;
  }

  .about-top-left {
    left: 0;
  }

  /* Ready for Solution */
  .solution-logo img {
    width: 100%;
  }

  .solution {
    padding-top: 30px;
  }
	
  .solution2 {
    padding-bottom: 30px;
  }

  /* Ready for App */
  .our-app-top {
    flex-direction: column;
  }

  .our-app-top-right h3 {
    width: max-content;
  }

  .our-app-bottom-left img {
    width: 500px;
  }

  .our-app-top-right,
  .our-app-bottom-right {
    margin-right: 0;
  }

  /* Contact Text */
  .row.contact-text-wrapper {
    flex-wrap: nowrap;
  }

  .form-bottom-image {
    margin-right: 0;
  }
  .container {
    max-width: 90%;
  }
  .about-top-left img {
    width: 250px;
  }
  .position-name,
  .position {
    font-size: 20px !important;
  }
}

/* mobile large to tab */
@media (min-width: 575px) and (max-width: 767px) {
  .row.footer-top {
    display: flex;
    flex-direction: column;
  }

  .col-sm-8.about-text {
    width: 100%;
  }

  .container {
    max-width: 90%;
  }

  .why-we .text {
    width: 100%;
    margin-top: 30px;
  }

  .col-sm-6.text-dropdown {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text h1 {
    padding-left: 0;
  }
  .hero-slider-logo {
    padding-left: 0;
  }
  nav {
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
  .our-app-bottom-left img {
    width: 700px;
  }
  .our-app-bottom-right a {
    font-size: 18px;
  }

  .drill-cut-card .col-sm-4 {
    width: 300px;
  }
}
.app-icons {
	margin-top: 70px;
	margin-bottom: 70px;
		
}

.app-icons .icons-border {
	border: 2px solid #FFFFFF;
	position: relative;
	background: #2F3E4C;
    color: #fff;
	margin-top: 50px;
}

.app-icons .icons-border h5 {
	text-align: center;
    margin: 10px;
    margin-top: 50px;
	font-weight: 700;
}

.app-icons .icons-border .icons-border-circleout {
	position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
	transition-duration: 0.5s;
}

.app-icons .icons-border:hover .icons-border-circleout {
	
	top: -50px;
	transform: rotate(0.1turn);
	transition-duration: 0.5s;
}
.app-icons .icons-border .icons-border-circlein {
	background: #eb6320;
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
}

.app-icons .icons-border .icons-border-circlein i {
	font-size: 40px;
	line-height: 0;
	margin-top: 40px;
}

.service-list{

	padding: 20px;
    margin-top: 45px;
    background: #2f3e4c;
    color: #fff;
}

.service-list h3{
	color: #eb6320;
	text-align: center;
	font-weight: 900;
}