/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #07171D;
}

body {
  color: #07171D;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}



/* ----------------------------------------- HEADER AREA START ------------------------ */

.header__top__content p {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: League Spartan;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__top__area {
  background: #000000;
  padding: 5px 0;
}

.main__menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.header__right__blk .main__menu ul li:before {
  position: absolute;
  left: -10px;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  content: '';
  background: #999;
  transform: translateY(-50%);
  transition: .3s all;
}

.header__btn {
  margin-left: 67px;
}

.main__menu ul li a {
  color: #999;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 0;
  transition: .3s all;
  text-transform: uppercase;
}


.header__inner__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.header__area .container {
  max-width: 1380px;
}

.header__right__blk {
  display: flex;
  align-items: center;
}

.header__right__blk ul li:hover>a {
  color: #000;
}

.main__menu ul li:hover .mega__menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main__menu .main__menu__link a:hover {
  color: #3170B0;
}




.offers__area {
  padding-bottom: 60px;
  padding-top: 40px;
}




/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- DIGITAL AREA START ------------------------ */
.digital__platform__area {
  padding-top: 40px;
  padding-bottom: 70px;
}


.digital__bottom__blk .common__content__dot {
  padding-left: 15px;
}

.digital__bottom__blk .managing__list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.digital__bottom__blk {
  display: flex;
  gap: 20px;
}

/* ----------------------------------------- DIGITAL AREA END ------------------------ */


/* ----------------------------------------- SUPPORT AREA START ------------------------ */
.support__area {
  background: #F8F8F8;
}

.support__inner__blk {
  padding: 20px 0;
  display: flex;
  gap: 20px;
}

.support__title {
  width: 145px;
  flex: 0 0 auto;
}

.support__content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.support__btn {
  flex: 0 0 auto;
}

.support__title h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}


/* ----------------------------------------- SUPPORT AREA END ------------------------ */


/* ----------------------------------------- SYSTEM AREA START ------------------------ */
.system__area {
  padding-top: 35px;
  padding-bottom: 70px;
}

.system__thumb {
  margin-bottom: 15px;
}

.system__text h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

/* ----------------------------------------- SYSTEM AREA END ------------------------ */


/* ----------------------------------------- TRAKING AREA START ------------------------ */
.traking__area {
  background: #F8F8F8;
  padding-bottom: 40px;
}

.traking__title {
  padding-bottom: 0px;
  position: relative;
  top: -40px;
}

/* ----------------------------------------- TRAKING AREA END ------------------------ */


/* ----------------------------------------- PLATFORM AREA START ------------------------ */
.platform__area {
  padding-top: 30px;
  padding-bottom: 40px;
}

.platform_content p {
  text-align: center !important;
}

/* ----------------------------------------- PLATFORM AREA END ------------------------ */


/* ----------------------------------------- PRODUCT AREA START ------------------------ */
.product__title {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

.productivity__area {
  background: #F8F8F8;
  padding-bottom: 30px;
}

.product__text h5 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

/* ----------------------------------------- PRODUCT AREA END ------------------------ */


/* ----------------------------------------- INFORMATION AREA START ------------------------ */
.information__area {
  padding-top: 40px;
  padding-bottom: 60px;
}

.common__content.info__text h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}

.info__right__blk {
  background: #FBFBFB;
  padding: 20px 45px;
}

/* ----------------------------------------- INFORMATION AREA END ------------------------ */


/* ----------------------------------------- MONITORING AREA START ------------------------ */
.monitoring__area {
  padding-top: 20px;
  padding-bottom: 50px;
}

.monitorin__thumb {
  margin-bottom: 20px;
}

/* ----------------------------------------- MONITORING AREA END ------------------------ */


/* ----------------------------------------- UPSTREAM AREA START ------------------------ */
.upstream__area {
  padding-bottom: 70px;
}

.upstream__center {
  align-items: center;
}

/* ----------------------------------------- UPSTREAM AREA END ------------------------ */


/* ----------------------------------------- MANAGING AREA START ------------------------ */
.managing__area {
  background: #F8F8F8;
  padding-bottom: 60px;
}

.managing__list {
  padding: 0 20px;
  margin-bottom: 15px;
}

.managing_menu p {
  margin-bottom: 2px;
}

/* ----------------------------------------- MANAGING AREA END ------------------------ */


/* ----------------------------------------- PIPELINE AREA START ------------------------ */
.pipeline__area {
  padding-top: 40px;
  padding-bottom: 70px;
}

/* ----------------------------------------- PIPELINE AREA END ------------------------ */


/* ----------------------------------------- STATION AREA START ------------------------ */
.station__area {
  background: #F8F8F8;
  padding-bottom: 60px;
}

/* ----------------------------------------- STATION AREA END ------------------------ */


/* ----------------------------------------- CONTACT AREA START ------------------------ */
.contact__inner__blk {
  padding: 60px 0;
}

.biz__contact__content a {
  font-family: Inter;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0em;
  text-align: center;
  color: #616161;
  display: inline-block;
  border-bottom: 2px solid #9C9C9C;
}

.biz__contact__content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #616161;
  padding: 15px 0;
}

