@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,400;0,500;0,600;1,700&display=swap');
@import url("clash-display.css");

@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Medium.woff') format('woff'),
       url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Variable.woff') format('woff'),
       url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}


:root {
  --theme-color1: #fff; 
  --theme-color2: #231f20;
  --theme-color3: #FF4824;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #231f20;
  --text-color-bg-theme-color3: #FF4824;
  --text-color: var(--theme-color2);
  --headings-color: var(--theme-color2);
  --link-color: var(--theme-color2);
  --link-hover-color: var(--theme-color1);
  --text-font:'Archivo', sans-serif;
  --title-font: 'Clash Display', sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --body-font-weight1: 500;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-lg-font-size: 64px;
  --h1-font-size: 56px;
  --h1-sm-font-size: 55px;
  --h2-lg-font-size: 52px;
  --h2-font-size: 42px;
  --h3-font-size: 36px;
  --h3-sm-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 20px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --span-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

.web-navyblue{
  color: #050817;
}

.sub_h6{
  font-size: 20px;
    font-weight: 700;
    font-family: var(--text-font);
    display: block;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    font-size: 13px;
}

.small-heading{
  font-size: var(--sec-title-subtitle-font-size);
  font-family: var(--title-font);
  font-weight: 500;
}

.table th, .table td {
    padding: 14px 15px 14px 15px !important;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background:#BDBDBD;
  color: #000;
  text-shadow: none;
}
::selection {
  background:  #BDBDBD;
  color: #fff;
  text-shadow: none;
}

::-moz-selection { /*firefox*/
  background: #BDBDBD;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1); /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

/*html{
  scroll-behavior: smooth;
}*/

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  scroll-behavior: smooth;
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

.text-justify {
  text-align: justify;
}

.letter-spacing-3{
  letter-spacing: 0.03em;
}

.letter-spacing-2{
  letter-spacing: 0.02em;
}


/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
  position: relative;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

.h1-lg {
    font-size: var(--h1-lg-font-size);
    font-family: var(--title-font);
    line-height: 76px;
    font-weight: var(--body-font-weight1);
}

.h1 {
  font-size: var(--h1-font-size);
   font-family: var(--title-font);
   font-weight: var(--body-font-weight1);
   line-height: 64px;
   letter-spacing: 0.02em;
   color: var(--theme-color2);
}

.h1-sm {
    font-size: var(--h1-sm-font-size);
    font-family: var(--title-font);
    font-weight: var(--body-font-weight1);
    line-height: 64px;
    letter-spacing: 0.02em;
}

.h2-lg{
  font-size: var(--h2-lg-font-size);
  font-family: var(--title-font);
  font-weight: var(--body-font-weight1);
  line-height: 64px;
}

.h2 {
  font-size: var(--h2-font-size);
   font-family: var(--title-font);
   font-weight: var(--body-font-weight1);
   line-height: 64px;
}

.h3 {
  font-size: var(--h3-font-size);
   font-family: var(--title-font);
   font-weight: var(--body-font-weight1);
   line-height: 64px;
}

.h3-sm{
  font-size: var(--h3-sm-font-size);
   font-family: var(--title-font);
   font-weight: var(--body-font-weight1);
   line-height: 40px;
}

.h4 {
  font-size: var(--h4-font-size);
   font-family: var(--title-font);
   font-weight: var(--body-font-weight1);
}

.h5 {
  font-size: var(--h5-font-size);
   font-family: var(--title-font);
   font-weight: var(--body-font-weight1);
}

.h6 {
  font-size: var(--h6-font-size);
   font-family: var(--title-font);
   font-weight: var(--body-font-weight1);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 15px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: none;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
address,
table,
fieldset {
  margin-bottom: 10px;
}

/*ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}*/

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}



hr:not([size]) {
  height: 1px;
  margin: 0 0 3rem 0;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #ffffff;
}


/*** 

====================================================================
  Anim Icons
====================================================================

***/
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-dots {
  width: 120px;
  height: 250px;
  background-image: url(../images/icons/icon-dots.webp);
}

.icon-lines {
  width: 530px;
  height: 227px;
  background-image: url(../images/icons/icon-lines.webp);
}

.icon-quote {
  width: 64px;
  height: 46px;
  background-image: url(../images/icons/icon-quote.webp);
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*** 

====================================================================
Page Title
====================================================================

***/

.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 110px;
  min-height: 250px;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: #131313; */
  opacity: 0.8;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
.page-title .text, .page-title-1 .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

/* .page-title-1{
  position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.banner-bg{
  clip-path: polygon(0px 0px, 100% 0px, 100% 88%, 0px 100%);
    background-color: rgb(24, 30, 61);
}

.page-subtitle img{
  position: relative;
  top: 113px;
  z-index: 9;
}

/*** 

====================================================================
news sections
====================================================================

***/

.nav-link{
  color: #050817;
  font-weight: var(--body-font-weight1);
}
.contact-nav-pills{
  border-bottom: 1px solid #05081721;
}
.contact-nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: var(--theme-color3);
    border: 0px !important;
    background-color: var(--theme-color1);
    border-bottom: 3px solid var(--theme-color3) !important;
    border-radius:  4px 4px  0 0 !important;
}



.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover {
  border-color: none;
  isolation: isolate;
}

.nav-link:focus, .nav-link:hover{
  color: var(--theme-color3);
}

.news-headings ul > li:before {
  position: absolute;
  left: 50%;
  bottom: 23px;
  height: 2px;
  width: 0%;
  background-color: var(--theme-color3);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-headings ul > li:hover:before, .news-headings ul > li.active:before {
  left: 0;
  width: 100%;
}

/* .new {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
} */


.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  /* -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07); */
  border: 1px solid #AAAAAA;
  border-radius: 13px;
  background-color: var(--theme-color1);
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 12px 12px 0 0;
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box  {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 12px 12px 0px 0px;
}
/* .news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  border-radius: 12px 12px 0px 0px;
} */


.news-block .content-box {
  position: relative;
  background-color: #fff;
  /* border: 1px solid #e6e8ed; */
  border-bottom: 0;
}
.news-block .content-box .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
 color: var(--theme-color3);
}

.news-block .content-box .text-headings{
  font-size: 20px;
  font-weight: 700;
}
.news-block .content-box .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 14px;
}
.news-block .content-box .post-info li i {
  margin-right: 2px;
  color: var(--theme-color2);
  font-size: 14px;
}
.news-block .content-box .title {
  margin-bottom: 0;
}
.news-block .content-box .title:hover {
  color: var(--theme-color2);
}

.news-banner-bg{
  /* clip-path: polygon(100% 0, 100% 64%, 0 98%, 0 39%);
    background-color: rgb(24, 30, 61); */
  background-image: url(../images/news/updates-banner.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

/*.nav-pills{
  border-bottom: 1px solid #dee2e6!important;
}*/

.lazy-newsimg-right{
  background-image: url(../images/news/div.lazy-background-image.webp);
    background-repeat: no-repeat;
    background-position: right -1% top 163%;
}

.lazy-blogimg-right {
  background-image: url(../images/news/div.lazy-background-image.webp);
  background-repeat: no-repeat;
  background-position: right -3% top -53%;
}

.lazy-blogsimg-right {
  background-image: url(../images/news/div.lazy-background-image.webp);
  background-repeat: no-repeat;
  background-position: right -2% top 115%;
}

/* .lazy-blogimg-right {
  background-image: url(../images/news/div.lazy-background-image.webp);
  background-repeat: no-repeat;
  background-position: right -1% top -28%;
} */
.banner-bg1{
  background-image: url(../images/blog/banner-background.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

/*.lazy-img-left{
  background-image: url(../images/news/div.lazy-background-leftimage.webp);
    background-repeat: no-repeat;
    background-position: left -1% top 71%;
}*/

.lazy-subnewsimg-right {
  background-image: url(../images/news/div.lazy-background-image.webp);
  background-repeat: no-repeat;
  background-position: right -1% top -33%;
}

.top-move{
  margin-top: -60px;
}

/*** 

====================================================================
Blogs-detail-page sections
====================================================================

***/

.title-alignment{
  display: flex;
  align-items: center;
}

.rectangle-img img{
  position: relative;
  top: -20%;
  z-index: -1;
}

.social-media-icons li a i{
    margin-bottom: 12px;
    text-align: center;
    border-radius: 1px solid var(--theme-color2);
    width: 32px;
    height: 32px;
    color: var(--theme-color2);
    line-height: 32px;
    border: 1px solid var(--theme-color2);
    border-radius: 20px;
}

.social-media-icons a i:hover {
  border: 1px solid var(--theme-color3);
  color: var(--theme-color3);
}

.vertical {
  border-left: 1px solid #E4E7EC;
  height: 115px;
  position: absolute;
  left: 0%;
  margin-top: 48px;
}

.table-content{
  color: #74788A;
  border-left: 1px solid #ccc;
}

ul.table-content li {
  padding-left: 18px;
}

.table-content li:hover, .table-content li:focus, .table-content li.active{
  color: var(--theme-color3);
  border-left: 2px solid var(--theme-color3);
  padding-left: 18px;
}

.banner-orange-bg{
  background-color: rgb(255 72 36 / 4%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 20%);
}

/*** 

====================================================================
pagination sections
====================================================================

***/

.news-section .pagination {
  margin-top: 30px;
  color: rgba(var(--color-default-rgb), 0.6);
}

.news-section .pagination ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-section .pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 50%;
}

.news-section .pagination li a {
  color: rgba(var(--color-default-rgb), 0.6);
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-section .pagination li.active,
.news-section .pagination li:hover {
  background: var(--theme-color3);
  color: var(--theme-color1);
}

.news-section .pagination li.active a,
.news-section .pagination li:hover a {
  color: var(--color-inverse);
}

.text-link{
  color: #74788A;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
/* .page-title-1 {
  background: url(../images/News-Room/Union.webp) center center no-repeat;
  background-size: contain;
  position: relative;
} */

.events::before {
  content: "";
  /* background-color: rgba(12, 11, 10, 0.8); */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.event-item{
  display: flex;
  align-items: center;
}

/* .event-item-img img{
  height: 500px;
} */

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.prev-left{  
  position: absolute;
  bottom: 134px;
  right: 658px;
}

.prev-right{
  position: absolute;
  bottom: 134px;
  right: 1097px;
}

.carousel-prev-icon i, .carousel-next-icon i {
  width: 44px;
  height: 44px;
  opacity: 1;
  line-height: 42px;
  background: rgb(24, 30, 61);
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
}



/*** 

====================================================================
Get in touch sections
====================================================================

***/
.ld-btn{
  background-color: #FF4824;
  color: #fff !important;
  border-color: #FF4824;
  line-height: 30px;
}

.web-bg-color{
  background-color: var(--theme-color2);
}

/*** 

====================================================================
Sub-services detail page sections
====================================================================

***/

.on-text-img {
  position: absolute;
  bottom: 50px;
  left: 34px;
  color: var(--theme-color1);
  font-weight: 700;
}
.on-text-img:hover {
  color: var(--theme-color1);
}
img.solution-img{
  border-radius: 12px;
  border: 1px solid #74788A;
}
/*.solution-img {
  transform: scale(1, 1);
  transition: transform 1s;
}
.solution-img:hover {
  transform: scale(1.12, 1.12);
}*/
.sub-services-bg {
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  background-color: #181E3D;
}
.special-sub-services-bg{
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  background-color: #181E3D;
  margin-top: 15% !important;
}
.lazy-services-img-right {
  background-image: url(../images/eng-services/div.lazy-background-image.webp);
  background-repeat: no-repeat;
  background-position: right -9% top -69px;
}
.lazy-services-img-left-bottom {
  background-image: url(../images/eng-services/div.lazy-background-image.webp);
  background-repeat: no-repeat;
  background-position: left -12% bottom -40px;
}

/*** 

====================================================================
Testimonials sections
====================================================================

***/

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


