html {
  scroll-behavior: smooth;
}
body { 
  font-family: 'Work Sans';
  font-size: 16px;
  background: #fff;
  color: #000;
}
a:focus{
  text-decoration: none;
}
:focus-visible {
    outline: none;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../font/WorkSans-Bold.woff2') format('woff2'),
        url('../font/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../font/WorkSans-BoldItalic.woff2') format('woff2'),
        url('../font/WorkSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../font/WorkSans-Italic.woff2') format('woff2'),
        url('../font/WorkSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../font/WorkSans-Regular.woff2') format('woff2'),
        url('../font/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../font/WorkSans-SemiBold.woff2') format('woff2'),
        url('../font/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../font/WorkSans-SemiBoldItalic.woff2') format('woff2'),
        url('../font/WorkSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
.logo-area{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 70px;
  position: relative;
  z-index: 99;
}
.home-one-page .logo-area{ padding-bottom: 20px; }
.logo-area img{
  width: 100%;
  max-width: 300px;
}
.video-text h3{
  font-family: 'Work Sans';
  font-size: 20px;
  font-weight: 800;
  color: #252a5f;
  margin-bottom: 5px;
}
.video-text{
  width: auto;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.video-text p{
  font-family: 'Work Sans';
  font-size: 13px;
  font-weight: 600;
  color: #252a5f;
  margin-bottom: 0;
}
.video-text-1 h3{
  max-width: 200px;
}
.video-text-1 p{
  max-width: 160px;
}
.video-sec{
   position: relative;
}
.video-text-1{
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-5deg);
}
.video-text-2{
  position: absolute;
  right: 0;
  top: 60px;
  transform: rotate(5deg);
}
.video-text-2{
  text-align: right;
}
.video-text-4 {
  position: absolute;
  right: -60px;
  top: 0px;
  transform: rotate(5deg);
}
.video-text-5 {
  position: absolute;
  left: 70px;
  top: 30px;
  transform: rotate(-5deg);
}
.video-text ol{
  padding: 0 0 0 15px;
  margin: 0;
}
.video-text li{
  font-family: 'Work Sans';
  font-size: 13px;
  font-weight: 600;
  color: #252a5f;
  list-style: disc;
}
.video-text-4 h3 {
  max-width: 160px;
}
footer{
  background: #252a5f;
  width: 100%;
  display: flex;
  padding: 20px 0;
  font-family: 'Work Sans';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
footer .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-video-section{
  width: 100%;
  display: flex;
  padding: 0 0 15px 0;
}
.video-sec video{
    max-width: 100%;
}
.video-sec-1 , .video-sec-4{
  max-width: 600px;
  float: left;
  position: relative;
}
.video-sec-2 , .video-sec-5{
  max-width: 600px;
  float: right;
  position: relative;
}
.video-sec-3{
  max-width: 100%;
  float: left;
  position: relative;
}
.inner-section{
  width: 100%;
  display: flex;
  padding: 0;
}
.inner-section-right video{
  width: 100%;
}
.inner-section-right h2{
  font-family: 'Work Sans';
  font-size: 35px;
  font-weight: 700;
  max-width: 200px;
  float: right;
  color: #252a5f;
  margin-bottom: 25px;
}
.inner-section-left p , .inner-section-right p , .inner-section-bottom-left p , .inner-section-bottom-right p{
  font-family: 'Work Sans';
  font-size: 16px;
  font-weight: 500;
  color: #252a5f;
}
.bottom-menu{
  width: 100%;
  display: flex;
  overflow: hidden;
  padding: 30px 0;
  margin-top: 0;
}
.menu-icon video{
  width: 100%;
}
.academy-text{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
}

.inner-section-right ol{
  padding: 0 0 0 20px;
  margin: 0 0 12px;
}
.inner-section-right li{
  font-family: 'Work Sans';
  font-size: 16px;
  font-weight: 500;
  color: #252a5f;
  list-style: disc;
}
.moretext {
  display: none;
}
.read-more a{ 
	cursor: pointer;
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #4eae30;
}
.bottom-menu-2 img{ width: 150px; height: 120px; object-fit: contain; }
.bottom-menu-1 img{ width: 150px; height: 120px; object-fit: contain; }
.bottom-menu-3 img{ width: 150px; height: 120px; object-fit: contain; }
.bottom-menu-4 img{ width: 150px; height: 120px; object-fit: contain; }
.bottom-menu-5 img{ width: 150px; height: 120px; object-fit: contain; }

.bottom-menu-1 , .bottom-menu-2 , .bottom-menu-3 , .bottom-menu-4 , .bottom-menu-5{ width: 20%; }
.bottom-menu-1 .video-sec-1 , .bottom-menu-2 .video-sec-2 , .bottom-menu-3 .video-sec-3 , .bottom-menu-4 .video-sec-4 , .bottom-menu-5 .video-sec-5{ float: none; }
.bottom-menu-1 a , .bottom-menu-2 a , .bottom-menu-3 a , .bottom-menu-4 a , .bottom-menu-5 a{ justify-content: center; display: flex; width: 100%; }


.button-hide{display: none;}
.inner-section-left video{ max-width: 700px; margin: 0 auto; padding-bottom: 15px; display: block; }
.video-sec a { 
  text-decoration: none; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  font-family: 'Work Sans';
  font-size: 16px;
  font-weight: 600;
  color: #252a5f;
}


/*.video-sec-h-1 .video-sec-1 img , .video-sec-h-2 .video-sec-2 img{ max-width: 200px; }
.video-sec-h-5 .video-sec-5 img , .video-sec-h-4 .video-sec-4 img{ max-width: 200px; }*/
.video-sec-h-3 .video-sec-3 video{ height: 150px; width: 100%; object-fit: cover; }


.video-sec-h-3  .video-sec-3{ width: 100%; padding: 10px 0; display: flex; }
.logo-text-area{ 
	width: 100%;
    display: flex; 
    justify-content: center;
    padding: 0 0 10px 0;
    font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 700;
	color: #252a5f;
}
footer img{ width: 100px; }
.footer-menu{
  width: auto;
  display: inline-flex;
}
.footer-menu ul{ 
  padding: 0; 
  margin: 0; 
  display: flex;
  gap: 15px;
}
.footer-menu li{ display: flex; }
.footer-menu li a{ 
  font-family: 'Work Sans';
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
.solutions-area{ width: auto; display: inline-flex; align-items: center; gap:10px; }
.bostik-section{ width: 100%; display: flex; }
.bostik-section h2{
  font-family: 'Work Sans';
  font-size: 36px;
  font-weight: 700;
  color: #252a5f;
  margin-bottom: 10px;
}
.bostik-section p{
  font-family: 'Work Sans';
  font-size: 20px;
  font-weight: 500;
  color: #252a5f;
}
.bostik-icon-1{ width: 24%; }
.bostik-icon{ width: 19%; }
.bostik-icon img , .bostik-icon-1 img , .bostik-icon-2 img{ width: 100%; }
.small-sec img{ width: 100%; }
.small-sec{ 
  font-family: 'Work Sans';
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #252a5f;
  text-align: center;
  margin-top: 40px;
 }
 .small-sec-text{ display: flex; align-items: center; }
 .bostik-section-1 , .bostik-section-2{ width: 100%; display: flex; flex-direction: column; }
 .bostik-section-2{ margin-top: 70px; }
 .bostik-icon-2{ margin-top: 30px; }
 .bostik-icon-3 img{ width: 100%; }
 .bostik-icon-3{ display: flex; align-items: center; }
 .video-sec-h-3 a{ width: 100%; }
 .video-sec-h-5 .video-text-5 p{ max-width: 182px; }
.inner-section-right{ max-width: 1000px; margin: 0 auto; }
.play-btn{ width: 70px!important; height: 70px!important; position: absolute!important; left: 0!important; top: auto!important; bottom: 0; }
.video-sec-img{ display: inline-flex; width: auto; position: relative; }
.video-sec a .play-btn {
    background-image: url('../images/play-btn.png');
    background-size: contain;
    transition: background-image 0.3s ease;
    background-repeat: no-repeat;
}

.video-sec a:hover .play-btn {
    background-image: url('../images/play-btn-hover.png');
}
.desktop-show{
  display: flex!important;
}
.mobile-show{
  display: none!important;
}