.biz__contact__content h4 span {
  color: #888888;
  font-weight: 300;
}

.biz__contact__content {
  text-align: center;
}

.contact__btn {
  text-align: center;
  margin-top: 50px;
}

/* ----------------------------------------- CONTACT AREA END ------------------------ */


/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__area {
  background: #020202;
}

.footer__inner__text h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.footer__inner__text p {
  margin: 0;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

.footer__inner__text h6 {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
}

.footer__inner__text {
  padding: 74px 0;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */







/* ----------------------------------------- SECTION AND COMMON ------------------------ */
.section__title {
  max-width: 875px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.section__title h4 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.section__title h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}

.common__content p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.common__content span {
  color: #A3A3A3;
  font-weight: 300;
  font-size: 16px;
  line-height: 20.82px;
}


.header__right__blk .main__menu {
  margin-right: 70px;
}

.select-box__input-text img {
	height: 18px;
	width: 24px;
}

.header__area {
  padding: 16px 0;
}

.main__menu ul li:hover::before {
  background: #000;
}

.main__menu ul li.active a {
  color: #000;
}

.main__menu ul li.active:before {
  background: #000;
}

.common__btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  display: inline-block;
  padding: 23px 16px;
  background: #000000;
  transition: .3s all;
  color: #fff;
  border: 1px solid #000;
}

.common__btn:hover {
  color: #000;
  background: #ffff;
}

.vertical__border {
  display: block;
  width: 125px;
  height: 1px;
  background: #000000;
}

.common__content__dot {
  padding-left: 25px;
  position: relative;
}

.common__content__dot::before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  content: '';
  background: #000;
  transition: .3s all;
}

.common__content__dot_2 {
  padding-left: 25px;
  position: relative;
}

.common__content__dot_2::before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  content: '';
  background: #A3A3A3;
  transition: .3s all;
}

.selector_title {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

.title_border {
  height: 84px;
  border: 1px solid #000;
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 1px;
}

/* ----------------------------------------- SECTION AND COMMON ------------------------ */







/*-------------------- Selector Css Here   --------------------- */


.select-box {
  position: relative;
  display: flex;
  width: 121px;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
  font-size: 18px;
  color: #60666d;
  text-align: left;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}

.select-box__current:focus+.select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
  transition: 0.2s ease;
  height: 12px;
  width: 11px;
  left: 30px;
}

.select-box__value {
  display: flex;
  justify-content: flex-start;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 8px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
}

.select-box__list {
  position: absolute;
  width: 130px;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(51, 51, 62, 0.08);
  border-radius: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
  right: 0;
  top: 100%;
}

.select-box__option {
  display: block;
  padding: 8px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

.select-box__current img {
  margin-right: 17px;
}

.select-box__list li img {
  width: 22px;
  margin-right: 5px;
}

.select-box__list li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #374151;
}

.selectorwith_flag {
  width: 100%;
}






/*-------------------- Selector Css Here   --------------------- */


/* ----------------------------------------- MOBILE MENU AREA START ------------------------ */

.mobile__menu .mega__menu {
  position: unset;
  width: 100%;
  flex-direction: column;
  top: 0 !important;
  visibility: visible;
  opacity: 1;
  gap: 20px;
  padding: 15px;
}

.mobile__menu .header__right__blk {
  flex-direction: column;
  align-items: flex-start;
}

.mobile__menu .header__right__blk .main__menu ul li {
  margin: 0;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #999;
}

.mobile__menu .header__right__blk .main__menu ul li a {
  display: inline-flex;
  padding: 6px 0;
  width: 100%;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mobile__menu .header__right__blk .main__menu {
  width: 100%;
}

.mobile__menu .header__btn {
  margin: 20px 0;
  width: 100%;
}

.mobile__menu .social__ico__blk {
  margin-left: 0;
  justify-content: center;
  width: 100%;
}

.mobile__menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #fff;
  width: 330px;
  padding: 15px;
  padding-top: 120px;
  transition: .3s all;
  left: -100%;
}

