.page-header-banner
{
    padding: 25px 0;
    min-height: 400px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    background-position: center;
}
.page-header-banner .container
{
    position: relative;
    z-index: 2;
}

.page-header-banner .inner {
  width: 100%;
  display: block;
  padding: 0 60px;
  position: relative;
  margin-top: 60px;
  z-index: 10;
}
.page-header-banner h1 {
  font-size: 2.8vw;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Cocon';
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
.page-header-banner .inner {
  font-size: clamp( 17px, 1vw, 22px);
  margin: 0;
  padding-left: 30px;
  border-left: 2px solid #f7931d;
  position: relative;
  color: #fff;
  letter-spacing: 1px;
}
.page-header-banner .svg-morph {
  position: absolute;
  top: calc(50% - 200px);
  left: 50%;
  z-index: 0;
  transform: translateX(-140%);
}
.page-header-banner .inner .svg-morph path {
  fill: #09a4de;
  animation-name: svg-morph;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.page-menu .sus-container{
  position: relative;

}

.sus-menu-wrapper {
  overflow: hidden;
  position: relative;
}

.sus-menu-list {
  display: flex;
  transition: transform 0.3s ease;
  width: fit-content; /* Adjust the width as needed */
  position: relative;
  left: 0;
}

.sus-menu-list li {
  min-width: 100px; /* Set a minimum width for each menu item */
}

.scroll-buttons {
  display: none;
}

.sus-scroll-buttons {
  display: block;
}

.sus-left-button {
  position: absolute;
  top:50%;
  left: -38px;

}

.sus-right-button {
  position: absolute;
  top:50%;
  right: -45px;
}

.sus-scroll-button {
  cursor: pointer;
  transform: translate(0, -60%);
}

/* .sus-scroll-button .line-icon::before {
  font-weight: 900!important;
} */



.left-button {
  position: absolute;
  top:50%;
  left: -25px;

}

.right-button {
  position: absolute;
  top:50%;
  right: -25px;
}

.scroll-button {
  cursor: pointer;
  transform: translate(0, -60%);
}

/* .scroll-button .bi-chevron-left::before, .scroll-button .bi-chevron-right::before {
  font-weight: 900!important;
} */


.page-menu {
    border-bottom: 1px solid #ddd;
  }
  .page-menu ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;

  }
  .page-menu ul li {
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    min-height: 100%;
  }
  .page-menu ul li a {
    display: block;
    padding: 20px 30px;
    border-right: 1px solid #ddd;
    transition: all 0.5s ease 0s;
    position: relative;
    height: 100%;
    white-space: nowrap;
  }
  .page-menu ul li a:hover {
    text-decoration: none;
  }
  .page-menu ul li:last-of-type a {
    border-right: 0;
  }
  .page-menu ul li a:before
  {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
  }
  .page-menu ul li a:after
  {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #f5921d;
    transition: width 0.25s ease;
  }
  .page-menu ul li:hover a:before,
  .page-menu ul li.active a:before
   {
    width: 50%;
    left: 0;
    background: #f5921d;
    transition: width 0.25s ease;
  }
  .page-menu ul li:hover a:after {
    width: 50%;
    background: transparent;
    transition: all 0s ease;
  }



  /* sustainabilty page */

  .magnify-img{
    cursor: zoom-in;
  }

  .corporate-profile-section {
    background-color: rgb(24, 69, 145);
  }
  .corporate-profile-section .section-title h2,
  .corporate-profile-section p
  {
    color: #fff;
  }
  .corporate-profile-section .fade-title
  {
    color: #fff;
    opacity: 0.06;
    left: 0;
  }


/* contact us page */

.terms-and-privacy-text{
  text-decoration: underline; 
  color: #FFF;
}

.terms-and-privacy-text:hover{
  color: rgb(188, 208, 244);
}

.locations-section
{
  position: relative;
   z-index: 2;
}
.product-image-change, .product-image-change img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product-image-change img {
  object-fit: cover;
}
.contact-details .img-overlay
{
  background-color: #063885;
}
.locations-section .img-overlay
{
  background-color: #063885;
  opacity: 0.3;
}
.locations-section .container
{ 
   z-index: 3;
}
.location-content-wrap
{
  background-color: #1b4285;
  padding: 0 0 0 40px;
  border-radius: 10px;
  max-height: 237px;
  color: #fff;
  min-width: 1px;
  transition: all 1.4s ease;
  overflow: hidden;
  width: 100px;
  position: relative;
  min-height: 237px;
  display: flex;
  cursor: pointer;
}
.location-content-wrap::before
{
  content: '';
  position: absolute;
  height: 0;
  transition: all 0.4s;
  width: 200%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #063885;
}
.location-content-wrap:hover::before
{
    height: 100%;
}
.location-content-wrap.expand::before
{
   opacity: 0;
}

.location-content-wrap>.row
{
   width: 0;
   opacity: 0;
   overflow: hidden;
   transition: all 0.8s;
   z-index: 2;
   position: relative;
}
.lc-vertical-heading
{
  left: -20px;
  opacity: 1;
    top: 40%;
  position: absolute;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  transition: all 0.3s;
}
.location-content-wrap.expand .lc-vertical-heading
{
  transform: rotate(270deg);
  left: 10%;
  top: 10%;
  opacity: 0;
}

.location-content-wrap.expand>.row,
.location-content-wrap.expand
{
   width: 100%;
   opacity: 1;
}
.location-content-wrap p
{
 margin-bottom: 0;
 font-size: 15px;
 font-weight: 300;
}

.location-h-wrap
{
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-h-wrap .map-icon-wrap
{
    min-width: 30px;
    max-width: 30px;
}
/* locations tabs */
.locations-tabs
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.location-img-container{
  position: relative;
}

.location-img-container img{
  position: absolute;
  top:-280px;
  right:30px;
  z-index: 10;
  max-height: 350px;
}

.location-content{
  margin-top: 100px;
}

.lc-map-wrap
{
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
.contact-box p
{
   color: #fff;
   font-size: 16px;
}

.contact-form-wrap
{
  padding: 200px 0;
  margin-top: -2px;
}
.contact-form-wrap .img-overlay
{
    opacity: 0.6;
}
.contact-form-wrap::before
{
   content: '';
   position: absolute;
   left: 0;
   top: 10%;
   width: 80%;
   height: 80%;
   bottom: 0;
   background-color: #194592;
   opacity: 0.7;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   z-index: 2;
}
.contact-form-wrap .container
{
   position: relative;
   z-index: 2;
}
.contact-form-wrap p
{ 
   color: #fff;
}
/* CONTACT BOX */
.contact-box {
    width: 100%;
    flex-wrap: wrap;
    padding:0 8%;
    height: 100%;
    position: relative;
  }
  .contact-box::after
  {
    content: '';
    position: absolute;
    right: 0;
    height: 80px;
    width: 1px;
    top: 15%;
    background-color: #ef8e1c;
    transform: translate(-50%,-0%);
  }
 .contact-details .row .col-lg-3:last-child  .contact-box::after
 {
    display: none;
 }
  .contact-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .contact-box a {
    display: block;
    color: white;
  }
  .contact-box a:hover {
    text-decoration: none;
  }
.contact-box ul {
    margin-top: 8px;
    margin-bottom: 0;
}

    .contact-box ul li {
        width: 100%;
        display: block;
        margin-bottom: 3px;
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

        .contact-box ul li::before {
            color: #f7931d;
            padding-right: 5px;
            font-family: bootstrap-icons !important;
        }

        .contact-box ul li.phone::before {
            content: '\F5B4';
        }

        .contact-box ul li.email::before {
            content: '\F32C';
        }
  .contact-box p:last-child {
    margin-bottom: 0;
  }


  /* news events page */
.search-btn
{
  background-color: #194993;
  color: #fff;
  padding: 13px 34px!important;

  border-radius: 10px!important;
  margin-left: -10px!important;
  z-index: 2;
  font-family: 'Cocon', sans-serif;
  letter-spacing: 1px;
}
.input-group.input-group-lg>input
{
  border: 1px solid #194993;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}
.input-group.input-group-lg>input::placeholder
{
  color: #a2a3a4;
  font-family: 'Cocon', sans-serif;
  letter-spacing: 1px;
}

.news-img-wrap img
{
  min-height: 380px;
   max-height: 380px;
   width: 100%;
   object-fit: cover;
   border-radius: 10px;
}
.news-event-title {
  font-size: 1.1vw;
  font-family: 'Ptsans';
  letter-spacing: 1px;
  color: #194993;
  font-weight: bold;
  line-height: 1.3;
}
.news-event-excerpt
{
  font-size: 16px;
  display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.ne-detail-img-wrap img
{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
  /* Product Page */
.products-wraper
{
  background-color: #f8f8f8;
}
.product-cat-card:hover a
{
   text-decoration: none;
   cursor: pointer;
}
.product-cat-content
{
  display: flex;
    padding: 5px 20px;
    background-color: #194592;
    position: relative;
    z-index: 2;
    justify-content: center;
    min-height: 67px;
    align-items: center;

}
.product-cat-content h2
{
  color: #fff;
  font-size: clamp( 18px, 1vw, 25px);
  font-family: 'Ptsans';
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
  transform: translateY(0);
  transition: all 0.8s;
  text-align: center;
  text-transform: capitalize;
}
.product-cat-card
{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.product-cat-img img
{
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.product-cat-img
{
  position: relative;
}
.product-cat-img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
 transition: all 0.5s;
 opacity: 0;
  background: linear-gradient(0deg,rgba(25, 69, 146, 0) 1%,rgba(24,24,24,0) 100%);
}
.product-cat-card:hover .product-cat-img::before,
.product-cat-card.active .product-cat-img::before
 {

  background: linear-gradient(0deg,rgb(25 69 146) 1%,rgb(25 69 146 / 58%) 100%);
  opacity: 1;
}

.product-cat-card:hover .product-cat-content h2,
.product-cat-card.active .product-cat-content h2
{
  transform: translateY(-40px);
}

.product-body >.accordion-collapse{
  background-color: #fff;
  padding: 0 20px 20px 20px;
  border-radius: 10px;

}

.prd-in-cat-wrap .accordion-item {
    border: none;
    border-radius: 10px;
    background-color: transparent;
}
.prd-in-cat-wrap .accordion-button.collapsed
{
  background-color: #fff;
}
.prd-in-cat-wrap .accordion-button
{
  background-color: #1b4992;
  border-radius: 10px!important;
  border: none;
  transition: all 0.7s;
  padding: 18px;
}
.prd-in-cat-wrap .accordion-button:not(.collapsed) .h-sm,
.prd-in-cat-wrap .accordion-button:not(.collapsed) .acc-prd-summary
{
   color: #fff;
}
.prd-in-cat-wrap .accordion-button:not(.collapsed)::after
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.prd-description p
{
    font-size: clamp( 15px, 0.9vw, 18px);
}
.accordion-button:focus
{
   box-shadow: none;
}
.accordian-inner-card
{
  display: flex;
  align-items: start;
  text-align: left;
  gap: 20px;
}
.acc-inner-card-img img
{
  min-width: 140px;
  max-width: 140px;
  height: 130px;
   object-fit: cover;
   border-radius: 10px;
}
.acc-inner-card-content
{
  width: 100%;
  padding-right: 2px;
}
.acc-inner-card-content .h-sm
{
  text-transform: capitalize;
}
#accordionProduct .accordion-collapse
{
  border: none;
  padding: 0;
}
#accordionProduct .accordion-body
{
  padding: 30px;
  border: 1px solid #1b499266;
  border-radius: 10px;
}  
.acc-prd-summary
{
  font-size: clamp( 13px, 0.85vw, 18px);
  color: #808080;
  font-family: 'Ptsans';
  overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.applications-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.applications-content li {
  font-size: clamp( 14px, 0.85vw, 18px);
  margin-bottom: 2px;
  display: flex;
}
.list-arrow {
  position: relative;
  top: 0;
  transition: transform 0.3s ease;
  vertical-align: middle;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}
.list-arrow g {
  stroke: #f5921d;
  color: #f8f8f8;
}
.list-arrow .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.applications-content ul li:hover .list-arrow .arrow-icon--circle
{
  stroke-dashoffset: 0;
}
.prd-thumb img
{
   min-height: 300px;
   max-height: 300px;
   object-fit: cover;
   width: 100%;
   border-radius: 10px;
}
.link-with-icon
{
  color: #ffffff;
  position: relative;
  display: inline-block;
  transition: all 0.4s;
 font-size: clamp( 14px, 1vw, 20px);
  padding: 6px 20px;
  border-radius: 10px;
  background-color: #194592;
  z-index: 3;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.link-with-icon::before
{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  border-radius: 10px;
  transition: width 0s ease, background 0.25s ease;
}
.link-with-icon::after
{
  content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    border-radius: 10px;
    background: #ef8e1c;
    transition: width 0.25s ease;
}
.link-with-icon:hover
{
  text-decoration: none;
  color: #fff;
}
.link-with-icon:hover::before
{
  width: 100%;
    background: #ef8e1c;
    transition: width 0.25s ease;
}

.link-with-icon:hover::after
{
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.product-call-to-actions
{
  background-color: #f1eeee;
  border-radius: 10px;
  padding: 20px;
}

/* end product page */
/* news events featured  */
.news-events-img-wrap img {
  width: 100%;
  min-height: 490px;
  max-height: 470px;
  object-fit: cover;
  border-radius: 15px;
}
.featured-title {
  font-size: 1.3vw;
  text-transform: uppercase;
  font-weight: 500;
  color: #194592;
  font-family: 'Cocon';
  letter-spacing: 1px;
}


/* about us tabs csss */


.main-banner {
  padding: 200px 0;
  background: url(../images/main-banner-img.jpg) no-repeat;
  position: relative;
  background-size: cover;
}

.main-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  transition: all 0.6s ease;
  bottom: auto;
}
.top-title h1 {
  font-size: 3.5vw;
  font-family: 'Cocon', sans-serif;
  color: #fff;
  line-height: 1.3;
  position: relative;
  left: -100%;
  transition: all 0.6s ease;
}
.load-animate .top-title h1 {
transition: all 0.6s ease;
left: 0;
}
.main-banner .container {
  position: relative;
}
.banner-text {
  position: relative;
}
.banner-text .top-title {
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}
.banner-text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  left: 0;
  top: 75px;
  transition: all 0.6s ease;
}

.load-animate .banner-text:before {
  transition: all 0.6s ease;
  width: 26%;
}
.vertical-left-tabs button {
  color: #939597;
  font-size: 22px;
  font-family: 'Cocon', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 0 50px;
  position: relative;
  margin: 0 0 30px 0;
  border: none;
  background-color: transparent;
}
.vertical-left-tabs button span:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #f79b31;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.vertical-left-tabs button span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    left: 6px;
    top: 13px;
    border-radius: 50%;
    transition: all 0.6s ease;
}
.vertical-left-tabs button:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #f79b31;
    left: -6px;
    top: 1px;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.6s ease;
}
.vertical-left-tabs button.nav-link.active:before {
    transform: scale(1.0);
    transition: all 0.6s ease;
}
.vertical-left-tabs button.nav-link.active, .vertical-left-tabs button:hover {
    background-color: transparent;
    color: #000;
}
.bg-light-blue {
    background-color: #f5f6f7;
}
.about-tabs {
    padding-left: 5%;
}
.vertical-left-tabs {
    width: 22%;
}
.right-tab-content {
    width: 78%;
}
.right-tab-content .tab-pane {
  padding-left: 100px;
  position: relative;
}
.inner-vps-section {
    max-width: 95%;
}
.inner-vps-section .left-box {
    width: 35%;
    position: relative;
}
.inner-vps-section .right-box {
    width: 65%;
    position: relative;
    padding: 0 40px 0px;

}
.overlay-bar:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 220px;
    background-color: #F79522;
    left: 80px;
    top: 0;
}
.bgoverlay-box:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #E7E8E9;
    border-radius: 20px;
    animation: 1s ease-out 0s 1 slideInLeft;
}
/*body .bg-white:before {
    background-color: #fff;
}*/
.fpc-right-left-row, .certificates-row {
  animation: 1s ease-out 0s 1 slideInLeft;
}
.fpc-right-left-row.right {
  animation: 2.5s ease-out 0s 1 slideInLeft;
}
.bgoverlay-box.left:before {
    left: 0;
    right: auto;
}
.left-box.text-center {
    animation: 1s ease-out 0s 1 slideInTop;
}
.certificates-column {
    width: 50%;
    padding: 30px 30px;
}
.certificates-column {
    width: 50%;
    padding: 30px 0px 30px 30px;
    background-color: #e7e8e9;
}
.certificates-column.blue {
    background-color: #194993;
    background-image: url(../images/bottom-blue-img.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.certificates-column.no-pad {
    padding: 0;
    width: 42%;
    position: relative;
}
.certificates-column.no-pad:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50px;
  top: 0;
  background-color: #f79522;
  transition: all 0.6s ease;
}
.certificates-column.gpca {
    width: 58%;
    background-image: url(../images/bottom-gry-img.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.certificates-column p {
    font-size: 20px;
    margin: 0 0 25px;
}
.inner-vps-section.pl_0 {
    max-width: 100%;
}
.inner-vps-section.pl_0 {
    margin: 0 0 70px 0;
}
.certificates-column.blue p {
    color: #939598;
}
.certificates-column p {
    text-transform: uppercase;
}
.certificates-column.blue p span:hover, .certificates-column p span:hover {
    background: rgba(0, 0, 0, 0.3);
}
.certificates-column.blue p span, .certificates-column p span {
    padding: 6px 9px;
    display: inline-block;
}
.certificates-column p {
    color: #000;
    position: relative;
    padding: 0 0px 0px 0px;
}
.certificates-column p:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #f79522;
  transition: all 0.6s ease;
}
.certificates-column p:hover:before {
  width: 100%;
  transition: all 0.6s ease;
}
.about-columm {
    background: url(../images/Oil-Refinery-Chemical-Petrochemical-plant-.jpg) no-repeat;
    background-size: cover;
    width: 33%;
    transition: all 0.6s ease;
}
.about-columm.two {
    background: url(../images/istockphoto-1185246554-612x612.jpg) no-repeat;
    background-size: cover;
    width: 33%;
    transition: all 0.6s ease;
}
.about-columm.three {
    background: url(../images/shutterstock_1076038007-2.jpg) no-repeat;
    background-size: cover;
    width: 33%;
    transition: all 0.6s ease;
}
.about-columm:hover {
    width: 100%;
    transition: all 0.6s ease;
}
.inner-about-coumn {
    width: 100%;
    height: 100%;
    padding: 50px 50px;
    background: rgba(25, 69, 146, 0.8);
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    border: 1px solid #fff;
    flex-wrap: wrap;
}
.inner-about-coumn h3, .inner-about-coumn p {
    color: #fff;
    text-align: center;
    transition: all 0.6s ease;
    position: relative;
}
.inner-about-coumn p {
    display: none;
    transition: all 0.6s ease;
}
.about-columm:hover .inner-about-coumn p {
    display: block;
    text-align: left;
    margin: -180px 0 0 0;
    width: 70%;
    clear: both;
}
.about-columm:hover .inner-about-coumn {
  text-align: left;
  flex-wrap: wrap;
  justify-content: start;
}
.inner-about-coumn h3:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 70px;
    background-color: #F79522;
    left: -30px;
    top: 0;
    opacity: 0;
}
.about-columm:hover .inner-about-coumn {
    text-align: left;
    flex-wrap: wrap;
    justify-content: start;
}
.about-columm:hover .inner-about-coumn h3:before {
  opacity: 1;
}
.about-columm:hover .inner-about-coumn h3 {
    text-align: left;
    margin: 0 0 10px 0;
}
.inner-about-coumn .sm-title {
    width: 100%;
}
.our-company .certificates-column.blue {
    padding: 70px;
}
.our-company .certificates-column.blue {
    width: 60%;
}
.our-company .certificates-column.blue p {
    color: #fff;
    font-size: 16px;
    text-transform: unset;
    max-width: 80%;
    line-height: 25px;
    margin: 0;
}
.our-company .certificates-column.font-16 p {
    font-size: 16px;
    max-width: 80%;
    text-transform: unset;
    line-height: 25px;
}
.our-company .section-title.vps.sub-title {
    padding-left: 70px;
}
.our-company.overlay-bar:before {
    left: 140px;
    top: 10px;
}
.our-company .certificates-column.blue p:before, .our-company .certificates-column.no-pad:before {
  content: none;
}
.nav-link ul.sub-menu li {
    margin: 13px 0 0;
    list-style: none;
}
.nav-link ul.sub-menu {
    margin: 0;
}
.nav-link ul.sub-menu a {
    color: #939597;
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    min-width: 200px;
}
.nav-link ul.sub-menu a:hover,
.nav-link ul.sub-menu .active a {
  background-color: #e6e7e7;
  color: #194592;
}
ul.sub-menu {
    list-style-type: none;
}
.vertical-left-tabs button.nav-link.sub-link:before {
  display: none;
}
.vertical-left-tabs button.nav-link.sub-link {
  padding-left: 80px;
}
.desc-title h3 {
    font-size: 22px;
    font-family: 'Cocon', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    color: #000;
}
.desc-title .brdr-title:after {
    content: "";
    position: absolute;
    width: 135%;
    background-color: #f79522;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    animation: 1s ease-out 0s 1 slideInLeft;
}
.core-values-tab .left-right-boxes {
    max-width: 800px;
}
.reverse-col .brdr-title::after {
    left: inherit;
    right: 0;
}
.reverse-col {
    flex-direction: row-reverse;
}
.text-right {
    text-align: right;
}
.pl-40 {
  padding-left: 40px;
}
.corporate .certificates-column p:before {
  content: none;
}
.corporate .certificates-column.no-pad {
    width: 46%;
    padding: 0;
}
.corporate .certificates-column {
    padding: 50px 40px 40px 70px;
}
.inner-vps-section.facilities {
    max-width: 90%;
    padding: 0 0 0 70px;
}
.facilities.our-company .section-title.vps.sub-title {
    padding: 0;
}
.transparent {
    background-color: transparent;
}
.btn.blue-button {
  font-size: 18px;
}
.btn.blue-button, .btn.grey-button {
    background-color: #d6deeb;
    border: 1px solid #d6deeb;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 9px 20px;
    margin: 0 10px 15px 0;
    display: inline-block;
    text-decoration: none;
}
.btn.grey-button {
  background-color: #bbbcbe;
  border-color: #bbbcbe;
  color: #595a5c;
}
.btn.blue-button:hover, .btn.grey-button:hover, .active.btn.blue-button {
  background-color: #1b4991;
  color: #fff;
  border-color: #1b4991;
}

.certificates-map-point {
    background-color: #1b4991;
    padding: 35px;
}
.certificates-map-point h3 {
    color: #fff;
    margin: 0 0 30px 0;
}
.certificates-map-point ul.trasfer-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
ul.trasfer-list li {
    margin: 0 40px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 0 40px;
    background: url(../images/circle-icon.png) no-repeat;
    background-position: left center;
}
.certificates-column.w-100 {
    padding: 0 0 30px;
}
.button-bar .tab-pane {
    padding: 0;
}
.facilities-inner-sm-box {
    background-color: #1c4a91;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
    width: 23%;
}
.facilities-box.d-flex {
    flex-wrap: wrap;
}
.facilities-inner-sm-box {
    background-color: #1c4a91;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
    width: 22%;
    margin: 0 30px 30px 0;
}
.facilities-inner-sm-box:nth-child(4n) {
    margin-right: 0;
}
.facilities-inner-sm-box p {
    color: #fff;
    line-height: 24px;
    margin: 22px 0;
    font-size: 16px;
}
.facilities-inner-sm-box span.counter {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #f79b31;
    border-radius: 50%;
    line-height: 37px;
    color: #f79b31;
}
.facilities-inner-sm-box:hover {
  background-color: #e5e6e7;
}
.facilities-inner-sm-box:hover p {
  color: #1c4a91;
}
.facilities-inner-sm-box:hover span.counter {
  color: #000;
  border-color: #000;
}
.certificates-row .tab-content {
    margin: 40px 0 0;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panels {
  display: none;
}

input[type="radio"]:checked ~ .tab-panels #technology,
input[type="radio"]:checked ~ .tab-panels #facilities {
  display: block;
}
@keyframes slideInLeft {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
}
@keyframes slideInTop {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
}
@keyframes slideInTop {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
}
.left-right-boxes {
  position: relative;
  padding: 50px 0px;
}
.clientname h4 {
    color: #194592;
    font-size: 20px;
    margin: 20px 0 12px 0;
    font-family: 'Cocon';
}
.clientname p {
    font-size: 14px;
    color: #194592;
    margin: 0;
}

.section-title.sub-title {
    margin: 0 0 12px 0;
}
.fpc-left-column {
    width: 45%;
}
.fpc-left-column p {
    font-size: 14px;
}
.fpc-right-left-row {
    background-color: #194993;
    margin-bottom: 60px;
}
.fpc-left-column p {
    color: #fff;
    font-family: Montserrat;
}
.fpc-center-column {
    width: 12%;
}
.fpc-left-column.tex {
    padding: 20px 20px;
}
.fpc-left-column.text {
    padding: 15px 20px 0 25px;
}
strong.bottom-bar {
  display: block;
  position: relative;
  padding-bottom: 40px;
}
strong.bottom-bar:after {
    content: "";
    position: absolute;
    width: 200px;
    background-color: #f79522;
    height: 6px;
    left: 0;
    bottom: 10px;
}
.fpc-right-left-row.right {
    background-color: #e7e8e9;
}
.fpc-right-left-row.right .fpc-left-column p {
  text-align: right;
  color: #000;
}
.right strong.bottom-bar:after {
  right: 0;
  left: auto;
}
.fpc-right-left-row.right img {
    opacity: 0.7;
}
.fpc-right-left-row img {
  transition: all 0.6s ease;
}
.fpc-right-left-row:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}
.vps.overlay-bar:before {
    height: 92px;
}
.section-title.vps.sub-title {
    margin-bottom: 30px;
}
.history-section .certificates-row:before, .history-section .certificates-row:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: #194993;
    top: -120px;
    left: 0;
}
.history-section .certificates-row:after {
    bottom: -120px;
    top: auto;
}
.history-section .certificates-row {
    padding: 0 60px;
    background-color: #194993;
    position: relative;
    justify-content: center;
}
/*about-ua-atyle-end*/
.policy-page
{
  background-color: #ebecee;
}
.cookies-list-design li
{
   list-style: none;
   margin-bottom: 10px;
   display: flex;
}
.cookies-list-design li::before
{
  content: ' ';
    min-width: 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #f7931d;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 7px;
}

.careers-list-design li::before
{
  content: ' ';
    min-width: 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #f7931d;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 7px;
}




.cookies-list-design li strong
{
  padding-right: 5px;
}


.cookies-para p
{
  padding-left: 25px;
}

.cookies-para strong
{
  padding-right: 5px;
}


.line-zz {
   margin-left: -50px;
}

/*media gallery page css*/

.gallery-wrapper .iso-nav ul
{
   padding-left: 0;
}
.gallery-wrapper .iso-nav ul li{
  display: inline-block;
  padding: 13px 16px;
  border: none;
  color: #808080;
  font-size: 16px;
  font-family: 'Ptsans';
  font-weight: 500;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
  letter-spacing: 1px;
  background-color: #e6e7e7;
  border-radius: 10px;
  position: relative;
  }
  .gallery-wrapper .iso-nav ul li:last-child
  {
     border-right: 0;
  }
  .gallery-wrapper .iso-nav ul li.active
  {
    color: #fff;
    background-color: #194592;
  }
  .gallery-wrapper .iso-nav ul li.active::after
  {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 8px;
    border-top-color: #194592;
    content: "";
    pointer-events: none;
  }

  .main-iso
{
    position: relative;
}
.main-iso>.item
{
    width: 25%;
    float: left;
}
.media-tabs.nav-tabs
{
  border-bottom: none;
  justify-content: center;
}
.media-tabs.nav-tabs .nav-link
{

  font-family: 'Ptsans', sans-serif;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  color: #808080;
  letter-spacing: 1px;
  padding: 16px 30px;
  border-right: 1px solid #98969694;  
  border-radius: 0;
  line-height: 1;
  font-weight: bold;
  position: relative;
}

.nav-tabs .nav-link.active
{
  border: none;
  color: #ffffff;
  border-right: 1px solid #194592;
  background-color: #194592;
}

.nav-tabs .nav-locations{
  padding: 15px 25px!important;
}

.nav-tabs .nav-locations.active
{
  border-right: 1px solid #c5c5c5;
  background-color: #c5c5c5;
}

.nav-tabs .nav-locations:nth-child(4){
  padding: 0 5px!important;

}

.nav-tabs .nav-locations:nth-child(4) img{
  width: 180px!important;
}


.nav-tabs .nav-locations img{
  transition: transform 0.3s;
  width: 150px!important;
}

.nav-tabs .nav-locations img:hover{
  transform: scale(1.09);
}

.nav-tabs .nav-link.active::after
{
  position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 8px;
    border-top-color: #194592;
    content: "";
    pointer-events: none;
}

.nav-tabs .nav-locations.active::after
{
  border-top-color: #c5c5c5;
}
.media-tabs.nav-tabs .nav-link:first-child
{
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}
.media-tabs.nav-tabs .nav-link:last-child,
.media-tabs.nav-tabs .nav-link.active:last-child
{
   border-right: 0;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}


.main-iso>.item:hover
{
  cursor: pointer;
}
.main-iso>.item:hover .img-overlay
{
  opacity: 0.5;
}
.main-iso>.item .gallery-h-content
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
    opacity: 0;
    color: #808080;
    width: 88%;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
}
.main-iso>.item .gallery-h-content h4
{
  font-size: 17px;
  letter-spacing: 1px;
  font-family: 'Cocon', sans-serif;
  text-transform: uppercase;
}
.main-iso>.item:hover .gallery-h-content
{
  opacity: 1;
  color: #fff;
}
.main-iso>.item .img-overlay
{
    opacity: 0;
}
.main-iso > .item:hover .img-overlay {
    opacity: 0.6;
}
    .gallery-h-content p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.gallery-tabs-wrap .tab-content>.active
{
  transition: all 0.2s;
}

.gallery-tabs-wrap .tab-content>.tab-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.gallery-page-sketch
{
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.sketch-overlay
{
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      opacity: 0.5;
}
.primary-color
{
  color: #194993;
}
.button-overr-line2
{
  position: absolute;
    left: 12%;
    max-width: 50%;
    background-color: #194592;
    text-align: center;
    padding: 10px 40px 10px 0px;
    margin-top: -33px;
}
.bs-icon-btn i
{

  font-size: 18px;
  position: relative;
  z-index: 2;
  margin-left: 10px;
  margin-right: -7px;
}
.sus-img-grid-view-btn .button-overr-line2
{
    left: 50%;
    background-color: #f5f6f7;
    transform: translate(-50%, 0px);
    background-color: #ebececde;
}
.line-top-left.over-section {
  max-width: 50%;
}
.sus-img-grid-view-btn .line-top-left.over-section
{
   margin: auto;
}
/* sustainability pages css */
.ovc-img-wrap,
.overlay-card
{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  height: 520px;
  width: 100%;
}
.ovc-img-wrap img
{
  width: 100%;
  object-fit: cover;
}
.ovc-content-wrap
{
    position: absolute;
    left: 10%;
    top: 94%;
    color: #fff;
    width: 80%;
    vertical-align: bottom;
    text-align: left;
    transition: all 0.5s;
  }
  .overlay-card:hover .ovc-content-wrap
  {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .ovc-content-wrap h3
  {
    font-family: 'Cocon', sans-serif;
   font-size: clamp( 24px, 1.5vw, 35px);
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 4px 0;
    transform-origin: 0px 0px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
  }
  .overlay-card:hover  .ovc-content-wrap h3
  {
    transform: none;
    writing-mode: horizontal-tb;
  }
  .ovc-content-wrap p
  {
      font-size: 16px;
      margin-top: 10px;
      opacity: 0;
      height: 0;
  }
  .ovc-content-wrap a
  {
    opacity: 0;
    height: 0;
  }
  .overlay-card:hover .ovc-content-wrap p,
  .overlay-card:hover .ovc-content-wrap a
  {
      opacity: 1;
      height: auto;
  }
  .wo-hover.img-overlay
  {
     opacity: 0.5;
     transition: all 0.3s;
  }
  .overlay-card:hover .wo-hover.img-overlay
  {
    opacity: 0.8;
  }
   .farabi-primary.h-sm
  {
    font-size: 22px;
    position: relative;
  }
 
  .commited-to-excellence .container
  {
   
    position: relative;
  }
  .commited-to-excellence .container::before
  {
     content: ' ';
     position: absolute;
     left: 0;
     top: 0;
     height: 70%;
     width: 100%;
     background-color: #f5f6f7;
     border-radius: 10px;
  }
  .featured-news-slider
  {
    position: relative;
    overflow: hidden;
    padding: 45px 0;
  }
  .top-right-arrow-prev,
  .top-right-arrow-next
  {
     width: 54px;
     top: 4px;
  }
  .top-right-arrow-prev
  {
    left: auto;
    right: 70px;
  }
  .top-right-arrow-prev::after,
  .top-right-arrow-next::after
  {
     display: none;
  }
 .s-with-bg-sketch
 {
  background: linear-gradient(0deg, rgb(255 255 255 / 97%), rgb(255 255 255 / 99%)), url(../images/fn-sketch.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
 }

 .sus-team-detail
 {
  background-image: url('../banner-images/Engagement.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
  padding:70px 0;
  background-position-x: -100px;
  overflow: hidden;
  margin-bottom: 100px;
 }

 .sus-team-detail .container
 {
   position: relative;
   z-index: 2;
   background-color: #f4f5f6f0;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;

 }
 .sus-team-detail>.container::before
 {
  content: ' ';
   position: absolute;
   right: -30%;
   width: 30%;
   height: 100%;
   top: 0;
   background-color: #f4f5f6f0;
 }
.c-bulle-list ul, .c-bulle-list, .policy-page-content ul {
    padding-left: 0;
    padding-right: 0;
}
    .c-bulle-list li, .policy-page-content ul li {
        list-style: none;
        margin: 10px 0;
        position: relative;
        display: flex;
        align-items: start;
    }
        .c-bulle-list li::before, .policy-page-content ul li::before {
            content: '';
            background-color: #f5921d;
            border-radius: 50%;
            display: inline-block;
            min-width: 10px;
            min-height: 10px;
            max-height: 10px;
            max-width: 10px;
            margin-right: 20px;
            margin-top: 11px;
        }

        .hssq-policy .c-bulle-list li::before{
          margin-top: 12px;
        }
 .sust-tabs.media-tabs.nav-tabs .nav-link
 {
  font-size: clamp( 17px, 1vw, 24px);

 }
 
 .media-tabs.nav-tabs.facilities-tabs .nav-link,
 .facilities-tabs.locations-tabs .nav-tabs .nav-link
 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #fff;
}
.facilities-tabs.locations-tabs .nav-link,
.facilities-tabs.locations-tabs
{
    background-color: transparent;
    border: 0;
}
.facilities-tabs.locations-tabs .nav-link.active
{
   border: 0;
}
.facilities-tabs.locations-tabs .nav-link
{
  color: #fff;
  font-family: 'Cocon', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.facilities-tabs.locations-tabs .nav-link.active
{
  color: #f5921d;
}
.facilities-tabs.locations-tabs .nav-link,
.facilities-tabs.locations-tabs .nav-link.active
{
  border-right: 1px solid #fff;
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.media-tabs.nav-tabs.facilities-tabs .nav-link:last-child,
.media-tabs.nav-tabs.facilities-tabs .nav-link.active:last-child,
.facilities-tabs.locations-tabs .nav-link:last-child
{
   border-right: 0;
}
.facilities-tabs.locations-tabs .nav-link:first-child
{
   padding-left: 0;
}
 .media-tabs.nav-tabs.facilities-tabs
{
   border-bottom: 1px solid #fff;
}
.w-overlay.section-img-left::before
{
  background: linear-gradient(0deg, rgb(25 69 146 / 93%), rgb(25 69 146 / 86%)), url('../images/ceo-message-bg.jpg');
}
.vps-section
{
  position: relative;
}
.vps-section .container
{
   background-color: #194592;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}
.vps-section::before
{
  content: '';
  width: 30%;
  height: 100%;
  background-color: #194592;
  left: 0;
  position: absolute;
  z-index: -1;
}
.summary a:hover
{
   text-decoration: none;
}
/* .summary a.collapsed:after {
  content: '+ Read More';
  color: #f5921d;
}
.summary a:not(.collapsed):after {
  content: '- Read Less';
  color: #f5921d;
} */


/* about page css */
.light-overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f4f5f6;
  opacity: 0.7;
  left: 0;
  top: 0;
}
.image-with-line-cut
{
    position: relative;
    display: inline-block;
}
.image-with-line-cut::before
{
    content: '';
    position: absolute;
    left: 15%;
    height: 100%;
    background-color: #194993;
    width: 10px;
}
.image-with-line-cut img
{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.core-values-section {
  background: linear-gradient(0deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 88%)), url(../images/illustration.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-attachment: fixed;
}

 /* our growth story page css */

 .timeline-slider .swiper-wrapper{
  cursor: pointer;
 }

 .growth-story-icon{
  margin-top: 10px;
  height: 65px;
    width: 65px;
    fill: gray;
 }

 /* :root {
  --loop: infinite;
  --speed: 1.8s;
  --distance: -200px;
} */

/* #touch-tooltip {
  animation: var(--speed) opacity;
  animation-iteration-count: var(--loop);
  opacity: 0;
}

#touch-tooltip #drag-gesture {
  animation: var(--speed) drag;
  animation-iteration-count: var(--loop);
  margin: 0 50%;
  position: relative;
  bottom: -350px;
}

#touch-tooltip #drag-gesture #hand-icon {
  animation: var(--speed) tap;
  animation-iteration-count: var(--loop);
  background-image: url("https://cdn2.iconfinder.com/data/icons/hawcons-gesture-stroke/32/icon_24_one_finger_tap-512.png");
  background-size: cover;
  width: 50px;
  height: 50px;
} */

@keyframes tap {
  0% {
    transform: scale(2);
  }
  10% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(1);
  }
}

@keyframes opacity {
  50% {
    opacity: 1;
  }
}

@keyframes drag {
  25% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--distance));
  }
}


.timeline-section::before
{
  content: ' ';
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
     background-image: linear-gradient(47deg, white,#ffffff,#ffffffde, #ffffff4a);
}
.timeline-section::after
{
  content: ' ';
  background-image: url('../images/who-we-are.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}


.timeline-section
{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.timeline-section .container
{
  /* background-color: #ffffffd8; */
  padding: 100px 40px 0 40px;
  /* position: relative; */
  /* top: -70px; */
  border-radius: 10px;
  /* margin: 0 0px; */
}

.only-bg-img-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

.only-bg-img-section .container{
  max-width: 1660px !important;
}

/* .desktop-overflow-hidden{
  overflow: hidden;
} */


.timeline-box{
  border-radius: 5px;
  padding: 10px;
  margin: 0 1px;
  background-color: #194592;
  transition: background-color 0.6s ease;
}

.timeline-box:hover{
  background-color: #f7911d;
  cursor: pointer;
}

.timeline-item.expanded .timeline-box{
  background-color: #f7911d;
}

.timeline-info{
  opacity: 0;
  padding-top: 10px;
  width: 300px;

}

.timeline-img{
  opacity: 0;
  border-radius: 20px;
  margin-bottom: 20px;
}

.timeline-img img {
  padding: 0;
  margin: 0 12px;
  height: 150px;
  object-fit: cover; 
  border-radius: 10px;
}

.timeline-item.expanded .timeline-info{
  position: relative;
  opacity: 1;
  animation: fadeInFromNone 1s ease forwards;
  left: 25px;
}

.timeline-item .timeline-info{
  position: relative;
  left: 25px;
}

.timeline-dot-container{
  position: absolute;
  animation: fadeInFromNone 0.1s ease forwards;
}

.timeline-dot{
  position: relative;
  top: 0px;
  right: 24px;
  font-size: 12px;
  color: #f7931d;
}

.timeline-item.expanded .timeline-img{
  opacity: 1;
  width: 100%;
  animation: fadeInFromNone 1s ease forwards;
}

.timeline-item {
  width: 200px !important;
  transition: width 0.7s ease, margin 0.7s ease, padding 0.7s ease, transform 0.3s ease-in-out;
  margin-left: 10px;
}

.timeline-info::before {
  content: "";
  position: absolute;
  left: -6px;
  border-left: 1px solid #194592;
  height: 92%;
  top: 32px;
}


.timeline-item.expanded {
  position: relative;
  padding-left: 20px;
  width: 300px !important;
}

.timeline-info p{
  font-size: 14px;
  font-weight: bold;
}

.timeline-arrow {
  position: relative;
  height: 100px; /* Adjust the height as needed */
  z-index: 100;
}

.timeline-arrow-mobile{
  display: none;
}


.timeline-swiper-button-next {
  position: absolute;
  top: 285%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.timeline-swiper-button-prev {
  position: absolute;
  top: 285%;
  left: 55%;
  transform: translate(-50%, -50%);
}


.timeline-swiper-button-prev .line-icon{
  stroke: #808080;
}

.timeline-swiper-button-prev .line-icon:hover{
  stroke: #f7931d;
}

.timeline-swiper-button-next .line-icon{
  stroke: #808080;
}

.timeline-swiper-button-next .line-icon:hover{
  stroke: #f7931d;
}





@keyframes fadeInFromNone {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* Card container */
.timeline
{
  overflow: hidden;
  padding-bottom: 150px;
}
.timeline .card {
  position: relative;
  max-width: 100%;
  height: 190px;
  border-style: none;
  background-color: transparent;
}

/* setting padding based on even or odd */
.timeline .card:nth-child(odd) {
  padding: 55px 0 55px 30px;
}
.timeline .card:nth-child(even) {
  padding: 50px 30px 50px 0;
}
/* Global ::before */
.timeline .card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid transparent;
}

.timeline .card::after {
  content: "";
  position: absolute;
  width: 0;
  border: solid transparent;
}

/* Setting the border of top, bottom, left */

.card_1_line {
  border-radius: 0;
}
.timeline .card {
  border-radius: 0;
}
.gs-content-wrap
{
  position: absolute;
  min-width: 200px;
  left: 140px;
  top: -100%;
  min-height: 130px;
  display: flex;
  align-items: end;
  color: #808080;
  opacity: 0;
  transition-delay: 2s;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
 
  
}
.gs-content-wrap h3
{
  font-family: 'Ptsans';
  font-size: 1.3vw;
  margin-bottom: 4px;
}
/* Setting the border of top, bottom, right */
.timeline .card:nth-child(odd)::before {
  right: 50%;
  top: -4px;
  width: 0;
  height: 0;
  bottom: 0px;
  border-width: 5px 0 5px 5px;
  border-radius: 95px 0 0 95px;
}

.timeline .card:nth-child(odd)::after {
  left: 0px;
  top: -4px;
  height: 100%;
  width: 0;
  bottom: 0px;
  border-width: 5px 0 5px 5px;
  border-radius: 95px 0 0 95px;
}
.timeline .card:nth-child(odd).active::before
{
  border-top-color: #989191;
  border-left-color: #989191;
  transition: width 0.70s ease-out,height 0.70s ease 0.70s;
}

.timeline .card:nth-child(odd).active::after
{
  width: 50%;
  border-bottom-color: #989191;
  transition: border-color 1s ease-out 1.25s,width 1.5s ease 1s;
}

.timeline .card:nth-child(even)::before {
  left: 50%;
  width: 0;
  height: 0;
  top: -5px;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 95px 95px 0;
}
.timeline .card:nth-child(even)::after
{
  right: 0;
  top: -5px;
  bottom: 0;
  width: 0;
  height: 100%;
  border-width: 5px 5px 5px 0;
    border-radius: 0 0 95px 0;
}
.timeline .card:nth-child(even).active::before
{
  border-top-color: #989191;
  border-right-color: #989191;
  transition: width 0.70s ease-out,height 0.70s ease 0.70s;
}

.timeline .card:nth-child(even).active::after
{

  border-bottom-color: #989191;
  transition: border-color 1s ease-out 1.25s,width 1.5s ease 1s;
}
.timeline .card:nth-child(even).active::before,
.timeline .card:nth-child(even).active::after,
.timeline .card:nth-child(odd).active::before,
.timeline .card:nth-child(odd).active::after
{
  width: 50%;
  height: 102%;
}




.timeline .card:nth-child(even):hover::after
{
  border-top-right-radius: 95px;
}
/* Removing the border if it is the first card */
.timeline .card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
  width: 25%;
  left: 25%;
  top: 96%;
  height: 0!important;
}
.timeline .card:first-child::after {
  border-top: 0;
  border-top-left-radius: 0;
  width: 25%;
  left: 25%;
  top: 97.67%;
  height: 0!important;
}

/* Removing the border if it is the last card  and it's even */
/* .timeline .card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
} */

/* Information about the timeline */
.info {
  border-radius: 10px;
  position: absolute;
  top: 70%;
  z-index: 2;
}
.gs-icon-wrap
{
    border: 6px solid #f5921d;
    height: 98px;
    width: 98px;
    border-radius: 50%;
    padding: 4px;
    background-color: #e7e8e8;
    opacity: 0;
  transition-delay: 0.8s;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.gs-icon-wrap .gs-circle-wrap
{
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #194993;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;

}
.gs-icon-wrap .gs-circle-wrap img
{
  height: auto;
    max-width: 33px;
    max-height: 50px;
    opacity: 1;
    transition: opacity 0.8s;
}

/* Title of the card */
.timeline .title {
  color: gray;
  z-index: 1;
  font-size: 14px;

}


/* text right if the card is even  */
.timeline .card:nth-child(even) > .info {
  left: 45%;
}

/* setting dot to the left if the card is odd */

.timeline .card:nth-child(odd) > .info {
  left: 20%;
}

/* setting dot to the right if the card is odd */
.timeline  .card:nth-child(even) > .info > .title .gs-icon-wrap {
  left: 0;
}
.timeline  .card:nth-child(even) > .info > .title {
  right: -450px;
}
.timeline .card:last-child:nth-child(odd) > .info
{
    left: 40%;
}

.timeline .card.active .gs-content-wrap,
.timeline .card.active .gs-icon-wrap
{
   
   opacity: 1;
}

.timeline .card .gs-circle-wrap img.gs-primary-icon
{
   opacity: 0;
   width: 0;
}
.timeline .card:hover .gs-circle-wrap img.gs-primary-icon
{
  width: initial;
   max-width: 33px;
   opacity: 1;
}
.timeline .card:hover .gs-circle-wrap img
{
    width: 0;
    opacity: 0;
}
.timeline .card:hover .gs-circle-wrap
{
  background-color: transparent;
}

/* facilities technology page */

.location-img-col{
  margin-bottom: -70px;
}

.facilities-section
{
  background-color: #eff0f1;
  overflow: hidden;
}
.after-primary-bg
{
  position: relative;
  margin-top: 30px;
  padding: 30px 0;
}
.after-primary-bg::before
{
   content: ' ';
   position: absolute;
   top: 0;
   right: 0;
   width: 130%;
   height: 100%;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   background-color: #194a93;
   z-index: -1;
}
.google-maps {
  overflow: hidden;
}
.full-width-container {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.product-list-at
{
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
}
.product-list-at ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.product-list-at ul li
{
  list-style: none;
    margin: 5px 0;
    position: relative;
    display: flex;
    align-items: start;
    font-family: 'Ptsans', sans-serif;
    text-transform: capitalize;
}
.product-list-at>h3
{
   border-bottom: 2px solid #ef8e1c;
   padding-bottom: 10px;
}
/* .product-list-at ul li::before
{
  content: '';
  height: 12px;
  width: 12px;
  background-color: #f5921d;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 5px;
} */
.tech-card {
  display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.tech-card h3
{
  font-size: 20px;
  font-weight: 700;
  color: #010101;
  font-family: 'Ptsans', sans-serif;
}
.tech-card p {
  font-size: clamp( 14px, 0.85vw, 17px);
  font-weight: 500;
  text-transform: uppercase;
  color: #808080;
}
.tech-card img
{
  max-width: 120px;
}
#nav-technologies
{
  position: relative;
}
#nav-technologies
{
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}

#nav-technologies .tech-img
{
    content: '';
    height: 800px;
    width: 55%;
    position: absolute;
    right: -13%;
    top: -7.5%;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
} 

/* core value page css */
.cvalue-content-wrap
{
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 30px;
  position: relative;
  z-index: 2;
  min-height: 200px;
    display: flex;
}
.cvalue-img-wrap img
{
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.cvalue-content-wrap.odd
{
  margin-left: -100px;
}
.cvalue-content-wrap.even
{
  margin-right: -100px;
}
.cvalue-content-inner
{
    max-width: 550px;
    margin: auto;
    text-align: center;
}
.cvalue-content-inner p
{
  margin-bottom: 0;
}

/* certificates and awards */
.certificates
{
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  position: relative;
}
.certificates .modal-dialog
{
  max-width: 80%;
  height: 100%;
}
.product-enquiry-model .modal-dialog
{
  max-width: 800px;
}
/* .modal-dialog-scrollable .modal-content
{
  height: 92%;
} */
.certificates::before
{
  content: '';
  position: absolute;
  height: 100%;
  width: 90%;
  right: 0;
  bottom: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("../images/certificates.jpg");
  background-size: cover;
}
.certificates .container,
.awards-section .container
{
  position: relative;
  z-index: 2;
}
.certificates-card
{
  padding: 25px;
  background-color: #fff;
  text-align: center;
  letter-spacing: 1px;
  min-height: 220px;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
}
.certificates-card h3
{
   color: #194993;
   font-size: 18px;
   line-height: 1.5;
   font-family: 'Ptsans', sans-serif;
}
.certificates-card:hover
{
  background-color: #194993;
}
.certificates-card:hover h3
{
   color: #fff;
}

.awards-section
{
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 20px;
  position: relative;
}
.awards-section::before
{
  content: '';
  position: absolute;
  height: 65%;
    width: 91%;
    left: 0;
    bottom: 30%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f0f0f1;
  background-size: cover;
}
.awards-slider-wrap .exhibition-box
{
  background-color: #fff;
  border-radius: 10px;
}
.awards-slider-wrap .exhibition-box:after
{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #194592), color-stop(27%, transparent));
    background: linear-gradient(to top, #194592 26%, transparent 27%);
    border-radius: 10px
}
.awards-slider-wrap .news-contents
{
  margin-top: -5%;
}
.awards-slider-wrap .exhibition-box figure .img
{
   min-height: auto;
   max-height: 350px;
}
.awards-slider-wrap .exhibition-box .content-box h4>a
{
   margin-bottom: 0;
}


/* Careers page css */
.careers-page-content-white p{
  color: #FFF;
}

.careers-images-section img
{
    min-height: 480px;
    width: 100%;
    object-fit: cover;

}
.career-stretch-section
{
  display: flex;
  gap: 20px;
}
.career-stretch-inner
{
  width: 25%;
  transition: all 2s;
}

.exhibition-box-careers .content-box h4 {
  height: 50px!important;
}

.exhibition-box-careers .content-box p{
  font-size: clamp( 18px, 0.8vw, 20px)!important;
}

.career-stretch-inner .exhibition-box:after
{
  background: linear-gradient(to top, #194592e8 23%, #19459245 36%);
  transition: all 2s;
}
.career-stretch-inner .news-contents {
  margin-top: -40%;
}
.career-stretch-inner .exhibition-box .content-box
{
   padding-bottom: 0;
   padding-top: 0;
}
.career-stretch-inner:hover .exhibition-box:after
{
  background: linear-gradient(to top, #1945929c 26%, #1945929c 27%);
}
.career-stretch-inner .exhibition-box .content-box h4>a
{
   text-transform: uppercase;
   font-size: 1vw;
   letter-spacing: 2px;
}
.career-stretch-inner:hover
{
   width: 100%;
}
.career-card-inner-content
{
  height: 0px;
  color: #fff;
  opacity: 0;
  transition-delay: 0.5s;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
}
.career-stretch-inner .exhibition-box .content-box
{
  position: absolute;
  bottom: 0%;
}
.career-stretch-inner:hover .career-card-inner-content
{
  height: 200px;
  opacity: 1;
  max-width: 490px;
}
.imp-strategy-table thead>tr
{
   background-color: #194993;
   color: #fff;
}
.bg-grey
{
  background-color: #f8f8f8;
}
.bg-dark-grey
{
  background-color: #e9e9e9;
}
.career-single-slider-img img
{
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.career-single-img-slider
{
  margin-top: -50px;
}

/* .simple-accordion .accordion-button,
.simple-accordion  .accordion-collapse
{
  border: none;
    background-color: transparent;
    padding: 20px 0;
} */
.simple-accordion .accordion-item
{
   margin-bottom: 20px;
   overflow: hidden;
   background-color: transparent;
   border: none;
}
.simple-accordion .accordion-button
{
  font-family: 'Ptsans';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1vw;
    color: #194993;
    text-align: left;
    background-color: #fff;
    border: none;
    padding: 25px 30px;
    border-radius: 10px!important;
}
.simple-accordion .accordion-button:not(.collapsed)
{
  background-color: #194993;
  color: #fff;
}
.simple-accordion .accordion-collapse
{
  border: none;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  border: 1px solid #194a9370;
}
.simple-accordion .accordion-button:not(.collapsed)::after 
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.simple-accordion .accordion-collapse .accordion-body
{
  padding: 0;
}
.career-accor-img
{
   border-radius: 10px;
   height: 300px;
    width: 100%;
    object-fit: cover;
}

.simple-accordion .accordion-button.collapsed
{
    border: none;
    color: #808080;
}

.simple-accordion .accordion-button:focus
{
  box-shadow: none;
  border-color: inherit;
}

/* .simple-accordion  .accordion-collapse .accordion-body
{
   padding: 0;
} */
.career-dev-section
{
  position: relative;
}
.career-dev-section::before
{
  content: '';
  left: 0;
  position: absolute;
  height: 100%;
  width: 30%;
  background-color: #e9e9e9;
  z-index: -1;
}
.career-dev-section .container
{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 0;
}

.wbox-card-wrap
{
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  min-height: 210px;
  padding: 30px 25px;
  text-align: center;
  justify-content: center;
}
.wbox-card-wrap img
{
  max-width: 65px;
  height: auto;
  max-height: 60px;
}
.wbox-card-wrap p
{
   margin-top: 14px;
   margin-bottom: 0;
}

.why-work-in-farabi
{
  margin-top: -300px;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
}
.wfb-content p b
{
    color: #1b4993;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}
.p-img-overlay
{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background-color: #194993;
}

.s-img-overlay{
  position: absolute;
  background-color: #194993;
  opacity: 0.4;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.career-page-slider .exhibition-box .content-box
{
   padding: 0px 30px 0px 30px;
}
.career-page-slider .news-contents
{
   margin-top: -53%;
   text-align: left;
}
.career-page-slider .exhibition-box:after
{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #194592cf), color-stop(80%, #19459257));
    background: linear-gradient(to top, #194592cf 26%, #19459257 80%);
    border-radius: 10px;
}



#page-tabs.fixed-page-tabs{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 1px 1px 9px #0000001c;
  }


.sus-img-grid
{
  height: 180px;
  width: 100%;
}
.sus-img-grid img
{
  border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover ;
}


 /***** about us new page *****/
.vm-cards-wrap
{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
 .vm-card {
  background-color: #eaeeef;
  min-height: 460px;
  display: flex;
  align-items: start;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  width: 33.3%;
  height: 100%;
  justify-content: center; 
  transition: all 1.5s;
  max-height: 460px;
}

.vm-card .vm-card-content
{
  padding: 50px 40px;
}
.vm-card-img
{
  width: 0;
  opacity: 0;
  transition: all 0.8s;
}
.vm-card-img img
{
  min-height: 460px;
  max-height: 460px;
  width: 0;
  object-fit: cover;
  transition: all 1.5s;
}
.vm-card.stretch-it
{
  width: 100%;
}
.vm-card.stretch-it .vm-card-content
{
  min-width: 50%;
  max-width: 50%;
}
.vm-card-content-inner
{
  max-width: 280px;
  margin: auto;
}

.vm-card:hover 
{
    background-color: #194592;
}
.vm-card:hover .vm-card-content,
.vm-card:hover .h-md
{
   color: #fff;
}
.vm-card.stretch-it .vm-card-img
{
  min-width: 50%;
  max-width: 50%;
  opacity: 1;
}
.vm-card.stretch-it .vm-card-img img
{
   width: 100%;
}

.vm-card.stretch-it .vm-card-content-inner-text
{
  animation: name-of-animation 2.3s linear;
  
}
@keyframes name-of-animation {
  0%    { 
    opacity: 0; 
  }
  25%{
     transform: translateY(300px);
  }

 50%{
  opacity: 0;
  transform: translateY(300px);
}
75%{
  opacity: 0.5;
  transform: translateY(150px);
}
  100%  { 
    opacity: 1; 
    transform: translateY(0px);
  }
}
.vm-card-icon
{
  max-width: 60px;
}
/***** End Section *****/


/* sustainability engagement new section */
.s-engagment-impact-list ul
{
   padding-left: 0;
}
.s-engagment-impact-list ul li
{
    list-style: none;
    position: relative;
    display: flex;
    gap: 8px;
    margin: 10px 0;
    text-align: left;
}
.s-engagment-impact-list ul li::before
{
  content: '';
  min-width: 18px;
  min-height: 18px;
  margin-top: 4px;
  border-radius: 50%;
  width: 18px;
  max-height: 18px;
}
.s-engagment-impact-list ul li:nth-child(1):before
{
  background-color: #fff;
  border: 1px solid #f5921d;
}
.s-engagment-impact-list ul li:nth-child(2):before
{
  background-color: #f5921d;
  border: 1px solid #f5921d;
}
.s-engagment-impact-list ul li:nth-child(3):before
{
  background-color: #b7b5b3;
  border: 1px solid #b7b5b3;
}
.eng-items-list ul
{
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.eng-items-list ul li
{
   list-style: none;
  margin: 12px 0;
   display: inline-block;
  
}

.eng-items-list ul li a
{
  text-decoration: none;
  padding: 9px 20px;
  border: 1px solid #194993;
  border-radius: 10px;
  color: #808080;
  transition: all 0.3s;
}
.reports-list.eng-items-list ul li
{
   width: 100%;
}
.reports-list.eng-items-list ul li a
{
   width: 100%;
   display: flex;
    justify-content: space-between;
}

.eng-items-list ul li a:hover
{
  background-color: #194993;
  color: #fff;
}
.eng-items-list ul li span
{
  padding-left: 8px;
}
.eng-items-list ul li span i
{
    font-size: 20px;
    color: #194993;
}
.eng-items-list ul li a:hover span i
{
  color: #fff;
}


/* iniatiatives */
.initiative-card 
{
  position: relative;
}
.initiative-card::after
{
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f5921d;
  transition: all 0.5s ease-in-out;
}
.initiative-card:hover::after
{
  width: 80%;
}
.initiative-card img
{
   border-radius: 10px;
   width: 100%;
   height: 240px;
   object-fit: cover;
}
.initiative-card .initiative-caption
{
   color: #808080;
   margin-top: 10px;
   margin-bottom: 8px;
}
.initiative-card:hover .initiative-caption
{
   color: #194993;
}

/* key milestones */

.main-timeline {
  padding: 20px 0;
  position: relative;
}

.main-timeline::before,
.main-timeline::after {
  content: "";
  height: 34px;
  width: 34px;
  background-color: #194993;
  border-radius: 50%;
  border: 6px solid #f7911d;
  transform: translatex(-50%);
  position: absolute;
  left: 50%;
  top: -4px;
  z-index: 2;
}

.main-timeline::after {
  top: auto;
  bottom: 8px;
}

.main-timeline .timeline {
  padding: 20px 0;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  height: 180px;
  display: flex;
  align-items: center;
}

.main-timeline .timeline::before {
  content: "";
  height: 100%;
  width: 50%;
  border-radius: 115px 0 0 115px;
  border: 10px solid #7e7c7c;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-timeline .timeline::after {
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  left: 12px;
  top: 15px;
}

.main-timeline .timeline-content {
  display: inline-flex;
  padding: 10px 46px;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  padding: 5px;
  border-radius: 50%;
  background-color: #194993;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.key-mils-list
{
  margin-bottom: 0;
}
.key-mils-list li
{
  text-align: left;
  font-size: 15px;
  /* white-space: nowrap; */
}
ul.key-mils-list li::before
{
  margin-right: 11px;
    margin-top: 4px;
}
.main-timeline .content {
  color: #000;
  padding: 20px;
  width: 100%;
}


.main-timeline .timeline:nth-child(even)::before {
  left: auto;
  right: 0;
  border-radius: 0 115px 115px 0;
  border: 10px solid #7e7c7c;
  border-left: none;
}
.main-timeline .timeline:nth-child(even) .timeline-content
{
  justify-content: end;
  flex-direction: row-reverse;
}
.main-timeline .timeline:nth-child(even) .key-mils-list li
{
   justify-content: end;
}
.main-timeline .timeline:nth-child(even)::after {
  left: auto;
  right: 12px;
  border-radius: 0 115px 115px 0;
  border: 10px solid #bcbdc0;
  border-left: none;
}

.main-timeline .timeline:nth-child(even) .content {
  text-align: right;
}


/* sustainability team */
.rr-circles-wrap
{
  display: flex;
    flex-direction: column;
    gap: 120px;
    position: relative;
}
.rr-circles-wrap::before
{
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 4px;
    height: 100%;
    z-index: -1;
    background-color: #666666;
}
.rr-circle
{
  height: 230px;
  width: 230px;
  background-color: #194993;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}

.rr-circle-inner
{
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #194993;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.2s;
}
.rr-circles-wrap .rr-circle:hover .rr-circle-inner
{
  background-color: #f5921d;
  border-color: #f5921d;
}
.rr-circle-inner p
{
  max-width: 180px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.css-arrow-wrap
{
  position: absolute;
  left: 50%;
  top: -72px;
  transform: translate(-50%, 0px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.css-arrow-up
{
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #194993;
}
.css-arrow-line
{
  width: 26px;
  background-color: #194993;
  height: 50px;
}

.ssc-img img
{
   border-radius: 10px;
}
.admin-matters-sec
{
  background-color: #adabac;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.icon-with-textbox
{
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.icon-with-textbox p
{
    margin-bottom: 0;
    margin-top: 15px;
    color: #194993;
    line-height: 1.4;
}
.icon-with-textbox img
{
  max-width: 75px;
}
.p-text-box
{
  padding: 35px 45px;
    background-color: #1949939e;
    border-radius: 10px;
    height: 100%;
    color: #fff;
}
/* sustainablity objective */

.ob-circle
{
  height: 130px;
  width: 130px;
  background-color: #194993;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
.ob-circle-inner
{
  height: 110px;
  width: 110px;
  background-color: #194993;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.ob-circle-container.active .ob-circle-inner
{
      background-color: #f5921d;  
      border: 1px solid #f5921d;  
}
.ob-circle-inner P
{
   color: #fff;
   font-size: 16px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 0;
}
.emblum-wrap
{
  max-width: 500px;
  position: relative;
  margin: auto;
}
.objective-circle-wrap
{
  position: relative; 
  width: 100%;
  height: 455px;
}
.ob-circle-container
{
  position: absolute;
}
.ob-circle-container:nth-child(1)
{
   top: 0;
   right: 15%;
}
.ob-circle-container:nth-child(2)
{
  bottom: 0;
  left: 0;
}
.ob-circle-container:nth-child(3)
{
  bottom: 5%;
  right: 0;
}
.ob-circle-container:nth-child(2) .ob-circle
{
    height: 180px;
    width: 180px;
}
.ob-circle-container:nth-child(2) .ob-circle-inner
{
  height: 160px;
  width: 160px;
}
.ob-center-circle
{
  height: 210px;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  background-color: #194993;
  position: absolute;
  left: 60%;
  top: 55%;
  transform: translate(-60%,-54%);
}

.ob-center-circle-inner
{
  background-color: #fff;
  height: 185px;
  width: 185px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.ob-center-circle-inner p
{
   color: #194993;
   font-size: 17px;
   font-weight: 600;
   margin-bottom: 0;
   letter-spacing: 2px;
   text-transform: uppercase;
}
.emblum-line
{
  position: absolute;
  height: 43px;
  width: 14px;
  background-color: #194993;
  z-index: -1;
}
span.emblum-line.one {
  top: -12%;
  left: 70%;
  transform: rotate(26deg);
}
span.emblum-line.two {
  bottom: 7%;
  left: -1%;
  transform: rotate(61deg);
}
span.emblum-line.three {
  bottom: 5%;
  left: 89%;
  transform: rotate(-51deg);
}
.obj-tab-contents.hide{
  display: none;
}
.dg-img-wrap
{
  position: relative;
}
.dg-logo
{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 18px 25px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


/* sustainability strategy */
.our-approach
{
  background-color: #194993;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 3;
}

.full-h-img
{
  height: 100%;
  width: 100%;
  object-fit: cover;  
}
.stay-focused-sec
{
  position: relative;
  z-index: 0;
}
.stay-focused-sec::before
{
  content: '';
    left: 0;
    position: absolute;
    height: 100%;
    width: 30%;
    background-color: #f2f2f2;
    z-index: -1;
}
.stay-focused-sec .container {
  background-color: #f2f2f2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 145px;
  margin-top: -160px;
}
.border-left
{
  border-left: 2px solid #c8c6c6;
}
.img-with-text-overlay
{
  height: 320px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.img-with-text-overlay::before
{
   content: ' ';
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #194993;
    opacity: 0.4;
    transition: all 0.3s;
}
.img-with-text-overlay:hover::before
{
  opacity: 0.55;
}
.img-with-text-overlay img
{
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.imgwt-overlay-content
{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   text-align: center ;
}
.principle-sec
{
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 120px;
  overflow: hidden;
  margin-top: -120px;

}
.principle-sec>.container
{
  position: relative;
  background-color: #194a93d4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 2;
}
.principle-sec>.container::before
{
  content: ' ';
  position: absolute;
  background-color: #194a93d4;
  right: -30%;
  width: 30%;
  height: 100%;
  bottom: 0;
 
}
.apply-principle
{
  z-index: 2;
  position: relative;
}

.materiality-sec
{
  background-color: #e8e9ea73;
}
.materiality-desc>em
{
   color: #194993;
   font-weight: 600;
}
.sus-governance-sec .container
{
  background-color: #e8e9ea73;
  border-radius: 10px;
}

.survey-sec .container
{
  background-color: #e8e9ea40;
  border-radius: 10px;
}
/* policy pages css */
/* careers */

.button-overr-line {
  position: absolute;
  left: 22%;
  margin-top: 1px;
  background-color: #194592;
  text-align: center;
  padding: 10px 40px 10px 0px;
}


.default-button .left2, .default-button .right2 {
  position: absolute;
  left: 27px;
  top: 0;
  width: 48px;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  transform: translate3d(-20px, 0, 0);
}

.careers-slider
{
  
  overflow: hidden;
  padding-bottom: 50px;
  position:relative;
  

}

/* careers */

.policy-page
{
  background-color: #ebecee;
}
.policy-page .bg-white 
{
   border-radius: 10px;
}
.policy-page h2
{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: #194592;
    font-size: 1.1vw;
    font-family: 'Ptsans';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.policy-page li
{
  line-break: anywhere;
}
.policy-page h2::before
{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f5921d;
}
.cookies-list-design li
{
   list-style: none;
   margin-bottom: 10px;
   display: flex;
}
.cookies-list-design li::before
{
  content: ' ';
    min-width: 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #f7931d;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 7px;
}

.careers-list-design li::before
{
  content: ' ';
    min-width: 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #f7931d;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 7px;
}
.cookies-list-design li strong
{
  padding-right: 5px;
}


.cookies-para p 
{
  padding-left: 25px;
}




.careers-sec li::before {
    content: ' ';
    min-width: 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #f7931d;
    margin-right: 20px;
    border-radius: 52%;
    margin-top: 17px;
    margin-left: 160px;
}

.careers-sec p {
    margin-top: 34px;
    margin-left: 151px;
    margin-block-end: 34px;
}

.careers-sec h2
{
    margin-top: 65px;
    margin-left: 150px;
    margin-block-end: 24px;
    text-transform: uppercase;

}





.training-sec h2
{

    margin-left: -2px;
    margin-block-end: 50px;
}
.training-sec p
{
    margin-block-end: 79px;
}

.training-sec img {
    
    height: 500px;
    width: 311px;
    border-radius: 20px;
    margin: 5px;
    margin-top: 13px;
}

.img-careers 
{

    display: flex;
    margin-left: -63px;


}
.careers-sec li
{
    margin-block-end: 10px;

}


.button-ov-line {
    position: absolute;
    left: 15%;
    margin-top: 41px;
    background-color: transparent;
    text-align: center;
    padding: 10px 40px 10px 0px;
}

.hssq-policy img {
    height: auto;
    width: 100%;
    z-index: 1;
    object-fit: cover;
}


.hssq-text-sec {
    background-color: #fffffff2;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.hssq-policy .hssq-text-sec li p
{

    font-size: 18px;
  
}


.hssq-sec-n {
    background-color: #1b4693;
    position: relative;
    z-index: 1;
}



.text-p-600 {
    color: #1b4693;
    font-family: 'Ptsans', sans-serif;
    font-size: 18px;
}


.line-list-hssq {
    margin-top: -15px;
    height: 2px;
    background: #ef8e1c;
    max-width: 305px;
    margin-left: 32px;
}

.hssq-p{
    margin-top: 38px;
    margin-block-end: 10px;
}


.work-slider.custom-s-slider-wrapper
{
    overflow: hidden;
    position: relative;
}
.work-slider figure img
{
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.work-card-img-wrap
{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.work-card-img-wrap .img-overlay
{
    opacity: 0.5;
}

.sustainability-program-sec{
    background-image: url(/images/banner-img-1.jpg);
    object-fit: cover;
    height: 1000px;
    width: 1000px;
    margin-left: 97px;
    border-radius: 10px;
    margin-block-end: 55%;
}

.sustainability-program-sec .container
{
    margin-left: 13%;
    margin-top: 25%;
    background: white;
    opacity: 0.8;
    border-radius: 10px;
    width: 1500px;
    height: 1500px;
}
.nav-tabs .nav-link
{
  background-color: #e6e7e7;
}
.media-tabs.nav-tabs.facilities-tabs
{
  border-bottom: 0;
  margin-bottom: 55px!important;
}
.product-tabs.nav-tabs
{
  border: none;
}

.product-tabs.nav-tabs .nav-link
{
  padding: 0;
}
.products-wraper .tab-content
{
   position: sticky;
   top: 20px;
}
.product-tabs.nav-tabs .nav-link::after
{
    display: none;
}
/* product categories dropdown */

.vodiapicker{
  display: none; 
}

#a{
  padding-left: 0px;
}

#a img, .btn-select img{
  width: 50px;
    height: 50px;
    border-radius: 5px;
  
}

#a li{
  list-style: none;
  margin: 5px;
    background-color: white;
    border-radius: 6px;
    padding: 7px;
}
#a li a
{
    display: block;
}
.btn-select li a
{
    color: #fff;
}
#a li:hover{
 cursor: pointer;
}
#a li.active,#a li:hover
{
  background-color: #194592;
  color: #fff;
}

#a li span, .btn-select li span{
  margin-left: 10px;
  
}
#a li span
{
  color: #194993;
}
#a li.active span,#a li:hover span
{
  color: #fff;
}
#a li:hover a,.btn-select li a:hover
{
   text-decoration: none;
}
/* item list */
.product-cat-select
{
  position: relative;
}
.product-cat-dropdown{
  display: none;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
    padding: 3px 5px;
    margin-top: 3px;
    position: absolute;
    z-index: 9;
    background-color: #f8f8f8;
    max-height: 219px;
    overflow-y: scroll;
}

.open{
  display: show !important;
}

.btn-select{
    width: 100%;
    height: 72px;
    border-radius: 10px;
    background-color: #194993;
    border: 1px solid #194993;
    padding: 5px 10px;
    position: relative;
}
.btn-select::after
{
  content: '\F282';
    right: 10px;
    position: absolute;
    top: 50%;
    font-size: 17px;
    font-family: bootstrap-icons !important;
    transform: translate(-5px, -50%);
    line-height: 1;
    color: #fff;

}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
  color: #fff;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #194993;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #194993;
}

.btn-select:focus{
   outline:none;
}

.main-timeline .timeline:nth-child(even) .key-mils-list
{
   justify-content: end;
}




/* site map css */
.sitemap li, .sitemap ul,.sitemap
{
   list-style: none;
   padding: 0;
   margin: 0;
}
.sitemap > li > ul {
  margin-top: 1.5rem;
}

.sitemap-wrap ul li {
  line-height: 1.8rem;
  vertical-align: top;
  position: relative;
}
.sitemap-wrap ul li a {
  text-decoration: none;
  color: #808080;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s;
}
.sitemap-wrap ul li a:hover
{
   color: #f7911d;
}
.sitemap-wrap ul ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.sitemap-wrap ul ul li {
  position: relative;
}
.sitemap-wrap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100%;
  border-left: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
.sitemap-wrap ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.8rem;
  border-bottom: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
.sitemap-wrap ul ul li a {
  margin-left: 3.75rem;
}
.ceo-image-wrapper {
    position: absolute;
    right: 60px;
    top: -170px;
    background-color: #3d6cc0;
    max-width: 390px;
    padding: 40px 40px 0 40px;
    border-radius: 10px;
    box-shadow: 0px 2px 16px 0px #0000002e;
}

/* .ceo-message-section .summary{
  height: 600px;
  overflow-y: auto;
}


*/

/* Create a custom thumb */
.range-slider__range {
  transform: rotate(-90deg);
}
.range-slider {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
}

.range-slider__range {
  -webkit-appearance: none;
  width: 80px;
  height: 10px;
  border-radius: 5px;
  background: #40629e;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
          width: 12px;
          height: 12px;
  border-radius: 50%;
  background: #ef8e1c;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  box-shadow: 0 0 0 3px #ef8e1c;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #ef8e1c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #ef8e1c;
}
.range-slider__range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ef8e1c;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #ef8e1c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #ef8e1c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ef8e1c;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.ceo-msg-parent-container{
  padding: 80px 20px;
}

.ceo-msg-container {
  position: relative;
  width: calc(100% - 130px);
  height: 528px; /* Adjust the height as needed */
  overflow: hidden;
}

.ceo-msg {
  overflow-y: scroll;
  height: 100%;
}

.ceo-name-label
{
  position: absolute;
  right: 0;
  background-color: #ffffffe8;
  bottom: 40px;
  text-align: left;
  padding: 20px 30px;
  z-index: 3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.vp-name-label
{
  position: absolute;
  left: 0;
  background-color: #ffffffe8;
  bottom: 40px;
  text-align: left;
  padding: 20px 30px;
  z-index: 3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ceo-name-label h2, .vp-name-label h2
{
   margin-bottom: 0!important;
}
.ceo-name-label p, .vp-name-label p
{
   margin-bottom: 0;
   color: #194592;
}


@media only screen and (min-width: 1200px)
{
  .page-menu ul
  {
    justify-content: center;
   
  }
 
}
@media only screen and (max-width: 1200px)
{
.awards-section::before,
.certificates::before,
.contact-form-wrap::before
{
  width: 99%;
}
  .gs-content-wrap h3,
  .news-event-title,
  .featured-title
  {
    font-size: 22px;
  }

  .page-menu .container{
    padding: 0 35px!important;
    position: relative;
  }

  .menu-wrapper {
    overflow: hidden;
    position: relative;
  }
  
  .menu-list {
    display: flex;
    transition: transform 0.3s ease;
    width: fit-content; /* Adjust the width as needed */
    position: relative;
    left: 0;
  }
  
  .menu-list li {
    /* Your existing styles for menu items */
    min-width: 100px; /* Set a minimum width for each menu item */
  }
  
  .scroll-buttons, .sus-scroll-buttons {
    display: block;
  }

  .left-button, .sus-left-button {
    position: absolute;
    top:50%;
    left: 5px;

  }

  .right-button, .sus-right-button {
    position: absolute;
    top:50%;
    right: -5px;
  }
  

  .scroll-button .bi-chevron-left::before, .scroll-button .bi-chevron-right::before, .sus-scroll-button .bi-chevron-left::before, .sus-scroll-button .bi-chevron-right::before  {
    font-weight: 900!important;
  }

  .page-menu ul::-webkit-scrollbar
  {
     height: 5px;
     width: 5px;
  }
  .page-menu ul::-webkit-scrollbar-thumb 
  {
     border-radius: 10px;
  }
  .page-menu ul
  {
   
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
  }
  .page-menu ul li
  {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 992px)
{

  .location-img-container img {
    position: absolute;
    top: -180px;
    right: 30px;
    z-index: 10;
    max-height: 240px;
    /* max-width: 400px; */
    /* width: 100%!important; */
}

    .c-bulle-list li::before {
        margin-right: 10px;
    }
  .simple-accordion .accordion-button
  {
    padding: 25px 15px;
  }
 
  .career-stretch-inner .exhibition-box .content-box h4>a,
  .simple-accordion .accordion-button
  {
    font-size: 16px;
  }
  .prd-description p
  {
    font-size: 15px;
  }
    .prd-in-cat-wrap {
        padding: 0px;
    }
    #accordionProduct .accordion-body {
        padding: 18px;
    }
  .applications-content li,
  .acc-prd-summary,.link-with-icon, .sust-tabs.media-tabs.nav-tabs .nav-link
  {
    font-size: 14px;
  }
  .sust-tabs.media-tabs.nav-tabs .nav-link
  {
    padding: 15px 12px;
  }
  .acc-inner-card-img img
  {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
  }
  .prd-thumb img
  {
    min-height: 220px;
    max-height: 260px;
    width: 100%;
  }

  .ceo-message-section .container
  {
    padding-right: 0!important;
  }
  .vm-cards-wrap
  {
    flex-direction: column;
  }
  .vm-card
  {
    width: 100%;
    
  }
  .vm-card.stretch-it .vm-card-content
  {
    min-width: 100%;
    max-width: 100%;
  }
  .vm-card .vm-card-img
  {
    display: none;
  }
  .row:has(.cvalue-content-wrap.even)
  {
    flex-direction: column-reverse;
  }
  .cvalue-content-wrap
  {
    margin: -30px 15px 0 15px!important;

  }
  .page-menu ul li
  {
    font-size: 15px;
  }
  .certificates
  {
    margin-bottom: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .contact-box::after
  {
    display: none;
  }
  .contact-box
  {
    padding: 0 3%;
  }
  .contact-form-wrap
  {
    padding: 150px 0;
  }
  .career-single-img-slider
  {
    margin-top: 0;
  }
  .link-with-icon
  {
    display: block;
    text-align: center;
  }
  .media-tabs.nav-tabs .nav-link
  {
    font-size: 15px;
  }
  .policy-page h2
 {
     font-size: 18px;
 }

}
@media only screen and (max-width: 767px)
{
  .location-content-wrap
  {

    max-height: 395px;
  }
  .main-timeline .timeline::before{
    width: 47%;
    left: 24px;
  }

  .main-timeline .timeline:nth-child(even)::before{
    right: 25px;
  }


  .after-primary-bg::before{
    right: -27%;
  }

  .career-stretch-section
  {
    flex-direction: column;
  }
  .principle-sec
  {
    padding-top: 175px;
  }
  .career-stretch-inner
  {
    width: 100%;
  }
  .career-stretch-inner .exhibition-box:after {
    background: linear-gradient(to top, #1945929c 26%, #1945929c 27%);
}
  .career-stretch-inner .career-card-inner-content
  {
    height: 200px;
    opacity: 1;
  }
  #accordionProduct .accordion-body
  {
    margin-bottom: 15px;
  }
  .media-tabs.nav-tabs
  {
    flex-direction: row;
    gap: 11px;
    flex-wrap: wrap;
  }
  .sust-tabs.media-tabs.nav-tabs .nav-link,.media-tabs.nav-tabs .nav-link
  {
     border-radius: 10px;
  }
  .gallery-wrapper .iso-nav ul li
  {
    margin: 7px 2px;
  }
  .page-header-banner {
    padding: 20px 0;
    min-height: fit-content;
    padding-top: 170px;
  }
  .career-accor-img
  {
    height: 220px;
  }
  .main-timeline .timeline-year
  {
    height: 55px;
    min-width: 55px;
    max-width: 55px;
    font-size: 14px;
  }
  .main-timeline .timeline
  {
    margin-top: -6px;
    height: 322px;
  }
  .main-timeline .timeline::before
  {
    border-radius: 20px 0 0 20px;
    border: 6px solid #7e7c7c;
    border-right: none;
  }
  .main-timeline .timeline:nth-child(even)::before
  {
    border-radius: 0 20px 20px 0;
    border: 6px solid #7e7c7c;
    border-left: none;
  }
  .main-timeline .timeline-content
  {
    padding: 10px 0px;
  }
  .main-timeline .timeline:nth-child(even) .key-mils-list
  {
    justify-content: start;
  }
  .main-iso>.item
  {
    width: 50%;
  }
 
 .ovc-content-wrap h3
 {
     font-size: 18px;
 }
 .news-events-img-wrap img
 {
         min-height: 300px;
    max-height: 300px;
 }
 
}
@media only screen and (max-width: 567px)
{
  .p-text-box {
    padding: 20px 25px;
  }
  #nav-technologies .tech-img{
    top: -3.5%;
  }
  .location-img-col{
    margin-bottom: 10px;
  }
  .tab-pane-content{
    margin-top: 20px!important;
  }
  .location-content{
    margin-top: 10px;
  }
  .location-img-container img {
    position: absolute;
    top: -240px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-height: 280px;
}

.after-primary-bg {
  margin-top: 0px;
}
  
  #touch-tooltip{
    display: none;
  }

  .desktop-overflow-hidden{
    overflow: visible;
  }

  .timeline-arrow {
    display: none;

  }

  .timeline-arrow-mobile{
    display: block;
    position: relative;
    height: 100px;
    bottom: 0;
    /* right: 0px; */
    z-index: 100;
  }
  
  .timeline-arrow::before {
    display: none;
  }

  
  .timeline-swiper-button-next {
    position: relative;
    top: -50%;
    left: 750%;
    transform: translate(-50%, -50%);
  }
  
  .timeline-swiper-button-prev {
    position: relative;
    top: 50%;
    left: 500%;
    transform: translate(-50%, -50%);
  }

  
  .timeline-info, .timeline-img{
    opacity: 1;
  }

  .timeline-item .timeline-img{
    width: 100%;
  }
  
  .only-bg-img-section {
    padding-top: 0;
    padding-bottom: 0;
}

.timeline-section .container {
  padding: 0;
}


.timeline-item .timeline-info {
    width: 200px;
}

.timeline-info::before {
  top: 26px;
}

  
 
  .cvalue-img-wrap img
  {
    height: 240px;
  }
  .work-slider figure img
  {
     
    min-height: 230px;
    max-height: 230px;
  }
  .after-primary-bg::before
  {
    right: -10%;
  }
  .tech-card
  {
    padding: 20px;
  }
  #nav-technologies::after
  {
    height: 98%;
    width: 100%;
  }
  .gs-icon-wrap
  {
    height: 70px;
    width: 70px;
  }
  .info
  {
    top: 79%;
  }
  .gs-icon-wrap .gs-circle-wrap img
  {
    max-width: 22px;
    max-height: 22px;
  }
  .gs-content-wrap
  {
    left: 0;
    top: -160px;
    min-width: 160px;
  }
  .timeline-section .container
  {
    top: 0;
    border-radius: 0;

  }
  .timeline
  {
    padding-bottom: 90px;
  }
 
  .locations-tabs
  {
    gap: 12px;
  }
  .lc-vertical-heading
  {
    left: -40%;
  }
  .location-content-wrap>.row
  {
    width: 100%;
  }
  .location-content-wrap
  {
    padding: 0 15px 15px 15px;
    width: 65px;
}
.pagination .page-item .page-link
{
  height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 3px;
}
.career-stretch-inner .exhibition-box .content-box
{
  bottom: 15%;
}
.prd-in-cat-wrap .accordion-button
{
  padding: 9px;
}
.acc-inner-card-content .h-sm
{
  font-size: 16px;
}
.career-single-slider-img img
{
  min-height: 300px;
  max-height: 300px;
}
.key-mils-list li
{
  font-size: 13px;
}
.policy-page h2
{
    font-size: 15px;
}
}
@media only screen and (max-width: 425px)
{
  .nav-tabs .nav-locations img{
    width: 100px!important;
  }

  .nav-tabs .nav-locations:nth-child(4) img{
    width: 140px!important;

  }
  

  .location-img-container img {
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-height: 280px;
  }
}
@media only screen and (max-width: 400px)
{

  .product-cat-content h2, .gs-content-wrap h3, .news-event-title, .featured-title
  {
    font-size: 15px;
  }
  .prd-description p,.page-header-banner .inner,
  .page-menu ul li,.hssq-policy .hssq-text-sec li p
  {
    font-size: 14px;
  }
  .ovc-content-wrap h3
  {
    font-size: 18px;
  }
  .lc-vertical-heading 
  {
    left: -29%;
   }
   .acc-inner-card-content .h-sm {
    font-size: 14px;
}
.acc-inner-card-img img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
}
}


/* ======= TEMPLATE 1 2 and 3 CSS ========= */


.template-content-section0 {
  width: 100%;
  padding: 300px 0;
  position: relative;
  background-size: cover;
}


.template1-section1-img {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional: You can use this to horizontally center the image as well */
  height: auto;
}

.template1-section1-img img{
  border-radius: 10px;
}

.template1-section1-row {
  gap: 20px;
}

.template1-section2{
  background-color: #1b4692;
  height: auto;
}

.template1-section2-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template1-section2-col2{
  padding: 100px;
}

.template1-section2-col2-title{
  font-size: clamp( 40px, 2.9vw, 65px);
}

.template1-section3{
  margin: 100px 0;
}

.template1-section3-title{
  color: #1b4692;;
  font-size: clamp( 40px, 2.9vw, 65px);
}

.template1-section3-para{
  margin: 20px 600px 0 0 ;
}

.template1-section3-para p{
  padding-left: 0;
}

.template1-section3-img{
  border-radius: 10px;
  padding: 0 0;
  max-height: 700px;
  object-fit: cover;
}


.template2-section1{
  padding: 120px 0;
}

.template2-section1-img-container{
  position: absolute;
}

.template2-section1-img{
  position: relative;
  left:-37%;
  top: 120px;
  
}

.template2-section2{
  margin-top: 500px;
  padding: 250px 0 150px 0;
  background-color: #194592;
}

.template2-section2-title{
  font-size: clamp( 40px, 2.9vw, 65px);
  color: white;
}

.template2-section1-img-slider img
{
  min-height: 700px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.template2-section3-container {
  margin-top: 150px;
  margin-bottom: 50px;
}

.template2-section3-title{
  font-size: clamp( 40px, 2.9vw, 65px);
  color: #194592;
}


.template2-section3-img-slider img{
  min-height: 800px;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}


.template3-img-overlay{
  position: absolute;
  background-color: white;
  opacity: 0.85;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.template3-primary-overlay-text{
  color: #194592;
}

.template3-section2-col1, .template3-section2-col2{
  background-color: #194592;
}

.template3-section2-col3{
  background-color: #194592;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.template3-slider-image{
  margin-top: 150px;
}

.template3-section3-col1{
  background-color: #194592;
  border:0;

}

.template3-section3-col2{
  border:0;
  background-color: #194592;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}



@media screen and (max-width: 768px) {
  .template1-section1-row {
    gap: 5px;
  }

  .ceo-msg-parent-container{
    padding: 50px 20px 0px 20px;
  }

  .ceo-msg-container {
    width: calc(100% - 15px);
    height: 384px;
    z-index: 1;
  }
  .template1-section2-col2{
    padding: 30px;
  }

  .template1-section3{
    margin: 20px 0;
  }

  .template1-section3-para{
    margin: 20px 30px 0 0 ;
  }

  .template1-section3-img{
    max-height: 300px;
  }

  .template2-section1{
    padding: 50px 0 20px 0;
  }

  .template2-section1-img-container{
    margin-top: 30px;
    position: initial;
  }
  
  .template2-section1-img{
    position: initial;
    width: 100% !important;
    
  }

  .template2-section2{
    margin-top: 0px;
    padding: 40px 0 40px 0;
  }

  .template2-section1-img-slider img
  {
    min-height: 300px;
    max-height: 300px;
  }

  .template2-section3-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .template2-section3-img-slider img
  {
    min-height: 500px;
    max-height: 300px;
  }

  .template3-section3-col2{
    padding: 0 30px;
  }

  .template3-section2-col2{
    padding: 0 30px;
  }
  
}


/* ======= END --- TEMPLATE 1, 2 and 3 --- END ========= */