@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body main section.service_sec1 {
  background-color: #ffffff;
  padding: 100px 0;
}
body main section.service_sec1 .img_wrapper {
  background-color: #ffffff;
  border: solid 2px #F5C779;
  padding: 15px;
  margin-right: 30px;
}
body main section.service_sec1 .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main section.service_sec2 {
  background-color: #F2F2F0;
}
body main section.service_sec2 .img_wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
body main section.service_sec2 .img_wrapper img {
  width: 100%;
}
body main section.service_sec2 .content_wrapper {
  padding: 100px 0;
}
body main section.service_sec2 .content_wrapper .list_s1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body main section.service_sec2 .content_wrapper .list_s1 li {
  font-size: 20px;
  display: flex;
  gap: 8px;
  line-height: 30px;
}
body main section.service_sec2 .content_wrapper .list_s1 li img {
  height: 32px;
  width: 32px;
}
body main section.service_sec2 > .bg {
  width: 40%;
  left: unset;
}
body main section.service_sec3 {
  background-color: #ffffff;
  padding: 80px 0;
}
body main section.service_sec3 .card {
  background-color: #FAFAFA;
  border-color: #D9D9D9;
  padding: 0 0 20px;
  border-radius: 0;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
body main section.service_sec3 .card img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
  width: 100%;
  max-width: 30%;
}
body main section.service_sec3 .card .card-body {
  width: 100%;
  max-width: 70%;
  padding: 24px;
}
body main section.service_sec3 .card .card-body .card-title {
  font-size: 64px;
}
body main section.service_sec3 .card .card-body .card-text {
  font-size: 24px;
}
body main section.service_sec3 .card:before, body main section.service_sec3 .card:after {
  content: "";
  background-color: #F5C779;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(0, -100%);
  z-index: 1;
}
body main section.service_sec3 .card:after {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}
body main section.service_sec3 .card:nth-child(even):after {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}
body main section.service_sec3 .card:nth-child(odd) img {
  order: 2;
}
body main section.service_sec3 .card:nth-child(odd) .card-body {
  order: 1;
}
body main section.service_sec4 {
  background-color: #04012F;
  padding: 80px 0;
}
body main section.service_sec4 .img_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
}
body main section.service_sec4 .img_wrapper img {
  background-color: transparent;
  border: solid 3px #F5C779;
  padding: 20px;
  width: 100%;
  position: relative;
}
body main section.service_sec4 .img_wrapper .img_small {
  max-width: 48%;
  margin: 0 -48% 0 0;
  z-index: 1;
}
body main section.service_sec4 .img_wrapper .img_lg {
  max-width: 77%;
}
body main section.service_sec4 .list_s1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body main section.service_sec4 .list_s1 li {
  font-size: 20px;
  display: flex;
  gap: 8px;
  line-height: 30px;
}
body main section.service_sec4 .list_s1 li img {
  height: 32px;
  width: 32px;
}
body main section.service_sec4 .list_s1 li ul li {
  display: list-item;
}
body main section.service_sec5 {
  background-color: #ffffff;
  padding: 100px 0;
}
body main section.service_sec5 .img_wrapper {
  position: relative;
  z-index: 1;
  padding: 15px 60px 0 15px;
}
body main section.service_sec5 .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main section.service_sec5 .img_wrapper:before {
  content: "";
  background-color: #F5C779;
  height: 50%;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1780px) {
  body main section.service_sec3 .card .card-body .card-title {
    font-size: 54px;
  }
  body main section.service_sec3 .card .card-body .card-text {
    font-size: 22px;
  }
}
@media (max-width: 1580px) {
  body main section.service_sec3 .card .card-body .card-title {
    font-size: 44px;
  }
  body main section.service_sec3 .card .card-body .card-text {
    font-size: 20px;
  }
}
@media (max-width: 1380px) {
  body main section.service_sec2 .content_wrapper .list_s1 li {
    font-size: 18px;
    line-height: 28px;
  }
  body main section.service_sec2 .content_wrapper .list_s1 li img {
    height: 28px;
    width: 28px;
  }
  body main section.service_sec3 .card .card-body .card-title {
    font-size: 32px;
  }
  body main section.service_sec3 .card .card-body .card-text {
    font-size: 18px;
  }
  body main section.service_sec4 .list_s1 li {
    font-size: 18px;
    line-height: 28px;
  }
  body main section.service_sec4 .list_s1 li img {
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 1180px) {
  body main section.service_sec1 {
    padding: 80px 0;
  }
  body main section.service_sec1 .img_wrapper {
    padding: 10px;
  }
  body main section.service_sec2 .content_wrapper {
    padding: 80px 0;
  }
  body main section.service_sec2 .content_wrapper .list_s1 li {
    font-size: 16px;
  }
  body main section.service_sec4 .list_s1 li {
    font-size: 16px;
  }
  body main section.service_sec5 {
    padding: 80px 0;
  }
  body main section.service_sec5 .img_wrapper {
    padding: 10px 20px 0 10px;
  }
}
@media (max-width: 992px) {
  body main section.service_sec1 {
    padding: 60px 0;
  }
  body main section.service_sec1 .img_wrapper {
    margin-right: 0;
  }
  body main section.service_sec2 .content_wrapper {
    padding: 0 0 60px;
  }
  body main section.service_sec2 > .bg {
    display: none;
  }
  body main section.service_sec3 {
    padding: 60px 0;
  }
  body main section.service_sec3 .card {
    padding: 0 0 10px;
  }
  body main section.service_sec3 .card .card-body {
    padding: 16px;
  }
  body main section.service_sec3 .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.service_sec3 .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.service_sec4 {
    padding: 60px 0;
  }
  body main section.service_sec4 .img_wrapper {
    padding-right: 0;
  }
  body main section.service_sec5 {
    padding: 60px 0;
  }
  body main section.service_sec5 .img_wrapper {
    padding: 10px 0 0 10px;
  }
}
@media (max-width: 767px) {
  body main section.service_sec1 {
    padding: 40px 0;
  }
  body main section.service_sec2 .content_wrapper {
    padding: 0 0 40px;
  }
  body main section.service_sec3 {
    padding: 40px 0;
  }
  body main section.service_sec3 .card {
    flex-wrap: wrap;
    padding: 0;
  }
  body main section.service_sec3 .card img {
    height: unset;
    max-width: 100%;
  }
  body main section.service_sec3 .card .card-body {
    padding: 16px 0;
    max-width: 100%;
  }
  body main section.service_sec3 .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.service_sec3 .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.service_sec3 .card:nth-child(odd) img {
    order: 1;
  }
  body main section.service_sec3 .card:nth-child(odd) .card-body {
    order: 2;
  }
  body main section.service_sec4 {
    padding: 40px 0;
  }
  body main section.service_sec5 {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=single_service_v2.css.map */