.mobile__menu .header__btn a {
  width: 100%;
}

.close__menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.mobile__menu .header__right__blk .main__menu .main__menu__link a {
  border: 0;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.mobile__menu .mega_menu_right p {
  font-size: 15px;
}

.none__desk {
  display: none;
}

.open__menu {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.overlay {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 555;
  transition: .5s all;
  opacity: 0.7;
}

/* ----------------------------------------- MOBILE MENU AREA END ------------------------ */





/* -------------------- SLICK SLIDER AREA */

.slider-nav .slick-slide {
  height: 185px;
  transition: .3s all;
}

.slider-nav .slick-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.slider-for .slick-track .slick-slide {
  height: 590px;
}

.slider-for .slick-track .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.transformation__area {
  background: #F8F8F8;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

.transformation__inner__blk {
  margin-top: -40px;
}

.transformation__inner__blk .slick-initialized button.slick-next {
  position: absolute;
  right: 0;
  font-size: 0 !important;
  background-image: url(../img/right_ico.png);
  height: 98px;
  width: 98px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.transformation__inner__blk .slick-initialized button.slick-prev {
  position: absolute;
  left: 0;
  font-size: 0 !important;
  background-image: url(../img/left_ico.png);
  height: 98px;
  width: 98px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
}


.transformation__inner__blk .slick-initialized button::before {
  font-size: 0 !important;
}


.transformation__inner__blk .slick-initialized button::before {
  font-size: 0 !important;
}

.transformation__inner__blk .slider-nav .slick-list .slick-track {
  display: flex;
}

.slider-nav .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
  padding: 0 13px;
}

.slick-slider {
  margin-bottom: 20px !important;
}


/* ----------------------------------------- EXPERIENCE AREA START ------------------------ */
.experience__area {
  padding-top: 40px;
  padding-bottom: 25px;
}

.experience_text h6 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}

.experience__bottom__wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "left-item right-top""left-item right-bottom";
  grid-gap: 25px;
  padding: 20px 0;
}

.experience__thumb_1 {
  grid-area: left-item;
}

.experience__thumb_1 img {
  width: 100%;
  height: 482px;
  object-fit: cover;
}

.experience__thumb_2 {
  height: 228px;
  grid-area: right-top;
}

.experience__thumb_2 img {
  width: 100%;
  height: 228px;
  object-fit: cover;
}

.experience__thumb_3 {
  grid-area: right-bottom;
}

.experience__thumb_3 img {
  width: 100%;
  height: 228px;
  object-fit: cover;
}

/* ----------------------------------------- EXPERIENCE AREA END ------------------------ */


/* ----------------------------------------- HERO AREA START ------------------------ */

.hero__area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 800px;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.hero__title {
  max-width: 726px;
  margin: 0 auto;
}

.hero__title h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hero__inner__blk p {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.title_border {
  height: 84px;
  border: 1px solid #000;
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 1px;
}
.hero__bg__video {
    z-index: -1;
}
.hero__bg__video video {
    object-fit: cover;
}
.hero__inner__blk {
    z-index: 9;
    position: relative;
}

/* ----------------------------------------- HERO AREA END ------------------------ */



/* ----------------------------------------- ARTIFICIAL AREA START ------------------------ */
.artificial__area {
  margin-top: -20px;
}

.artificial__wrap {
  width: 500px;
}

.purpose__area {
  padding: 100px 0;
}

.purpose__content {
  padding: 15px 25px;
  background: #fff;
  margin-bottom: 30px;
}

.purpose__content__wrap {
  max-width: 481px;
  margin-left: -100px;
  padding-top: 45px;
}

.purpose__content h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}

.text_inner_border {
  display: inline-block;
  width: 56px;
  height: 1px;
  background: #000;
}

.purpose__content .text_inner_border {
  position: relative;
  top: -14px;
}

/* ----------------------------------------- ARTIFICIAL AREA END ------------------------ */


/* ----------------------------------------- HAZARD AREA START ------------------------ */

.hazard__thumb img {
  width: 340px;
  height: 433px;
}

.location__area {
  padding: 45px 0;
}

.hazard__area {
  background: #F8F8F8;
  padding-bottom: 50px;
  margin-top: 45px;
}

.hazard__title {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

/* ----------------------------------------- HAZARD AREA END ------------------------ */

/* ----------------------------------------- LOCATION AREA START ------------------------ */

.location__title h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 28px;
}

.location__title h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: 25px 0;
}

