*,
:after,
:before {
  box-sizing: border-box;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(1.5rem * -0.5);
  margin-right: calc(1.5rem * -0.5);
  margin-top: calc(0 * -1);
}

.row > * {
  flex-shrink: 0;
  margin-top: 0;
  max-width: 100%;
  padding-left: calc(1.5rem * 0.5);
  padding-right: calc(1.5rem * 0.5);
  width: 100%;
}

.highlighted {
  outline: 2px solid #0091ae;
}

.lets_connectnew_lft_sec {
  text-align: center;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/*****/
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.section_main.dark {
  position: relative;
  padding: 60px 0px;
  margin-bottom: 80px;
}

@media (min-width: 767px) {
  .section_main.dark:before {
    background-color: rgb(0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 100%;
    right: 0 !important;
    position: absolute;
    top: 0;
    width: 55%;
  }

  .section_main1::before {
    background-color: rgb(0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 100%;
    left: 0 !important;
    position: absolute;
    top: 0;
    width: 55%;
  }
}

.section_main img {
  position: relative;
}

.banner_section {
  min-height: 600px;
  background: url("https://payload.enlume.com/media-images/services_new_banner-1.webp") no-repeat;
  margin-bottom: 80px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner_content {
  position: relative;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffff;
  text-align: left;
  width: 100%;
}

.banner_content h1 {
  font-size: 52px;
  line-height: 62px;
  text-align: left;
  margin: 0px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .section_left,
  .section_right {
    flex: 0 0 auto;
    width: calc(50% - 30px);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section_sub_rht.dark h1 {
  text-transform: capitalize;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_sub_rht.dark p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: unset;
  padding-top: 0;
  margin-top: 0;
}

.sub_headding_section_main {
  text-align: left;
  color: #e3853b;
  font-weight: 500;
  border-bottom: 3px solid #e7e7e7;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 2px;
  font-size: 18px;
}

.sub_head_ul_section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.sub_head_ul_section ul li {
  width: 50%;
  margin-bottom: 8px;
  color: rgb(107, 106, 106);
  font-weight: 500;
  list-style: none;
  text-transform: capitalize;
}

.learnmore_btn,
.bottom_strip_right button {
  background: #dedede;
  color: #000000;
  padding: 12px 40px;
  margin-top: 5px;
  display: inline-block;
  transition: 0.4s all ease-in-out;
  box-shadow: 0 3px 6px #00000029;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #dedede;
  cursor: pointer;
}

.learnmore_btn:hover {
  color: #fff;
  background: #e3853b;
  border: 1px solid #e3853b;
}

.bottom_strip_right button {
  color: #e3853b;
  border: 1px solid #e3853b;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 0px;
  transition: 0.4s all ease-in-out;
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
}

.bottom_strip_right button:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.bottom_strip_section {
  padding: 20px 0px;
  background: #e3853b;
}

.bottom_strip_left p {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: left;
}

.bottom_strip_section .row {
  justify-content: space-evenly;
  align-items: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.lets_connectnew_lft_sec span {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .lets_connectnew_lft_sec span {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lets_connectnew_lft_sec span {
    font-size: 22px;
  }

  .section_main.dark:before {
    display: none;
  }

  .section_main.dark {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .section_main1 .section_left {
    margin-bottom: 50px;
  }

  .section_sub_rht h1 {
    margin-bottom: 10px;
  }

  .bottom_strip_left p {
    text-align: left;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .lets_connectnew_section {
    text-align: center;
  }

  .lets_connectnew_lft_sec span {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .section_main.dark:before {
    display: none;
  }

  .section_main.dark {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .section_main1 .section_left {
    margin-bottom: 50px;
  }

  .section_sub_rht h1 {
    margin-bottom: 10px;
  }

  .bottom_strip_left p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .banner_content h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .lets_connectnew_section {
    text-align: center;
  }

  .lets_connectnew_lft_sec span {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .banner_content {
    margin-left: 0px;
    margin-right: 0px;
  }

  .section_main.dark:before {
    display: none;
  }

  .section_main.dark {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .section_main1 .section_left {
    margin-bottom: 50px;
  }

  .section_sub_rht h1 {
    margin-bottom: 10px;
  }

  .bottom_strip_left p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .banner_content h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .lets_connectnew_section {
    text-align: center;
  }

  .lets_connectnew_lft_sec span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .banner_content {
    margin-left: 0px;
    margin-right: 0px;
  }

  .section_main.dark:before {
    display: none;
  }

  .section_main.dark {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .section_main1 .section_left {
    margin-bottom: 50px;
  }

  .section_sub_rht h1 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .bottom_strip_left p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .banner_content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .bottom_strip_section .row {
    display: block;
  }

  .section_sub_rht p {
    font-size: 16px;
    line-height: 26px;
  }
}

.highlighted {
  outline: 2px solid #0091ae;
}
