* { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }

table { border-collapse: collapse; border-spacing: 0 }
a { color: #000; text-decoration: none; outline: none; transition: all 300ms ease; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; }
/*Reset CSS end*/
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,select:focus,textarea:focus{outline:none}
::-webkit-input-placeholder {opacity: 1; font-family: "Plus Jakarta Sans", sans-serif;color:#151515;font-size:13px;letter-spacing: 1px; text-transform: uppercase;}
:-moz-placeholder { /* Firefox 18- */opacity: 1; font-family: "Plus Jakarta Sans", sans-serif;color:#151515;font-size:13px;letter-spacing: 1px; text-transform: uppercase;}
::-moz-placeholder {  /* Firefox 19+ */opacity: 1; font-family: "Plus Jakarta Sans", sans-serif;color:#151515;font-size:13px;letter-spacing: 1px; text-transform: uppercase;}
select{appearance: none;-moz-appearance: none;-webkit-appearance: none;}
:-ms-input-placeholder {opacity: 1;color:#151515;font-size:13px;letter-spacing: 1px}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
/* global classes */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-word-break: keep-all; word-break: keep-all; -webkit-word-break: keep-all; -moz-word-break: keep-all; word-wrap: break-word; }
input[type="button"],input[type="submit"]{border:none;cursor:pointer;outline:none;}
body{margin: 0px;padding: 0px;font-size: 100%;line-height: 1.5;position:relative;  font-family: "Plus Jakarta Sans", sans-serif;color: #151515}

.fl{float: left}
.fr{float: right}
.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.pad0{padding:0px}
.mar0{margin: 0px}
.clear{clear: both;}
.disnon{display: none}
.disblk{display: block}
h1{font-size: 24px;text-transform: uppercase;line-height: 22px;margin-bottom: 20px;}
.blackoverlay{position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 999;background: rgba(0, 0, 0, 0.6);display: none}
.amination{position: relative;overflow: hidden}
.imgfluid{width:100%;}




.container{width: 1300px;margin: 0 auto;max-width: 96%;padding: 0}
header {
    position: fixed;
    left: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 9;
    right: 0;
    top: 0px;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    transition: 1s ease all;
   /* background-color: #ffffffb5;*/
/*
    --blur-height: calc(100*1.3461);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
*/
}
.inner-page header {background: rgba(255,255,255,0.7);}
.img-fluid{width: 100%}


.slick-initialized .slick-slide{position: relative;}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-2-1 12:20:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.get-intouchblk {
    width: 80%;
    margin: 0 auto;
}
.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-2-3 18:47:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-2-3 18:48:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}




.common-padding{padding: 80px 0}
.headertxt{width: 60%}
.sec1{position: relative;}
.mole{position: absolute; width: 175px; right: 10%; top: 20%}

.arrow{position: absolute;bottom: 3%;right: 7.5%;z-index: 11111;width: 5%;}

.arrow {
    -webkit-animation: shake-vertical 6s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s infinite both;
    animation: shake-vertical 6s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s infinite both;
}


@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform:translateY(-8px);
            transform:translateY(-8px)
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}


@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  90% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  90% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

.shake-horizontal {
    -webkit-animation: shake-horizontal 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) 4s infinite both;
    animation: shake-horizontal 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) 4s infinite both;
}


video{width: 100%; height: 100%; object-fit:cover;}
.aboutright{width: 40%;}
.aboutleft{width: 45%}

.arrowblk {
    position: absolute;
    bottom:5%;
    right: 5%;
    width: 70px;
    z-index: 111;
}
.arrowblk img{height: auto;}

.shake-vertical {
    -webkit-animation: shake-vertical 6s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s infinite both;
    animation: shake-vertical 6s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s infinite both;
}









.subheadingrr{font-weight: 300; font-size: 20px; color: #1e6ec8; margin-bottom: 15px}

.heading{color: #151515;font-size: 30px;margin-bottom: 15px;line-height: 1.3}

p{font-weight: 300;font-size: 16px;line-height: 1.5;}
.coutnerwrap{display: flex;justify-content: space-between;margin-top: 100px;}
.counterblk{font-size: 55px;font-weight: 700;color: #1f1f1f;}
.counter-innertxt{font-size: 20px;font-weight: 800;font-family: "Plus Jakarta Sans", sans-serif;}


.leading-edge .counterblk{font-size: 32px;line-height: 1.2; font-weight: 800;margin-bottom: 5px;/* padding-top: 20px; */}
.leading-edge .counter-innertxt{font-size: 22px; font-weight: 400}
.counterinnerwrap{width: 28%;border-bottom: 2px solid #cdb287;padding-bottom: 10px;padding-top: 26px;}


.btn  {
  border-image-slice: 1;
  font-size: 16px;
  color: #ce1f46;
  padding: 12px 25px;
  border-radius: 30px;
  margin-top: 35px;
  display: block;
  border: 1px solid #ce1f46;
  text-align: center;
  width: 140px;
 
}
.btn-center{ margin: 30px auto 0;}



.sec3{padding: 100px 0;}

.dflex{display: flex;justify-content: space-between;}
.secleft{width: 48%}
.secright{width: 48%}
.sec4left{width: 25%; }
.sec4right{width: 70%; }
.esc4flex{align-items: flex-end;}

.whitetxt{color: #ffffff !important}

.blogwith{width: 30%;border: 1px solid #b2b2b2; padding: 30px;}
.blogimg img{border-radius: 25px}
.blogheading{font-size: 20px;margin-bottom: 15px;line-height: 1.2;color: #ce1f46;margin-top: 15px;}
.blogwith p{margin-bottom: 15px}
.blogwith a{color: #ce1f46;font-size: 16px;text-transform: uppercase;}
.blogflex{margin-top: 25px}
.sec7blk{display: flex;justify-content: space-between;padding: 77px 70px;height: 450px;border-radius:30px;}
.secright p:first-child{margin-bottom: 20px;}
.sec7left{width: 30%;}
.sec7right{width: 65%;}
.sec2{position: relative; overflow: hidden; background-color: #fcf8ff}
.rectangle{position: absolute;left: 49%;top: -55%;width: 46%;}
.rectangle3{position: absolute;left: 49%;top: -55%;width: 46%;}
.rectangle2{position: absolute;left: 75%;top: 55%;width: 46%;}
.sec4{position: relative; overflow: hidden;}
.border-gradient:hover {  color: #000 !important;}
.btnbanner:hover:before{width: 100%;}
.blogwith .btnbanner:before{background: #1e6ec8;}
.border-gradient:hover:before{background-image: linear-gradient(90deg, deepskyblue, #1e4e9f);
  position: relative;
  z-index: 1;}
  .border-gradient:hover{color: #fff;}

  html {
    scroll-behavior: smooth;
}

      

.section{background:#1e4e9f; position: relative;}


.subheadingrr{font-size: 20px;color: #1e6ec8;margin-bottom: 15px}

.heading {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

p{font-size: 16px;line-height: 1.5;color: #151515;}


.sec2{position: relative;z-index: 11;padding: 100px 0;background-color: #fff;}

.sec2blk {
}
.red{color: #ce1f46}
.text-center{text-align: center;}
.secblk{position: relative;z-index:9}
.esc3blk{display: inline-flex;align-items: center;box-shadow: 0 0 10px 0px #c7c5c5;margin: 30px 0;}
.esc3blk_left{padding: 50px 50px; width: 50%}
.esc3blk_right{width: 50%; overflow: hidden;}
.esc3blk_right img{transition: 0.5s}
.esc3blk_right img:hover{transform: scale(1.1); transition: 0.5s}
.sec5{padding: 80px 0}
footer{position: relative; z-index: 11; background: url(../images/company-vibrant-paper-banner.png) no-repeat center center;background-size: cover;padding: 100px 0 60px}
/* .copywrite {
    padding: 50px 0 0;
    border-top: 1px solid #000;
    margin: 100px 0 0;
} */
footer .subheading{
    font-size: 16px
}
.form{width: 80%; margin:35px auto 0}
.paperplane {
    width: 80px;
    top: 11%;
    position: absolute;
    right: 11%;
}

.paperplane2 {
    width: 80px;
    bottom:1%;
    position: absolute;
    left:23%;
}


.bannertxt {
    position: absolute;
    left: 3%;
    z-index: 9;
    top: 60%;
    max-width: 1300px;
    right: 0;
    margin: auto;
}
.bannertxt h1 {
    font-size: 50px;
    color: #123b68;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 1px 16px rgba(255, 255, 255, 0.72);
}
.subheading{font-size: 20px;color: #151515;}

.subheading {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.btnbanner{font-size: 14px;color: #3a3a3a!important;font-weight: 700;text-transform: uppercase;background: #fff;box-shadow: 0 0 18px 0px #a5a2a2;padding: 15px 30px;border-radius: 30px;margin-top: 25px;display: inline-block;}
.btnbanner span{font-size: 15px;}
.sec2blk{width: 60%;margin-bottom: 20px;}

.banner{position: relative; width: 100%}

header.scrolled{position: fixed; z-index: 999;background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.5)}
.arrowblk {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 70px;
    z-index: 111;
}

.arrowblk img{height: auto;}
.headerleft_blk {
    width: 300px;
}
.headerright_blk {
    width: 70%;display: flex;
}
.logo{width: 100%}
.navabar_menu {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: flex-end;
}
.navabar ul {display: flex; justify-content: flex-start;gap: 35px;margin: 0}
.navabar li{list-style: none;position: relative;}
.navabar li.insidehover:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: 7px;
    right: -16px;
}
.navabar li a{font-size: 15px;color: #0b0b0b;font-family: "Plus Jakarta Sans", sans-serif;text-transform: uppercase;font-weight: 600;}
.navabar li a:hover {
    color: #dc5f30;
}
.navabar li a.active, .scrolled .navabar li a.active {
    color: #dc5f30;
}

header .dflex{align-items: center;}
.navabar li a:hover{text-decoration: none;}
/*.sec2content{width: 69%;padding-right: 10%;}*/
.sec2flex{display: flex; justify-content: flex-end; padding-left: 10%}
p{font-family: "Plus Jakarta Sans", sans-serif;font-size: 16px;font-weight:400;color: #1f1f1f}
p a{color: #214ca1}
.caption{color: #757575;font-size: 15px;font-weight: 800;margin-top: 15px;display: block;margin-bottom: 22px;text-transform: uppercase;}

.marquee {
  position: relative;
  width: 100vw;
  overflow: hidden;
  max-width: 100%;
  /* overflow-x: hidden; */
}

.track {
  white-space: nowrap;
  will-change: transform;
/*  animation: marquee 8s linear infinite;*/
  width: 100%;
  /* overflow: hidden; */
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.content {
    font-size: 200px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    background: -webkit-linear-gradient(#ffffff 55%, transparent 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec3{background-color: #f8f4ed; }
.sec3blk{padding-left: 15%;margin-top: -7%;}
.bluetxt{color: #134691}

.sec3content {
    width: 76%;
    padding-right: 10%;
}
.sec3img{display: flex;width: 90%;margin: 50px 0 0 10%;gap:30px}
/*.imgblk{margin-right: 30px}*/

.effect {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.wrapper {
    padding-left: 20px
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/home-banner-abstract-paper.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.imgblk {overflow: hidden; transition: 0.5s}
.imgblk img {transition: 0.5s}

.imgblk:hover img{transform: scale(1.1);}
.sec4{background-color: #fff; padding: 100px 0 90px}
.sec4 .sec2flex {
    justify-content: flex-start;
    padding-left: 0;
}


body:not(.no-js) .image-wrap {
  transition: 1s ease-out;
  transition-delay: 0.0s;
  position: relative;
  width: auto;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  visibility: hidden;
}

body:not(.no-js) .image-wrap img {
  transform: scale(1.3);
  transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  transform: skewY(0);
}

body:not(.no-js) .animating img {
  transform: scale(1);
  transition: 4s ease-out;
}

body:not(.no-js) .fadeup {
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(20px);
}

body:not(.no-js) .fading-up {
  opacity: 1;
  transition: 2s ease-out;
  transform: translateY(0px);
  transition-delay: 0.7s;
}
.sec4felx{
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    margin: 45px auto 0;
    max-width: 1200px;
    padding: 0;
    width: 92%;
}
.reveal,
.reveal:nth-child(2),
.reveal:nth-child(3){
    margin-bottom: 0;
    width: 100%;
}
.sec4 .image-wrap {
    aspect-ratio: 4 / 3;
    background: #f5f1ea;
    height: 100%;
}
.sec4 .image-wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sec4content { width: 55%;}
.sec5{background: #fcfbf8; padding: 100px 0}
.orangetxt{color: #e38127}
.red{color: #d71f39}


.pulsating-circle {
  position: absolute;
  cursor: pointer;z-index: 99;
    display: flex;
    align-items: center;
}
.mappin {
    display: block;
  width: 11px;
  height: 11px;
}

.mappin:before {
  content: "";
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 45px;
  background-color: #d71f39;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.mappin:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #d71f39;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}


.blue_dot .mappin:before {
  content: "";
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 45px;
  background-color: #36439e;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.54, 0.67, 0.158, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.54, 0.67, 0.158, 1) infinite;
}
.blue_dot .mappin:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #36439e;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.map{position: relative; width: 1250px; margin: 50px auto 0;}

.poland {
    left: 51%;
    top: 30.5%;
}
.sweden {
    left: 50%;
    top: 27%;
}
.rotterdam {
    left: 48%;
    top: 32%;
}
.felixuk {
    left: 46.5%;
    top: 31%;
}
.usa {
    left: 10%;
    top: 25%;
}
.germany {
    left: 49%;
    top: 34%;
}
.newjersey {
    left: 26%;
    top: 39%;
}
.indianappolis {
    left: 23%;
    top: 40%;
}
.charlotte {
    left: 25.4%;
    top: 43.4%;
}
.uk {
    left: 45%;
    top: 27.5%;
}
.trcuk {
    top: 30%;
    left: 45.5%;
}
.trcuk .mappin:after{
    background: #00af86;
}
.pin4 {
  right: 27%;
  bottom: 49%;
  left: inherit;
  top: inherit;
}
.india {
    left: 66%;
    top: 52%;
}
.ravidyware {
    left: 66.5%;
    top: 53.5%;
}
.ravidyware .mappin:after, .siddharth .mappin:after{
    background: #f17a00;
}
.siddharth {
    left: 66.9%;
    top: 51%;
}
.pulsating-circle.uk .mappinname{width: 30px;min-width: inherit}
.pin5 {
  right: 20%;
  bottom: auto;
  left: inherit;
  top: 27%;
}
.pin6 {
    right: 30%;
    bottom: auto;
    left: inherit;
    top: 20%;
}
.pin7 {
    right: 37%;
    bottom: auto;
    left: inherit;
    top: 35%;
}
.pulsating-circle .mappinname {
    min-width: 50px;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid lightblue;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 3px;
    z-index: 100;
    white-space: nowrap;
    margin-top: -15px;
    left: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.pulsating-circle:hover .mappinname{
    opacity: 1;
    visibility: visible;
}

.pulsating-circle.blue_dot.uk span.mappinname.leftname {
    top: -20px;
    left: -15px;
}
.charlotte .mappinname {
    top: 18px;
    left: 18px;
}
.sweden .mappinname.leftname {
    right: 45px;
    top: 18px;
}
.poland .mappinname {
    top: 10px;
    left: 20px;
}
.germany .mappinname {
    top: 20px;
}
.pulsating-circle .mappinname.leftname {
    left: auto;
    right: 15px;
    top: 20px;
}
.blue_dotname, .red_dotname {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.bluecircle {
    background: #36439e;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.redcircle {
    background: #d71f39;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.bluecircle {
    background: #36439e;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.yellowcircle {
    background: #00af86;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.greencircle {
    background: #f17a00;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}


.mappininfo {
    display: inline-block;
    float: right;
}
.mobilemap{display: none}
.sec6{padding: 100px 0; }

.marTop30 {
    margin: 30px 0 0 0 !important;
}

.sec6content{width: 50%;  z-index: 111; position: relative;}

.white_bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 9999;
}
@keyframes slide-from-left{
0%{left:0;opacity:1}
99%{left:99%;opacity:1}
100%{left:100%;opacity:0;display:none}
}
@-webkit-keyframes slide-from-left{
0%{left:0;opacity:1}
99%{left:99%;opacity:1}
100%{left:100%;opacity:0;display:none}
}
.slide-from-left{width:100%;height:100%;background-color:#fff;position:relative;animation:slide-from-left 3s 1 linear forwards;position:absolute}
.sec7{padding: 100px 0; }

.newsblk{padding-left: 10%;margin-top: 50px;}
.newsheading{font-size: 25px;color: #1f1f1f;font-weight: 500;font-family: "Barlow", sans-serif;margin-bottom: 7px;}
.newsbtn{
    font-size: 14px;
    color: #3a3a3a !important;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    }
    .newsec1:last-child{margin-bottom: 0}
    .newsec1{border-bottom: 1px solid #501a73;padding-bottom: 20px;position: relative;transition: 0.5s;margin-bottom: 50px;}
    .newsimg{width: 250px; position: absolute; top: -70px; right: 5%; z-index: 111; opacity: 0; transition: 0.5s; overflow: hidden;}
    .newsec1:hover .newsimg{display: block; opacity: 1}
/*    .newsec1:hover .newsheading{color:#501a73}*/
    .newsimg img{transform: scale(1.8); transition: 2s ease-out;}
    .newsec1:hover .newsimg img{transform: scale(1); transition: 0.55s ease-out;}



   .link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  color: #3a3a3a!important;
  margin-top: 35px;
  display: inline-block;
}
.link span,
.link i {
  position: relative;
}
.link i {
  margin-left:20px;
  font-size: 16px;
}
.link .color {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #ffde18;
  position: absolute;
  top: 40%;
  transform: translatey(-50%);
  left: -20px;
}


:root {
  --white: #eee;
  --black: #141414;
  --color: #3333ff;
  scroll-behavior: smooth;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
}


/*.navabar li a { color: #fff}*/
.scrolled .navabar li a { font-size: 15px;  color: #0b0b0b;}


.buttons {
    position: relative;
}
.readarrow {
    position: relative;
    top: -2px;
}
.blob-btn:hover img {
    filter: invert(1);
}
.blob-btn {
    z-index: 1;
    position: relative;
    padding: 15px 30px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #151515;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}
.blob-btn img{
    width: 15px;
    margin-left: 5px
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #151515;
  border-radius: 30px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}
.blob-btn:hover {
  color: #FFFFFF;
  border-radius: 30px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ffffff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #151515;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}
.flex-footerbootom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 50px;
    margin-top: 100px;
}

.footerlinkwrap {
    display: flex;
}

.footerlinkwrap a {
    display: block;
    color: #151515;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}

.common-padding {
    padding: 100px 0;
}

.footerlinkwrap a + a {
    margin-left: 20px;
    padding-left: 20px;
}

.footerlinkwrap a + a::before {
    content: "-";
    position: absolute;
    left: -5px;
    font-size: 18px;
    line-height: 1;
}

.copywrite {
    font-size: 13px;
}

/* Inner Page Banner */
/*
.inner-page header {
    position: relative;
}
*/

.inner-banner {
    position: relative;
}

.inner-banner-text {
    width: 1366px;
    max-width: 94%;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    padding: 0 3%;
}

.inner-banner-text h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    text-shadow: 1px 1px 5px #000000;
}

/* Section 2 */
.sec2blkflex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec2blkflex .sec2blk {
    width: 50%;
}

.heading-inner {
    margin-bottom: 40px;
}

/* About Page */
.aboutpageright {
    width: 40%;
}

.aboutpageright .counterinnerwrap {
    width: 100%;
    padding: 25px 0 10px;
}

.aboutpageright .counterinnerwrap:last-child {
    border-bottom: none;
}

.aboutpageright .caption {
    margin: 4px 0 20px;
}

.aboutpageright .counterblk {
    font-size: 35px;
    font-weight: 800;
    color: #1f1f1f;
}

.aboutpageright .counter-innertxt {
    font-size: 18px;
    margin-bottom: 30px;
}

.aboutpageright .leading-edge .counterblk {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.aboutpageright .coutnerwrap {
    margin-top: 0;
    flex-wrap: wrap;
}

/* About Section 3 */
.about_sec3 {
    position: relative;
    padding-top: 0 !important;
}

.about_sec3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: #f8f4ed;
}
.homepage .about_sec3::before{
    display: none
}
.about_sec3 .sec3img {
    margin-top: 0;
}

/* Boards Section */
.boads-left {
    width: 35%;
}

.boads-right {
    width: 65%;
}

/*
.boads-right p:first-child {
    text-transform: uppercase;
    font-weight: 800;
}
*/

.boads-right p:last-child {
    margin-bottom: 0;
}

/* Common Utilities */
.bgcolor {
    background: #f8f4ed;
}

.para-uppercase {
    text-transform: uppercase;
    font-weight: 800;
}

.fontweight600 {
    font-weight: 600;
}

/* Bullet List */
.bullettext {
    margin-bottom: 0;
}

.bullettext li {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1f1f1f;
    padding: 5px 5px 5px 25px;
    position: relative;
}
.bullettext.whitetxt  li{color: #fff}

.bullettext li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 30px;
}
.bullettext.whitetxt li::before{
    background: #fff;
}
/* History Slider */
.history-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #ccc;
    opacity: 0.7;
}

.historyblk {
    position: relative;
    height: 450px;
}

.history-year {
    width: 51px;
    height: 111px;
    position: absolute;
    top: 181px;
    left: 0;
    right: 0;
    background: url(../images/our-history-icon.webp);
    background-size: cover;
}

.blue .history-year {
    background: url(../images/our-history-icon-blue.webp);
    background-size: cover;
}
.dark-blue .history-year {
    background: url(../images/our-history-icon-dark-blue.webp);
    background-size: cover;
}
.purple .history-year {
    background: url(../images/our-history-icon-purple.webp);
    background-size: cover;
}

.dark-purple .history-year {
    background: url(../images/our-history-icon-dark-purple.webp);
    background-size: cover;
}

.history-info {
    position: absolute;
    bottom: 0;
}

.history-info-bottom .history-info {
    top: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    font-size: 14px;
    text-align: left;
}

.history-info span {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 800;
}

.history-slider .slick-track {
    left: 7%;
}

.historyblk.topcontent .history-info {
    top: 0%;
}

/* Colors */
.pink span {
    color: #e23549;
}

.blue span {
    color: #208ec3;
}

.dark-purple span {
    color: #932569;
}

.purple span {
    color: #ca5e9b;
}
.history-slider .slick-slide:nth-child(even) .history-year {
    transform: rotate(180deg);
    top: 154px;
}

.dark-blue span{color: #3858a1;}

.history-slider{margin-top: 80px;}

 .history-slider .slick-prev {
    background: #fff url(../images/prev.png) no-repeat center;
    width: 40px;
    height: 40px;
    left: 1%;
    top: 48.5%;
    border-radius: 50%;
}
 .history-slider .slick-next {
    background: #fff url(../images/next2.png) no-repeat center;
    width: 40px;
    height: 40px;
    right: 1%;
    top: 48.5%;
    transform: none;
    border-radius: 50%;
}
.history-slider .slick-list,
.history-slider .slick-track,
.history-slider .slick-slide {
    height: 100%;
}
.history-info p{font-size: 16px;}

.company-history-section {
    padding: 70px 0;
}

.company-history-section .heading {
    margin-bottom: 14px;
}

.company-history-intro {
    max-width: 900px;
    margin-bottom: 30px;
}

.company-timeline-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    margin-top: 34px;
    padding-top: 60px;
    position: relative;
}

.company-timeline-grid::before {
    background: linear-gradient(90deg, #214ca1 0%, #dc5f30 50%, #00af86 100%);
    border-radius: 20px;
    content: "";
    height: 5px;
    left: 18px;
    position: absolute;
    right: 18px;
    top: 25px;
}

.company-timeline-card {
    background: #ffffff;
    border: 1px solid rgba(33, 76, 161, 0.12);
    border-top: 4px solid #214ca1;
    box-shadow: 0 18px 45px rgba(24, 42, 78, 0.08);
    min-height: 145px;
    padding: 22px 12px 17px;
    position: relative;
}

.company-timeline-card::before {
    background: #214ca1;
    border: 5px solid #f8f4ed;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(33, 76, 161, 0.14), 0 8px 20px rgba(33, 76, 161, 0.22);
    content: "";
    height: 25px;
    left: 50%;
    position: absolute;
    top: -47px;
    transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.company-timeline-card::after {
    background: rgba(33, 76, 161, 0.22);
    content: "";
    height: 24px;
    left: 50%;
    position: absolute;
    top: -24px;
    transform: translateX(-50%);
    width: 2px;
}

.company-timeline-card:nth-child(3n+2) {
    border-top-color: #dc5f30;
}

.company-timeline-card:nth-child(3n) {
    border-top-color: #00af86;
}

.company-timeline-card:nth-child(3n+2)::before {
    background: #dc5f30;
    box-shadow: 0 0 0 1px rgba(220, 95, 48, 0.14), 0 8px 20px rgba(220, 95, 48, 0.20);
}

.company-timeline-card:nth-child(3n)::before {
    background: #00af86;
    box-shadow: 0 0 0 1px rgba(0, 175, 134, 0.14), 0 8px 20px rgba(0, 175, 134, 0.20);
}

.company-timeline-card span {
    color: #214ca1;
    display: block;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 11px;
    text-align: center;
}

.company-timeline-card p {
    color: #2f2f2f;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    text-align: center;
}
.company-banner .inner-banner-text h1 {
    color: #123b68;
    text-shadow: 0 1px 16px rgba(255, 255, 255, 0.76);
}
.inner-banner-text.infra{top: 42%}
.inner-banner-textinfra h1 { text-shadow: 1px 1px 17px #3d3d3d;}

.breadcrumb-wrap li {
    position: relative;
    width: auto;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    display: inline-flex;
    padding: 0 25px 0 10px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.breadcrumb-wrap li + li:before {
    position: absolute;
    content: "/";
    font-size: 15px;
    top: 0;
    left: -9px;
    color: #959595;
}.breadcrumb-wrap {
    margin-top: 20px;
}

.breadcrumb-wrap ul {
    display: flex;
    justify-content: flex-end;
}

.breadcrumb-wrap li a {
    color: #959595;
}

/* Infrastructure Section */
.infraflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infraleft,
.infraright {
    width: 47%;
}

.trc-section .infraflex {
    align-items: stretch;
}

.trc-section .infraright {
    min-height: 500px;
}

.trc-service-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
}

.trc-service-card {
    background: #ffffff;
    border: 1px solid rgba(33, 76, 161, 0.12);
    box-shadow: 0 18px 45px rgba(24, 42, 78, 0.08);
    padding: 30px;
}

.trc-service-card span {
    color: #214ca1;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
}

.trc-service-card ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
}

.trc-service-card li {
    color: #303030;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.trc-service-card li::before {
    background: #ffde18;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px;
}

.trc-service-card strong {
    color: #151515;
    font-weight: 800;
}

.borderbottom {
    border-bottom: 15px solid #fff;
}

.paddingt50 {
    padding-top: 50px !important;
}

/* Footer */
footer .heading {
    font-size: 70px;
}

/* News Section */
.newsheading {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.newsbblk {
    padding: 50px 0;
    border-bottom: 3px solid #cdb287;
}
.newsbblk:hover .newsimg{display: block; opacity: 1}

.newsbblk:last-child {
    border: 0;
    padding-bottom: 0;
}

.newsline {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1f1f1f;
}

.newsdate {
    font-size: 18px;
    font-weight: 600;
    color: #8f8f8f;
    margin-bottom: 20px;
}

.newsbutton {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 8px 0 #a2a2a2;
}

.newsbutton span {
    margin-right: 12px;
}

/* Contact Page */
.contactpage {
    width: 100%;
    height: 470px;
    background: #daf4fe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactpage h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
}

.contact-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 50px;
}

.location-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background: #f8f4ed;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.contact-width.dflex:nth-child(2),
.contact-width.dflex:nth-child(3) {
    align-items: center;
}

.social-icon {
    font-size: 25px;
}

.conatctfrom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formfieldblk {
    width: 48.5%;
    padding: 10px 0px;
}

.formfield {
    width: 100%;
    padding: 10px;
    border: 1px solid #f8f4ed;
    margin-top: 8px;
    color: #151515;
    background: #f8f4ed;
    border-radius: 2px;
}

/* ===============================
   FORM
================================ */

.formfielmsgdblk {
    width: 100%;
}

.contactform {
    width: 80%;
    margin: 30px auto 0;
}

.consubmit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.consubmit button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px;
    outline: none;
    border: 0;
    background: #fff;
    box-shadow: 0 0 7px 1px #b6b6b6;
    border-radius: 30px;
    cursor: pointer;
}

.consubmit button span {
    margin-right: 5px;
}


/* ===============================
   PDF / CERTIFICATE SECTION
================================ */

.newsheadinghome {
    font-size: 22px;
    color: #1f1f1f;
    font-weight: 500;
    font-family: Barlow, sans-serif;
    margin-bottom: 7px;
}

.viewpdf {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #676767;
    line-height: 18px;
    vertical-align: top;
    position: relative;
    padding: 15px 0 15px 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 88%;
}

.viewpdf span {
    margin-right: 9px;
}

.secwpdf {
    color: #151515;
    width: 31.5%;
    margin: 0 10px 10px 0;
    border: 1px solid #b7c7ed;
    background: url(../images/investor-icon-grey.png) no-repeat 98%;
}

.infotabitem a {
    padding: 15px 0 15px 10px;
    font-size: 13px;
}

.secwpdf p {
    font-size: 16px;
    color: #151515;
}

.align-center {
    align-items: center;
}

.mt40 {
    margin-top: 40px;
}

.certifi-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}

.certifi-flex:last-child {
    margin-bottom: 0;
}

.certifi-box {
    width: 300px;
}

.certibox-text {
    width: calc(100% - 350px);
}

.certibox-text p:last-child {
    margin-bottom: 0;
}


/* ===============================
   PRODUCT SECTION
================================ */

.productflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.productflexreverse{
    flex-direction: row-reverse;
}
.product-left,
.product-right {
    width: 48%;
}
.product-right {
    border-radius: 10px;
    overflow: hidden;
}

.paperflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-sec {
    display: flex;
    width: 46%;
    margin-top: 50px;
    padding: 18px 0;
    border-bottom: 2px solid #cdb287;
}

.boximg {
    width: 200px;
    padding: 25px;
    padding-top: 0;
}

.box-text {
    width: calc(100% - 150px);
}

.product-heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}

.greycolor {
    color: #8e6017;
}

.product-application-page .heading {
    letter-spacing: 0;
}

.product-application-page sup {
    font-size: 0.56em;
    line-height: 0;
    position: static;
    vertical-align: 0.3em;
}

.application-page-heading {
    color: #151515;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.application-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 56px;
    align-items: stretch;
}

.application-intro-copy p {
    color: #454545;
    font-size: 16px;
    line-height: 1.7;
    max-width: 820px;
}

.application-intro-panel {
    background: #ffffff;
    border-top: 3px solid #214ca1;
    box-shadow: 0 18px 45px rgba(24, 42, 78, 0.08);
    padding: 28px 30px;
}

.application-intro-panel span {
    display: block;
    color: #8e6017;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.application-intro-panel ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.application-intro-panel li {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    list-style: none;
    padding-left: 18px;
    position: relative;
}

.application-intro-panel li::before {
    background: #214ca1;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 6px;
}

.application-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.application-nav a {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(80, 26, 115, 0.14);
    color: #222222;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 62px;
    padding: 14px;
    text-align: center;
    transition: 0.25s;
}

.application-nav a:hover {
    background: #501a73;
    color: #ffffff;
}

.application-section {
    padding: 68px 0;
}

.application-section-muted,
.range-guide-section {
    background: #f8f6f1;
}

.application-block {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(300px, 40%) minmax(0, 1fr);
}

.application-block-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 40%);
}

.application-block-reverse .application-media {
    grid-column: 2;
}

.application-block-reverse .application-content {
    grid-column: 1;
    grid-row: 1;
}

.application-media {
    border-radius: 8px;
    min-height: 310px;
    overflow: hidden;
}

.application-media img {
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    width: 100%;
}

.application-kicker {
    color: #8e6017;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.application-content .heading {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.28;
    margin-bottom: 16px;
    max-width: 680px;
}

.application-content p {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 14px;
}

.range-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.range-tags a,
.range-tags span {
    background: #ffffff;
    border: 1px solid rgba(80, 26, 115, 0.18);
    color: #2a2a2a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
}

.range-tags a:hover {
    background: #ffde18;
    color: #2a2a2a;
}

.application-types {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.application-types span {
    background: transparent;
    border-bottom: 2px solid #c69b59;
    border-left: 0;
    color: #252525;
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 5px;
}

.application-product-families {
    background: #fbfaf7;
    border-left: 3px solid #214ca1;
    margin-top: 24px;
    padding: 18px 22px;
}

.application-product-families .family-label {
    color: #8e6017;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.application-product-families ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
}

.application-product-families li {
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    padding-left: 18px;
    position: relative;
}

.application-product-families li::before {
    background: #214ca1;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
}

.range-guide-heading {
    margin-bottom: 42px;
    max-width: 880px;
}

.range-guide-heading p {
    font-size: 16px;
    line-height: 1.65;
}

.range-guide-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.range-card {
    background: #ffffff;
    color: #242424;
    display: block;
    min-height: 100%;
    overflow: hidden;
    transition: 0.25s;
}

.range-card img {
    display: block;
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.range-card span {
    color: #8e6017;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 22px 24px 0;
    text-transform: uppercase;
}

.range-card h3 {
    color: #222222;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
    margin: 9px 0 12px;
    padding: 0 24px;
}

.range-card p {
    color: #555555;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    padding: 0 24px 28px;
}

.paddingb50 {
    padding-bottom: 50px;
}

.pt0 {
    padding-top: 0 !important;
}


/* ===============================
   NAV / DROPDOWN
================================ */

.navabar li span {
    font-size: 20px;
}
.inside-drop ul {
    display: block;
}
.insidehover .icon-down-open {
    font-size: 20px;
}

.inside-drop {
    position: absolute;
    top: 56px;
    width: 300px;
    background: rgb(31 77 162 / 82%);
    display: none;
    opacity: 0;
}

.insidehover:hover .inside-drop {
    display: block;
    opacity: 1;
}

.inside-drop ul {
    margin-bottom: 0;
}

.inside-drop ul li {
    padding: 10px;
    line-height: 1.2;
    border-bottom: 1px solid #ffffff26;
}

.inside-drop li a, .scrolled .inside-drop li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

.inside-drop::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 22px;
    width: 19px;
    height: 19px;
    border-bottom: 15px solid rgb(31 77 162 / 82%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.inside-drop::after {
    content: "";
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: 33px;
    background: transparent;
}

.tabs {
  max-width: 100%;
  margin: 40px auto;
}

.tab-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-links li {
  padding: 10px 20px;
  cursor: pointer;
  background: #f5f5f5;
  margin-right: 10px;
  max-width: 315px;
  text-align: center;
  color: #a8a8a8;
  border: 2px solid #e6ddc1;
  border-bottom: 0;
  outline: none;
  font-size: 16px;
}

.tab-links li.active {
  background: #f8f4ed;
  color: #fff;
  border: 2px solid #cbc5bb;
  border-bottom: 0;
  color: #000;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.table-wrap {
  max-width: 100%;
  margin: 0;
  overflow-x: auto;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  border: 1px solid #faf7f2;
  border-top: 0;
}

.product-table thead th {
  background: linear-gradient(180deg, #222, #000);
  color: #fff;
  text-align: left;
  padding: 14px 15px;
  letter-spacing: 0.8px;
  font-weight: 500;
  border-top: 0;
}
.product-table thead th.center {
    text-align: center !important;
}
.product-table tbody td.center {
    text-align: center;
}
.product-table tbody td {
  padding: 14px 15px;
  vertical-align: top;
}

.product-table tbody tr:nth-child(even) {
  background: #faf7f2;
}

.product-table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.navicon {
    background: #214ca2;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-left: 10px
}
.navicon span {
    display: block;
    background: #fff;
    width: 51%;
    height: 3px;
    margin-bottom: 2px;
    border-radius: 0px;
}
.navblk{
    display: none;
    justify-content: end;
}
.susbblk{position: relative; overflow: hidden; margin-top: -70px}
#menu{z-index: 99999999}
#menu:not(.mm-menu){display:none}
.inner-page .imgblk{margin-right: 0 !important}
 .paper-color #tab1 table{width:100%; min-width:1000px}
    .paper-color #tab2 table{width:100%; min-width:1040px}
    .paper-color #tab4 table{width:100%; min-width:1000px}
    .paper-color #tab3 table{width:100%; min-width: 500px}
    .miscellaneous-applications  table{width:100%; min-width:600px}
    .tabs{margin: 0}
    .viewpdf:hover{color:#1c5198}
    .secwpdf p{font-size: 14px}
    .viewpdf {font-size: 12px}
.modern {width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap;gap: 10px}
.contactpage.disclaimer{height: 200px !important}
.desc .bullettext{margin-bottom: 10px}
.desc p, .bullettext li{margin-bottom: 10px; font-size: 16px !important}
.desc .newsheading {font-size: 25px; margin-bottom:10px; text-transform: initial}
.text-bold{font-weight:600}
#popup-news{padding: 0}
.fancybox-slide--html .fancybox-close-small {
    
    background: #1e4e9f;
    opacity: 1;
    color: #fff;
}

.flipcard_blk {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0 0 0;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height:250px;
  /* perspective: 1000px; */
  
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  backface-visibility: hidden;
  overflow: hidden;
}
.feature_pic img {
  width: 100%;
  display: block;
}
.flip-card-back {
  background: #2449a4;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.slideinfoblk {
  width: 90%;
}
.flip-card-back .feature_name{margin-bottom: 20px;}
.flip-card-back .feature_pic{width: 50%;margin: 0 auto;}
.slideinfoblk p {color: #fff;font-size: 16px;line-height: 25px}
.flip-card-front {border: 1px solid #ccc}


.read-more-follow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.read-more-follow .bg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  background: #f5cf18;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.read-more-follow .label,
.read-more-follow .arrow {
  position: relative;
  z-index: 1;
}


a.back-to-top {
     display: inline-block;
  background-color: #FF9800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
    padding: 10px;
}
#scrolltop.show {
  opacity: 1;
  visibility: visible;
}

.productflex .heading sup {
    font-size: 25px;
    position: relative;
    top: -25px;
}
.solar-plant{
    background: url(../images/solar-plant-bg.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

/* Sustainability metrics and accreditations */
.sustainability-metrics {
    background: #f5f4ef;
}

.sustainability-banner {
    background: #173e35;
}

.sustainability-banner::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.sustainability-banner .inner-banner-text {
    z-index: 2;
}

.sustainability-banner img {
    filter: saturate(0.9) contrast(1.03);
}

.safechem .infraflex {
    gap: 58px;
}

.safechem .infraleft,
.safechem .infraright {
    width: calc(50% - 29px);
}

.reach-visual {
    height: 500px;
    overflow: hidden;
}

.reach-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sustainability-metric-feature {
    align-items: stretch;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(320px, 44%) minmax(0, 1fr);
}

.sustainability-metric-image {
    min-height: 500px;
    overflow: hidden;
}

.sustainability-metric-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sustainability-metric-content {
    align-self: center;
}

.sustainability-metric-content .heading,
.accreditation-heading .heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.sustainability-metric-content > p,
.accreditation-heading > p {
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
}

.solar-metric-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 28px 0 20px;
}

.solar-metric {
    background: #ffffff;
    border-left: 3px solid #d2a349;
    padding: 20px;
}

.solar-metric strong {
    color: #501a73;
    display: block;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 7px;
}

.solar-metric span {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.sustainability-metric-content .metric-note {
    color: #6c6c6c;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.accreditation-section {
    background: #ffffff;
}

.accreditation-heading {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    margin-bottom: 44px;
}

.accreditation-heading .heading,
.accreditation-heading > p {
    margin-bottom: 0;
}

.accreditation-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.accreditation-card {
    background: #f7f5f0;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 290px;
    overflow: hidden;
}

.accreditation-visual {
    align-items: center;
    background: #ffffff;
    display: flex;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    padding: 22px;
}

.accreditation-visual img {
    display: block;
    height: auto;
    max-height: 150px;
    max-width: 100%;
    object-fit: contain;
}

.accreditation-photo {
    padding: 0;
}

.accreditation-photo img {
    height: 100%;
    max-height: none;
    object-fit: cover;
    width: 100%;
}

.accreditation-dual-logo {
    flex-direction: column;
    gap: 20px;
}

.accreditation-dual-logo img {
    max-height: 90px;
}

.accreditation-copy {
    padding: 30px 28px;
}

.accreditation-copy > span {
    color: #8e6017;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.accreditation-copy h3 {
    color: #222222;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.accreditation-copy p {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.hse-governance {
    background: #f4f2ed;
}

.sustainability-frameworks {
    background: #ffffff;
}

.frameworks-heading {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    margin-bottom: 42px;
}

.frameworks-heading .heading {
    font-size: 40px;
    margin: 0;
}

.frameworks-heading > p {
    color: #484848;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.frameworks-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.frameworks-grid-enhanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.framework-panel-enhanced {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 26px;
}

.framework-panel-enhanced-main {
    grid-column: span 2;
}

.framework-panel-enhanced .framework-copy {
    margin-bottom: 22px;
}

.framework-image-enhanced {
    aspect-ratio: 4 / 3;
    min-height: 0;
    padding: 0;
}

.framework-panel-enhanced-main .framework-image-enhanced {
    aspect-ratio: 16 / 9;
    max-height: 680px;
}

.framework-image-enhanced img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.framework-panel {
    background: #f5f4ef;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 170px;
    min-height: 310px;
    overflow: hidden;
    padding: 30px;
}

.framework-panel-sdgs {
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
}

.framework-panel-wide {
    grid-column: span 2;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    min-height: 220px;
}

.framework-copy {
    align-self: center;
}

.framework-copy > span {
    color: #8e6017;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.framework-copy h3 {
    color: #222222;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.framework-copy p {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.framework-image {
    align-items: center;
    background: #ffffff;
    display: flex;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    padding: 16px;
}

.framework-image img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.framework-image-tall {
    padding: 12px;
}

.framework-image-strip {
    min-height: 150px;
    padding: 20px;
}

.framework-panel-text {
    align-items: stretch;
}

.framework-name-grid {
    align-self: stretch;
    display: grid;
    gap: 10px;
}

.framework-name-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.framework-name-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.framework-name-grid > span {
    align-items: center;
    background: #ffffff;
    border: 1px solid #ddd9cf;
    color: #173e5c;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 92px;
    padding: 14px;
    text-align: center;
}

.framework-logo-tile img {
    height: auto;
    max-height: 64px;
    max-width: 150px;
    object-fit: contain;
    width: auto;
}

.frameworks-note {
    color: #707070;
    font-size: 12px;
    line-height: 1.55;
    margin: 24px 0 0;
    max-width: 980px;
}

.hse-heading {
    align-items: end;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.hse-heading .heading {
    font-size: 40px;
    margin: 0;
}

.hse-heading p {
    color: #474747;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.hse-heading p:last-child {
    margin-bottom: 0;
}

.hse-pillars {
    border-bottom: 1px solid rgba(80, 26, 115, 0.16);
    border-top: 1px solid rgba(80, 26, 115, 0.16);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 42px 0;
}

.hse-pillars span {
    align-items: center;
    border-right: 1px solid rgba(80, 26, 115, 0.16);
    color: #282828;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 74px;
    padding: 15px;
    text-align: center;
}

.hse-pillars span:last-child {
    border-right: 0;
}

.document-library {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.document-group {
    background: #ffffff;
    padding: 28px;
}

.document-group-heading {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.document-group-heading > span {
    color: #a47525;
    font-size: 12px;
    font-weight: 800;
}

.document-group-heading h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.document-links {
    border-top: 1px solid #dfdcd4;
}

.document-links a {
    align-items: center;
    border-bottom: 1px solid #dfdcd4;
    color: #272727;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 15px 2px;
}

.document-links a::after {
    color: #501a73;
    content: "\2197";
    font-size: 17px;
    grid-column: 3;
}

.document-links strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.document-links span {
    color: #777777;
    font-size: 11px;
    white-space: nowrap;
}

.document-links a:hover {
    color: #501a73;
}
.newsec1 .link, .newsbblk .link{margin-left: 18px}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@keyframes slide-from-left {
  0% {left: 0%;opacity: 1;}
  99% {left: 99%;opacity: 1;}
  100% {left: 100%;opacity: 0;display: none;}
}

@-webkit-keyframes slide-from-left {
  0% {left: 0%;opacity: 1;}
  99% {left: 99%;opacity: 1;}
  100% {left: 100%;opacity: 0;display: none}
    
}

.slide-from-left{width: 100%;height: 100%;background-color:#fff;position: relative;
animation: slide-from-left 1.3s 1 linear forwards;position: absolute}

@keyframes slide-from-right {
  0% {right: 0%;opacity: 1;}
  99% {right: 99%;opacity: 1;}
  100% {right: 100%;opacity: 0;display: none;}
}

@-webkit-keyframes slide-from-right {
  0% {right: 0%;opacity: 1;}
  99% {right: 99%;opacity: 1;}
  100% {right: 100%;opacity: 0;display: none}
    
}


.slide-from-right {animation: slide-from-right 1.5s 1 linear forwards;}
.white-bg2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 99;
}
.slide-from-right {
    animation: slide-from-right 1.5s 1 linear forwards;
        animation-name: slide-from-right;
}
.slide-from-left {
    animation: slide-from-left 1.5s 1 linear forwards;
        animation-name: slide-from-left;
}

.safechem .infraright img{display: none}