/* ----------------------------------------- LOCATION AREA END ------------------------ */

/* ----------------------------------------- VIRTUAL WORLD AREA START ------------------------ */

.virtual__world__area {
  padding-top: 60px;
  padding-bottom: 50px;
}

.virtual__thumb {
  max-width: 467px;
  margin: 0 auto;
}

.virtual__thumb img {
  width: 100%;
}

/* ----------------------------------------- VIRTUAL WORLD AREA END ------------------------ */

/* ----------------------------------------- COMPLIANCE AREA START ------------------------ */

.compliance__area {
  background: #F8F8F8;
  padding-bottom: 50px;
}

.compliance__title {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

/* ----------------------------------------- COMPLIANCE AREA END ------------------------ */

/* ----------------------------------------- DIGITAl TECHNOLOGY AREA START ------------------------ */

.digital__technology__area {
  padding-top: 70px;
  padding-bottom: 120px;
}

.digital_tech_title h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.digital_tech_inner_blk .row.g-4.mb-50 {
  align-items: center;
}

/* ----------------------------------------- DIGITAl TECHNOLOGY AREA END ------------------------ */

/* ----------------------------------------- INDUSTRY AREA START ------------------------ */

.industry__area {
  background: #F8F8F8;
  padding-bottom: 50px;
}

.industry_inner_title h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

/* ----------------------------------------- INDUSTRY AREA END ------------------------ */

/* ----------------------------------------- CONSTRUCTION AREA START ------------------------ */

.construction__area {
  padding-top: 70px;
}

.construction_thumb_inner_text h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.construction_thumb {
  height: 228px;
  position: relative;
}


.construction_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.construction_thumb::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  box-shadow: 0px -200px 272px 0px rgba(255, 255, 255, 0.37) inset;
  -webkit-box-shadow: 0px -200px 272px 0px rgba(255, 255, 255, 0.37) inset;
  -moz-box-shadow: 0px -200px 272px 0px rgba(255, 255, 255, 0.37) inset;
}

.construction_thumb_inner_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 25px;
}

/* ----------------------------------------- CONSTRUCTION AREA END ------------------------ */

/* ----------------------------------------- CYBER SECURITY AREA START ------------------------ */

.cyber__security__area {
  padding-top: 70px;
  padding-bottom: 90px;
}

.cyber_title h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

/* ----------------------------------------- CYBER SECURITY AREA END ------------------------ */

/* ----------------------------------------- NEW WORLD AREA START ------------------------ */

.new__world__area {
  padding-bottom: 90px;
}

/* ----------------------------------------- NEW WORLD AREA END ------------------------ */


/* ----------------------------------------- COMPUTING AREA START ------------------------ */

.computing__area {
  background: #F8F8F8;
  padding-bottom: 50px;
}

.computing_border {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

/* ----------------------------------------- COMPUTING AREA END ------------------------ */


/* ----------------------------------------- REDUCTING AREA START ------------------------ */

.reducing__area {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ----------------------------------------- REDUCTING AREA END ------------------------ */


/* ----------------------------------------- SOLUTION AREA START ------------------------ */

.solution__area {
  padding-bottom: 50px;
}

.solution__title h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 15px;
}

/* ----------------------------------------- SOLUTION AREA END ------------------------ */






/* ----------------------------------------- DIGITAL SERVICE AREA START ------------------------ */
.digital__service__area {
  padding-top: 20px;
  padding-bottom: 40px;
}

.our__goal__wrap h5 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.srv__text p {
  margin-bottom: 10px;
}

.our__goal__wrap {
  padding-top: 20px;
}

/* ----------------------------------------- DIGITAL SERVICE AREA END ------------------------ */

/* ----------------------------------------- COGNSIGHT AREA START ------------------------ */

.cognsight__wrap {
  align-items: center;
}

.cognsight__area {
  background: #F8F8F8;
  padding-bottom: 40px;
}

.cognsight__title h2 {
  font-family: Inter;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin: 0;
}

.cognsight__title h6 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  padding-top: 15px;
}

.cognsight__border {
  margin: 0 !important;
}

/* ----------------------------------------- COGNSIGHT AREA END ------------------------ */

/* ----------------------------------------- POSITION AREA START ------------------------ */
.position__area {
  padding-top: 20px;
  padding-bottom: 80px;
}

/* ----------------------------------------- POSITION AREA END ------------------------ */

/* ----------------------------------------- APP AREA START ------------------------ */

.app__title {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

.app__area {
  padding-bottom: 40px;
  background: #F8F8F8;
}

.app__text h4 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-align: left;
}

.apps__wrapper {
  margin: 25px 0;
}

/* ----------------------------------------- APP AREA END ------------------------ */

/* ----------------------------------------- TRANSFORM AREA START ------------------------ */
.transform__area {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* ----------------------------------------- TRANSFORM AREA END ------------------------ */


/* ----------------------------------------- IPAAS AREA START ------------------------ */
.ipaas__area {
  padding-top: 20px;
  padding-bottom: 90px;
}

.ipaas__item {
  align-items: center;
}

/* ----------------------------------------- IPAAS AREA END ------------------------ */


/* ----------------------------------------- SERVICES AREA START ------------------------ */
.services__area {
  background: #F8F8F8;
  padding-bottom: 60px;
}

.services_title {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

/* ----------------------------------------- SERVICES AREA END ------------------------ */

/* ----------------------------------------- SECURE AREA START ------------------------ */
.secure__area {
  padding-top: 40px;
  padding-bottom: 30px;
}

.secure__right__blk {
  background: #F8F8F8;
  padding: 30px;
}

.secure_text h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.secure__item {
  align-items: center;
}

.secure__right {
  margin: 0;
}

/* ----------------------------------------- SECURE AREA END ------------------------ */

/* ----------------------------------------- ARTIFICAL AREA START ------------------------ */
.artificial__area {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* ----------------------------------------- ARTIFICAL AREA END ------------------------ */


/* ----------------------------------------- PROCESS AREA START ------------------------ */
.process__area {
  padding-top: 40px;
  padding-bottom: 20px;
}

.process__title {
  padding-top: 20px;
}

.process__title h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

/* ----------------------------------------- PROCESS AREA END ------------------------ */

/* ----------------------------------------- FACILITIE AREA START ------------------------ */
.facilitie__area {
  padding-top: 40px;
  padding-bottom: 70px;
}

/* ----------------------------------------- FACILITIE AREA END ------------------------ */

/* ----------------------------------------- SOLUTION AREA START ------------------------ */
.solution__area {
  padding-top: 40px;
  padding-bottom: 50px;
}

.location__title.solution_title h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-top: 15px;
}

/* ----------------------------------------- SOLUTION AREA END ------------------------ */

/* ----------------------------------------- WORKFLOW AREA START ------------------------ */
.workflow__area {
  padding-top: 50px;
  padding-bottom: 70px;
}

.workflow__list__item {
  padding: 15px 0;
}

.workflow__list__item .common__content p {
  margin-bottom: 5px;
}

/*------------------------------------------ WORKFLOW AREA END ------------------------ */


/*------------------------------------------ SELECTOR AREA START ------------------------ */
.selector__area {
  background: #F8F8F8;
  padding-bottom: 70px;
}

.selector_title {
  padding-bottom: 0;
  position: relative;
  top: -40px;
}

/*------------------------------------------ SELECTOR AREA END ------------------------ */


/*------------------------------------------ STANDARD AREA START ------------------------ */
.standard__area {
  padding-top: 30px;
  padding-bottom: 100px;
}

/*------------------------------------------ STANDARD AREA END ------------------------ */


/*------------------------------------------ ABOUT AREA START ------------------------ */
.about__area {
  background: #F8F8F8;
  padding-bottom: 80px;
}

.about__btn {
  padding: 23px 72px;
  margin: 45px 0;
}

/*------------------------------------------ ABOUT AREA END ------------------------ */


/*------------------------------------------ ABOUT AREA END ------------------------ */

.present__right__blk {
  width: 457px;
  padding-top: 53px;
  margin-left: auto;
}

.questions__form label {
  display: block;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0em;
}

.questions__form input {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0em;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  padding: 12px;
}

.questions__form textarea {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0em;
  display: block;
  width: 100%;
  height: 190px;
  padding: 12px;
  resize: none;
}

.biz__contact__content.present__inner__link {
  text-align: left;
  padding: 20px 0;
}

.present__text p {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.present__area {
  padding: 100px 0;
  padding-bottom: 70px;
}

.brand__area {
  padding: 100px 0;
}

/*------------------------------------------ ABOUT AREA END ------------------------ */
