/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
/* @media screen and (max-width: 768px) {
 
  p {
    text-align: justify;
  }
} */
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 186px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
  max-height: 53px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.second-dropdown-down a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #106eea;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown .second-dropdown-down {
  display: block;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown .second-dropdown {
  margin-left: -55px;
}
@media (min-width: 1400px) {
  .navbar .dropdown .second-dropdown {
    margin-left: -635px;
  }
  .navbar .dropdown .sustainability-dropdown {
    margin-left: auto;
  }
}
.navbar-mobile .dropdown .second-dropdown {
  margin-left: -5px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar .dropdown .second-dropdown-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 50%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
  .navbar .dropdown .sustainability-dropdown {
    margin-left: 75px;
  }
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 10px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.navbar-mobile .second-dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero { 
  /* //edited homepage pic */
  width: 100%;
  height: 95vh;
  background: url("../img/LMS Website BG - 04.jpg");
  background-size: 100%;
  /* position: relative;
  background-repeat: no-repeat;*/
  background-attachment: fixed; 
  min-height: 500px; 
  /* Create the parallax scrolling effect */
  background-repeat: no-repeat;
}
#hero:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .bg-img img {
  position: absolute;
  display: block;
  right: -100px;
  bottom: 0;
  width: auto;
  height: 100vh;
}
#hero .container {
  position: relative;
  margin-left: 7%;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #106eea;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #106eea;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (max-width: 1300px) {
  #hero {
  width: 100%;
  background: url("../img/LMS Website BG - 04.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -80px;
    /* bottom: -250px; */
    width: 130vw;
    height: 120vh;
  }
}
@media (max-width: 1024px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG - 04.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    bottom:250px;
    margin-left: 0;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -1050px;
    top: -170px;
    width: 200vw;
    height: 60vh;
  }
}

@media (max-width: 1200px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 03.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right 35% bottom 0%;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -180px;
    top: -120px;
    width: 200vw;
    height: 80vh;
  }
  #hero .container {
    position: relative;
    margin-left: 0;
    bottom: 0;
  }
}

@media (max-width: 850px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 03.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right 35% top 80%;;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    top: 400px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -820px;
    top: -250px;
    width: 200vw;
    height: 75vh;
  }
}

@media (max-width: 740px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right 35% bottom 30%;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    top: 300px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -820px;
    top: -250px;
    width: 250vw;
    height: 80vh;
  }
}

@media (max-width: 650px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 03.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    top: 250px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -720px;
    top: -250px;
    width: 250vw;
    height: 80vh;
  }
}

@media (max-width: 570px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    top: 250px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -570px;
    top: -100px;
    width: 250vw;
    height: 55vh;
  }
}

@media (max-width: 510px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    bottom:90px;
    margin-left: 0;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -550px;
    top: -140px;
    width: 250vw;
    height: 60vh;
  }
}

@media (max-width: 460px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    margin-bottom: 200px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -510px;
    top: -100px;
    width: 250vw;
    height: 55vh;
  }
}

@media (max-width: 420px) {
  #hero {
    height: 100vh;
    background: url("../img/LMS Website BG Mobile View - 01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .container {
    position: absolute;
    margin-bottom: 200px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -470px;
    top: -100px;
    width: 250vw;
    height: 55vh;
  }
}

@media (max-width: 400px) {
  #hero {
    background: url("../img/LMS Website BG Mobile View - 01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
  }
  #hero .container {
    position: absolute;
    top: 250px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -490px;
    top: -180px;
    width: 300vw;
    height: 65vh;
    z-index: 1000;
  }
}
@media (max-width: 280px) {
  #hero {
    background: url("../img/LMS Website BG - 04.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  #hero .container {
    position: absolute;
    bottom:25px;
    margin-bottom: 50px;
  }
  #hero .bg-img img {
    position: absolute;
    display: block;
    right: -330px;
    top: -140px;
    width: 250vw;
    height: 50vh;
    z-index: 1000;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #106eea;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# policy
--------------------------------------------------------------*/
#policy_about {
  width: 100%;
  height: 95vh;
  background: url("../img/landing_bg_kl.jpg") 0% 100%;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
#policy_about:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#policy_about .container {
  position: relative;
}
#policy_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#policy_about h1 span {
  color: #106eea;
}
#policy_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#policy_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#policy_about .btn-get-started:hover {
  background: #247cf0;
}
@media (max-width: 1020px) {

  #policy_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #policy_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.policy .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.owk-card a{
  color:black;
}

.owk-card a:hover .title{
  color: white;
}
@media (max-width: 768px) {
  .policy .icon-box {
    height: auto;
  }
}
@media (min-width: 768px) {
  .policy .icon-box {
    height: 350px;
  }
}
@media (min-width: 844px) and (max-width: 1180px) {
  .policy .icon-box {
    height: 390px;
  }
}
@media (min-width: 820px) {
  .policy .icon-box {
    height: 400px;
  }
}
@media (min-width: 1300px) {
  .policy .icon-box {
    height: 300px;
  }
}
.policy .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.policy .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}
.policy .icon {
  margin-bottom: 15px;
}
.policy .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}
.policy .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.policy .title a {
  color: #111;
}
.policy .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.policy .icon-box:hover .title a, .policy .icon-box:hover .description {
  color: #fff;
}
.policy .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services .swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.featured-services .swiper-slide {
  background-size: cover;
  background-position: center;
}

.featured-services .mySwiper2 {
  height: 100%;
  width: 100%;
}

.featured-services .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.featured-services .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.featured-services .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.featured-services .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

.img_sdg_logo{
  width: 100%;
  float: right;
  padding-left: 310px;
  padding-bottom: 450px;
}
.sdg_logo_in_landingsection{
  max-width: 600px;
}
@media only screen and (max-width: 519px){
  .img_sdg_logo{
  padding-left: 0px;
  float: unset;
  padding-bottom: 270px;
}
}
@media only screen and (max-width: 767px) and (min-width: 520px) {
  .img_sdg_logo{
  padding-left: 0px;
  float: unset;
  padding-bottom: 220px;
}

}
@media only screen and (max-width: 912px) and (min-width: 768px){
.img_sdg_logo{
  padding-left: 200px;
  float: unset;
  padding-bottom: 270px;
}
}
@media only screen and (max-width: 1280px) and (min-width: 913px){
  .img_sdg_logo{
  padding-left: 350px;
  float: unset;
  padding-bottom: 300px;
}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/

#resume_about {
  width: 100%;
  height: 95vh;
  background: url("../img/rey-seven-_nm_mZ4Cs2I-unsplash.jpg") center left;
  background-size: cover;
  position: relative;
}
#resume_about:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#resume_about .container {
  position: relative;
}
#resume_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#resume_about h1 span {
  color: #106eea;
}
#resume_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#resume_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#resume_about .btn-get-started:hover {
  background: #247cf0;
}

.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

/* background-image: url("../img/whyus1.jpg"); */

.Skills-lists {
  padding: 40px;
}
.Skills-lists .Skills-content {
  overflow: hidden;
}
/* .Skills-lists .Skills-content .whyus1 {
  background: url("../img/whyus1.jpg") center;
} */

.Skills-lists .content-item img {
  width: 90%;
  height: 55%;
}
.Skills-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}
.Skills-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.Skills-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}
.Skills-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .Skills-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 18px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
.clients .aizenz_logo {
  max-width: 78%;
  margin-top:5px;
}
.clients .empiric_logo {
  transform: scale(1.2)
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
  .clients .aizenz_logo{
    max-width: 42%;
  }
  .clients .empiric_logo {
    max-width: 50%
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  margin-top: 25px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}
.services .icon-box:hover .icon {
  border-color: #106eea;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .swiper-slide {

  flex-shrink : 1;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
  flex-shrink : 1;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}
/* .testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
} */
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

/*--------------------------------------------------------------
# our_board
--------------------------------------------------------------*/
.our_board span {

 color: #106eea;
}

.our_board .ourboard_info_box{

    color: #000000;
    text-align: center;
    box-shadow: 0 0 30px rgba(77, 77, 77, 0.3);
    padding: 15px 20px 35px 0;
    background-color: rgb(245, 244, 244);
    max-height: 400px;

}

.chart-container {
  position: relative;
  height: 358px;
  overflow: hidden;
}

/*-------------------------------------------------------------------
# unreasonable out of margin , so special one CSS here for that card
---------------------------------------------------------------------*/
.our_board .ourboard_info_box_dr_chong{

  color: #000000;
  text-align: center;
  box-shadow: 0 0 30px rgba(77, 77, 77, 0.3);
  padding: 15px 0px 35px 8px;
  background-color: rgb(245, 244, 244);
  max-height: 400px;

}

.our_board a{
  text-decoration: none;
  cursor: pointer;
  color:inherit
}
.our_board h4{
  padding-top: 20px;
  font-size: 20px;
}
.our_board .modal_content_scrollable {
  overflow:scroll;
  position: relative;
  height:380px;
  width:650px; 
  overflow-x:hidden;
  text-align: justify;
}

.our_management span {

  color: #106eea;
 }
 
 .our_management .ourboard_info_box{
 
     color: #000000;
     text-align: center;
     box-shadow: 0 0 30px rgba(77, 77, 77, 0.3);
     padding: 15px 20px 40px 0;
     background-color: rgb(245, 244, 244);
     max-height: 380px;
  
 }
 .our_management a{
   text-decoration: none;
   cursor: pointer;
   color:inherit
 }
 .our_management h4{
   padding-top: 20px;
   font-size: 20px;
 }
 .our_management .modal_content_scrollable {
   overflow:scroll;
   position: relative;
   height:380px;width:650px; 
   overflow-x:hidden;
   text-align: justify;
 }


.our_board_about{
  width: 100%;
  height: 95vh;
  background: url("../img/benjamin-child-GWe0dlVD9e0-unsplash.jpg") center left;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.container1{
  position: relative;
}

.container1 img {
  object-fit: scale-down;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 18px;
  padding: 20px;
  text-align: left;
}

.container1:hover .overlay {
  opacity: 1;
  
}

@media (max-width: 768px) {
  /*.our_board .modal_content_scrollable {
    text-align: left;
  }
  */
  .our_board_about{
    background: url("../img/benjamin-child-GWe0dlVD9e0-unsplash.jpg") center -50%;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment:  fixed;
;
  }

}

.our_board_about:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.our_board .btn-get-started{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
  width: 20%;
}
.our_board_about .container {
  position: relative;
}
.our_board_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
.our_board_about h1 span {
  color: #106eea;
}
.our_board_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
.our_board_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

.our_board_about .btn-get-started:hover {
  background: #247cf0;
}
/* .our_board  {
  box-shadow: 0 0 30px rgba(77, 77, 77, 0.3);
  padding: 20px 0 30px 0;
} */

.our_leader_about {
  width: 100%;
  height: 95vh;
  background: url("../img/austin-distel-wD1LRb9OeEo-unsplash.jpg") center left;
  background-size: cover;
  position: relative;
}
.our_leader_about:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.our_leader_about .container {
  position: relative;
}
.our_leader_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
.our_leader_about h1 span {
  color: #106eea;
}
.our_leader_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
.our_leader_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

@media (max-width: 1020px) {

  #our_board_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #our_board_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.our_board_about .btn-get-started:hover {
  background: #247cf0;
}

@media (max-width: 768px) {
  .our_board .leadership_modal_open_img{
    width:95%;
  }
}

@media (max-width: 768px) {
  .modal-img img {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .phone-view-img {
    max-width: 275px;
    text-align: center;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .phone-view-img {
    max-width: 275px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .phone-view-img1 {
    max-width: 270px;
    text-align: center;
  }
}

.phone-view-img {
  width: auto;
  height: 307px;
  margin-bottom: 10px;
  text-align: center;
}

.phone-view-img img {
  height: 5%;
}
/*
.modal-img img {
  object-fit: scale-down;
}*/
.modal-img h4 {
  padding: 0px;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .modal-img p {
    text-align: center;
  }
}

.modal-img h4 img {
  width: 10%;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .modal-img h4 img {
    padding-top: 5px;
    width: 10%;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .modal-img {
    direction: ltr;
    white-space: nowrap;
    width: auto;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .modal-img1 {
    direction: ltr;
    white-space: nowrap;
    width: auto;
    margin-left: 15%;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .btn-get-started{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
  width: 20%;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  background: #3b8af2;
}
.team .member .social i {
  font-size: 18px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #000000;
  text-align: center;
  box-shadow: 0 0 30px rgba(77, 77, 77, 0.3);
  padding: 20px 0 30px 0;
  background-color: white;
}
.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contact_hero {
  width: 100%;
  height: 95vh;
  background: url("../img/contact_bg.jpg") 80% 20%;
  /* background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  
  min-height: 500px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact_hero:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#contact_hero .container {
  position: relative;
}
#contact_hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#contact_hero h1 span {
  color: #106eea;
}
#contact_hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#contact_hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#contact_hero .btn-get-started:hover {
  background: #247cf0;
}
@media (max-width: 1300px) {
  #contact_hero {
  width: 100%;
  background: url("../img/contact_bg.jpg") 80% 20%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
}


@media (max-width: 1020px) {
  #contact_hero {
    height: 100vh;
    background: url("../img/contact_bg.jpg") 80% 20%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

  }
  #contact_hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #contact_hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

}
@media (max-width: 400px) {
  #contact_hero {
    
    background: url("../img/contact_bg.jpg") 98% 50% ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
/*--------------------------------------------------------------
# services_enviorment
--------------------------------------------------------------*/
#services_env {
  width: 100%;
  height: 95vh;
  background: url("../img/environment.jpg") top left;
  background-size: cover;
  position: relative;
}
#services_env:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#services_env .container {
  position: relative;
}
#services_env h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#services_env h1 span {
  color: #106eea;
}
#services_env h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#services_env .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#services_env .btn-get-started:hover {
  background: #247cf0;
}
#services_env .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#services_env .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#services_env .btn-watch-video:hover {
  color: #106eea;
}
#services_env .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #services_env {
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  #services_env {
    height: 100vh;
  }
  #services_env h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #services_env h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #services_env .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #services_env {
    height: 100vh;
  }
}

#services_cert_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/cert_landing_bg.jpg") center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#services_cert_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.671);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#services_cert_landingbg .container {
  position: relative;
}

#services_cert_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#services_cert_landingbg h1 span {
  color: #106eea;
}
#services_cert_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#services_cert_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#services_cert_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#services_cert_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#services_cert_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#services_cert_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#services_cert_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #services_cert_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #services_cert_landingbg {
    background: url("../img/cert_landing_bg.jpg") 90;
    
  }
  #services_cert_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #services_cert_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #services_cert_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #services_cert_landingbg {
    height: 120vh;
  }
}

#services_cert span {
  color: #106eea;
}
.services_cert .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.services_cert .content ul {
  list-style: none;
  padding: 0;
}
.services_cert .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.services_cert .content ul li:first-child {
  margin-top: 35px;
}
.services_cert .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.services_cert .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.services_cert .content ul p {
  font-size: 15px;
}
.services_cert .content p:last-child {
  margin-bottom: 0;
}
.services_cert .more-service-env p{
  color:#000000;
}


/*--------------------------------------------------------------
# myco2 testing and assestment
--------------------------------------------------------------*/

#myco2sdnbhd_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/myco2pgoffice.jpg") center ;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#myco2sdnbhd_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#myco2sdnbhd_landingbg .container {
  position: relative;
}
#myco2sdnbhd_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#myco2sdnbhd_landingbg h1 span {
  color: #106eea;
}
#myco2sdnbhd_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#myco2sdnbhd_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#myco2sdnbhd_landingbg .btn-get-started:hover {
  background: #247cf0;
}

@media (min-width: 1024px) {
  #myco2sdnbhd_landingbg {
    background-attachment: fixed;

  }
}
@media (max-width: 768px) {
  #myco2sdnbhd_landingbg {
    height: 100vh;
    background-position: right;
  }
  #myco2sdnbhd_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #myco2sdnbhd_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

}
@media (max-height: 500px) {
  #myco2sdnbhd_landingbg {
    height: 120vh;
  }
}


.myco2sdnbhd .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.myco2sdnbhd .content ul {
  list-style: none;
  padding: 0;
}
.myco2sdnbhd .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.myco2sdnbhd .content ul li:first-child {
  margin-top: 35px;
}
.myco2sdnbhd .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.myco2sdnbhd .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.myco2sdnbhd .content ul p {
  font-size: 15px;
}
.myco2sdnbhd .content p:last-child {
  margin-bottom: 0;
}
.myco2sdnbhd .more-service-env p{
  color:#000000;
}
#myco2sdnbhd span {
  color: #106eea;
}
.myco2sdnbhd .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.myco2sdnbhd .swiper-slide img {
  display: block;
  width: 100%;
  height: 0%;
  object-fit: cover;
}

.myco2sdnbhd .swiper {
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.myco2sdnbhd .swiper-slide {
  background-size: cover;
  background-position: center;
}
.myco2sdnbhd .swiper-slide h1 {
  position:absolute;
  top: 518px;
  float: bottom;
  /* left: 30px; */
  color: #eeeeee;
  font-weight: 600;
  background-color:rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 80px;
  
}

.myco2sdnbhd .mySwiper2 {
  height: 100%;
  width: 100%;
}
.myco2sdnbhd .mySwiper2 img {
  height: 600px;
  width: 100%;
}

.myco2sdnbhd .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.myco2sdnbhd .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.myco2sdnbhd .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.myco2sdnbhd .more-service-env h5{
  color:#106eea;
}
.myco2sdnbhd .more-service-env p{
  color:#000000;
}


#myco2sdnbhd_labotary_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/christina-wocintechchat-com-glRqyWJgUeY-unsplash.jpg") top left;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;

}
#myco2sdnbhd_labotary_landingbg:before {
  content: "";
  background: rgba(221, 221, 221, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#myco2sdnbhd_labotary_landingbg .container {
  position: relative;
}
#myco2sdnbhd_labotary_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#myco2sdnbhd_labotary_landingbg h1 span {
  color: #106eea;
}
#myco2sdnbhd_labotary_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#myco2sdnbhd_labotary_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#myco2sdnbhd_labotary_landingbg .btn-get-started:hover {
  background: #247cf0;
}

@media (max-width: 1020px) {

  #myco2sdnbhd_labotary_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #myco2sdnbhd_labotary_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# milestone
--------------------------------------------------------------*/
.milestone_about{
  width: 100%;
  height: 95vh;
  background: url("../img/ante-hamersmit-5GbN2LeeoyY-unsplash.jpg") center ;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;

}
.milestone_about:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.milestone_about .container {
  position: relative;
}
.milestone_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
.milestone_about h1 span {
  color: #106eea;
}
.milestone_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
.milestone_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

.milestone_about .btn-get-started:hover {
  background: #247cf0;
}

@media (max-width: 1020px) {

  #milestone_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #milestone_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.milestone .milestone-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}
.milestone .milestone-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}
.milestone .milestone-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}
.milestone .milestone-item h5 {
  font-size: 16px;
  /* background: #f7f8f9; */
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.milestone .milestone-item ul {
  padding-left: 20px;
}
.milestone .milestone-item ul li {
  padding-bottom: 10px;
}
.milestone .milestone-item:last-child {
  padding-bottom: 0;
}
.milestone .milestone-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}
.milestone .milestone-item img {
  width:9%
}
@media (max-width: 768px) {
  .milestone .milestone-item img {
    width:22%
  }
}
.blockquote-footer{
  color: rgb(59, 59, 59);
  font-size: .835em;
}
.shadow_effect_css{
  box-shadow: 0 0 30px rgba(77, 77, 77, 0.3);
}
.blockquote{
  font-size: 1.1rem;
}
.card_header_css{
  font-size:1.43rem;
  font-family:Noto Sans Mono;
  font-weight:bolder;
  word-spacing: 2px;
  letter-spacing: 1.7px;
}
.coo-info .card-header {
  background-color: #106eea;
  color: white;    
}

.card-awards {
  height: 550px;
}

.award_about{
  width: 100%;
  height: 95vh;
  background: url("../img/award_pic_use.jpg") center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.award_about:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.award_about .container {
  position: relative;
}
.award_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
.award_about h1 span {
  color: #106eea;
}
.award_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
.award_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

.award_about .btn-get-started:hover {
  background: #247cf0;
}

.award .more-service-env h5{
  color:#106eea;
}
.award .more-service-env p{
  color:#000000;
}

@media (max-width: 1020px) {

  #award_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #award_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# empiric page Trading
--------------------------------------------------------------*/

#esg_reporting_landing {
  width: 100%;
  height: 95vh;
  background: url("../img/reporting_landing_1.jpg") center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#esg_reporting_landing:before {
  content: "";
  background: rgba(252, 252, 252, 0.671);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#esg_reporting_landing .container {
  position: relative;
}
.esg_reporting_ol {
  margin-left: 35px;
}
#esg_reporting_landing h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#esg_reporting_landing h1 span {
  color: #106eea;
}
#esg_reporting_landing h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#esg_reporting_landing .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#esg_reporting_landing .btn-get-started:hover {
  background: #247cf0;
}
#esg_reporting_landing .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#esg_reporting_landing .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#esg_reporting_landing .btn-watch-video:hover {
  color: #106eea;
}
#esg_reporting_landing .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #esg_reporting_landing {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #esg_reporting_landing {
    background: url("../img/reporting_landing_1.jpg") 90;
    
  }
  .esg_reporting_ol {
    margin-left: 10px;
  }
  #esg_reporting_landing h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #esg_reporting_landing h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #esg_reporting_landing .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #esg_reporting_landing {
    height: 120vh;
  }
}

#esg_reporting span {
  color: #106eea;
}
.esg_reporting .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.esg_reporting .content ul {
  list-style: none;
  padding: 0;
}
.esg_reporting .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.esg_reporting .content ul li:first-child {
  margin-top: 35px;
}
.esg_reporting .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.esg_reporting .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.esg_reporting .content ul p {
  font-size: 15px;
}
.esg_reporting .content p:last-child {
  margin-bottom: 0;
}
.esg_reporting .more-service-env p{
  color:#000000;
}

/*--------------------------------------------------------------
# empiric page Trading
--------------------------------------------------------------*/

#empiric_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/william-william-NndKt2kF1L4-unsplash.jpg") top center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#empiric_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#empiric_landingbg .container {
  position: relative;
}
#empiric_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#empiric_landingbg h1 span {
  color: #106eea;
}
#empiric_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#empiric_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#empiric_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#empiric_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#empiric_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#empiric_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#empiric_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #empiric_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #empiric_landingbg {
    background: url("../img/william-william-NndKt2kF1L4-unsplash.jpg") 70%;
    background-attachment: fixed;
  }
  #empiric_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #empiric_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #empiric_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #empiric_landingbg {
    height: 120vh;
  }
}

#empiric span {
  color: #106eea;
}
.empiric .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.empiric .content ul {
  list-style: none;
  padding: 0;
}
.empiric .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.empiric .content ul li:first-child {
  margin-top: 35px;
}
.empiric .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.empiric .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.empiric .content ul p {
  font-size: 15px;
}
.empiric .content p:last-child {
  margin-bottom: 0;
}
.empiric .more-service-env p{
  color:#000000;
}
.empiric .brandfromempiric {
  padding: 15px 0;
  text-align: center;
}
.empiric .brandfromempiric img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.empiric .brandfromempiric img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
.empiric .brandfromempiric img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# aisinz global 
--------------------------------------------------------------*/

#aisinz_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/aisinz_landingpicuseforweb.jpg") center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
#aisinz_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#aisinz_landingbg .container {
  position: relative;
}
#aisinz_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#aisinz_landingbg h1 span {
  color: #106eea;
}
#aisinz_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#aisinz_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#aisinz_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#aisinz_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#aisinz_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#aisinz_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#aisinz_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #aisinz_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #aisinz_landingbg {
    height: 100vh;
    background-position: center 0px;
  }
  #aisinz_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #aisinz_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #aisinz_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  #aisinz_landingbg {
    height: 120vh;
    background: url("../img/aisinz_landingpicuseforweb.jpg") -1090px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  
  }
}


.aisinz .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.aisinz .content ul {
  list-style: none;
  padding: 0;
}
.aisinz .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.aisinz .content ul li:first-child {
  margin-top: 35px;
}
.aisinz .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.aisinz .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.aisinz .content ul p {
  font-size: 15px;
}
.aisinz .content p:last-child {
  margin-bottom: 0;
}
.aisinz .more-service-env p{
  color:#000000;
}
.aisinz .brandfromempiric {
  padding: 15px 0;
  text-align: center;
}
.aisinz .brandfromempiric img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.aisinz .brandfromempiric img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
.aisinz .brandfromempiric img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# aikinz LIMS page
--------------------------------------------------------------*/

#aikinz_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/LIMS (1).jpg") center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
#aikinz_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#aikinz_landingbg .container {
  position: relative;
}
#aikinz_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#aikinz_landingbg h1 span {
  color: #106eea;
}
#aikinz_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#aikinz_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#aikinz_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#aikinz_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#aikinz_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#aikinz_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#aikinz_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #aikinz_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #aikinz_landingbg {
    height: 100vh;
    background-position:  -60% 155px;

    background-attachment: fixed;
  }
  #aikinz_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #aikinz_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #aikinz_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #aikinz_landingbg {
    height: 120vh;
  }
}

.aikinz img {
  margin-right: 50px
}
.aikinz .logohere {
  margin-left:8px
}

.aikinz .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.aikinz .content ul {
  list-style: none;
  padding: 0;
}
.aikinz .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.aikinz .content ul li:first-child {
  margin-top: 35px;
}
.aikinz .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.aikinz .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.aikinz .content ul p {
  font-size: 15px;
}
.aikinz .content p:last-child {
  margin-bottom: 0;
}
.aikinz .more-service-env p{
  color:#000000;
}
.aikinz .brandfromempiric {
  padding: 15px 0;
  text-align: center;
}
.aikinz .brandfromempiric img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.aikinz .brandfromempiric img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
.aikinz .brandfromempiric img {
    max-width: 40%;
  }
  .aikinz img {
    margin-left:0px
  }
}


/*--------------------------------------------------------------
# aizenz DMS page
--------------------------------------------------------------*/

#aizenz_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/iso-9001.png") top left;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
#aizenz_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#aizenz_landingbg .container {
  position: relative;
}
#aizenz_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#aizenz_landingbg h1 span {
  color: #106eea;
}
#aizenz_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#aizenz_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#aizenz_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#aizenz_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#aizenz_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#aizenz_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#aizenz_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #aizenz_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #aizenz_landingbg {
    height: 100vh;
  }
  #aizenz_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #aizenz_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #aizenz_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #aizenz_landingbg {
    height: 120vh;
  }
}


.aizenz .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.aizenz .content ul {
  list-style: none;
  padding: 0;
}
.aizenz .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.aizenz .content ul li:first-child {
  margin-top: 35px;
}
.aizenz .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.aizenz .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.aizenz .content ul p {
  font-size: 15px;
}
.aizenz .content p:last-child {
  margin-bottom: 0;
}
.aizenz .more-service-env p{
  color:#000000;
}
.aizenz .brandfromempiric {
  padding: 15px 0;
  text-align: center;
}
.aizenz .brandfromempiric img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.aizenz .brandfromempiric img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
.aizenz .brandfromempiric img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Ssab Index
--------------------------------------------------------------*/

.ssab_indexcss table {
  /* border:2px solid #292929; */
  border-collapse:collapse;
  padding:5px;
}
.ssab_indexcss table th {
  border:2px solid #292929;
  padding:5px;
  text-align: center;
  background: #106eea;
  color: #ffffff;
}
.ssab_indexcss table td {
  border:1px solid #292929;
  text-align:left;
  padding:5px;
  background: #ffffff;
}
.ssab_indexcss .table_sasb a{
  text-decoration: none;
  cursor: pointer;
  color:inherit
}
@media (max-width:1399px) { 
  .ssab_indexcss table {

  width: 1000px;
}
}
@media (max-width:991px) { 
  .ssab_indexcss table {

  width: 700px;
}
}
@media (max-width:517px) { 
.ssab_indexcss  table {

    width: 300px;
  }
}
@media (max-width:399px) { 
.ssab_indexcss  table {
    
    display: block;
    overflow-x: auto;
    width: 380px;
  }
}
/*--------------------------------------------------------------
# downloadpage
--------------------------------------------------------------*/
.download_page_about{
  width: 100%;
  height: 95vh;
  background: url("../img/cloud-network-hand.jpg") center center;
  background-size: cover;
  position: relative;
}
.download_page_about:before {
  content: "";
  background: rgba(214, 214, 214, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.download_page_about .container {
  position: relative;
}
.download_page_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
.download_page_about h1 span {
  color: #106eea;
}
.download_page_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
.download_page_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

.download_page_about .btn-get-started:hover {
  background: #247cf0;
}
.download_page .accordion .button_accordion_preview {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 7px;
  border-color: rgb(240, 240, 240);
  transition: 0.5s;
  color: rgb(54, 54, 54);
  background: #cbd2d8;

}
.download_page .divtoalignright{
  margin-bottom: auto;
  float: right;
}
.download_page span{
  margin-top: 15px;;
}
.download_page .accordion .button_accordion_download {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 7px;
  border-color: rgb(197, 197, 197);
  transition: 0.5s;
  color: #fff;
  background: #106eea;
  margin-left: 20px;
}

#history_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/chris-lawton-9T346Ij4kGk-unsplash.jpg") top left;
  background-size: cover;
  position: relative;
}
#history_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#history_landingbg .container {
  position: relative;
}
#history_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#history_landingbg h1 span {
  color: #106eea;
}
#history_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#history_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#history_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#history_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#history_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#history_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#history_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #history_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #history_landingbg {
    height: 100vh;
  }
  #history_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #history_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #history_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
  .diagram_pic_css{
    width:100% !important;
  }
}
@media (max-height: 500px) {
  #history_landingbg {
    height: 120vh;
  }
}


.history .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.history .content ul {
  list-style: none;
  padding: 0;
}
.history .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.history .content ul li:first-child {
  margin-top: 35px;
}
.history .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.history .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.history .content ul p {
  font-size: 15px;
}
.history .content p:last-child {
  margin-bottom: 0;
}
.history .more-service-env p{
  color:#000000;
}
.diagram_pic_css{
  padding-top:50px;
   width:80%;
}


#esg_enabler_about {
  width: 100%;
  height: 95vh;
  background: url("../img/about_us_greener_flipped.png") center left;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
#esg_enabler_about:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#esg_enabler_about .container {
  position: relative;
}
#esg_enabler_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#esg_enabler_about h1 span {
  color: #106eea;
}
#esg_enabler_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#esg_enabler_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#esg_enabler_about .btn-get-started:hover {
  background: #247cf0;
}

@media (max-width: 1020px) {

  #esg_enabler_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #esg_enabler_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.esg_enabler a {
 text-decoration: none;
 cursor: pointer;
 color: inherit;
}

.esg_enabler table {
  /* border:2px solid #292929; */
  border-collapse:collapse;
  padding:5px;
}
.esg_enabler table th {
  border:1px solid #292929;
  padding:5px;
  text-align: center;
  background: #106eea;
  color: #ffffff;
}
.esg_enabler table td {
  border:1px solid #292929;
  text-align:left;
  padding:5px;
  background: #ffffff;
}
.special_for_align_center td{
  text-align: center;
}
.esg_enabler .image_in_tabs{
  width: 70%;
  padding-top: 50px;
}
@media (max-width:1399px) { 
  .esg_enabler  table {

  width: 1000px;
}
}
@media (max-width:991px) { 
  .esg_enabler table {

  width: 700px;
}
}
@media (max-width:517px) { 
  .esg_enabler table {
    display: block;
    overflow-x: auto;
    width: 480px;
  }
  #esg_enabler_about {
    width: 100%;
    height: 95vh;
    background: url("../img/about_us_greener_flipped.png") -650px 0px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
  }
  .esg_enabler .image_in_tabs{
    width: 100%;
    padding-top: 50px;
  }
}
@media (max-width:399px) { 
  .esg_enabler table {
    display: block;
    overflow-x: auto;
    width: 400px;
  }
}


#sasb_index_about {
  width: 100%;
  height: 90vh;
  background: url("../img/ishan-seefromthesky-8qEuawM_txg-unsplash.jpg") 0px -650px; 
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#sasb_index_about:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#sasb_index_about .container {
  position: relative;
}
#sasb_index_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#sasb_index_about h1 span {
  color: #106eea;
}
#sasb_index_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#sasb_index_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#sasb_index_about .btn-get-started:hover {
  background: #247cf0;
}
@media (max-width: 1020px) {

  #sasb_index_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #sasb_index_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1705px) {
  #sasb_index_about  {
    width: 100%;
    height: 95vh;
    background: url("../img/ishan-seefromthesky-8qEuawM_txg-unsplash.jpg") -220px -1050px; 
  }
}
@media (max-width: 1320px) {
  #sasb_index_about  {
    width: 100%;
    height: 95vh;
    background: url("../img/ishan-seefromthesky-8qEuawM_txg-unsplash.jpg") -300px -1050px; 
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #sasb_index_about  {
    width: 100%;
    height: 100vh;
    background: url("../img/ishan-seefromthesky-8qEuawM_txg-unsplash.jpg") -800px 3000px; 
    background-attachment: fixed;
  }
}

#esg_data_about {
  width: 100%;
  height: 95vh;
  background: url("../img/michael-olsen-vNIgKjZbJW0-unsplash.jpg") center; 
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#esg_data_about:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#esg_data_about .container {
  position: relative;
}
#esg_data_about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#esg_data_about h1 span {
  color: #106eea;
}
#esg_data_about h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#esg_data_about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#esg_data_about .btn-get-started:hover {
  background: #247cf0;
}

@media (max-width: 1020px) {

  #esg_data_about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #esg_data_about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.esg_data table {
  border-collapse:collapse;
  padding:5px;
  width: 100%;
  overflow-x: auto;
}
.esg_data table th {
  border:1px solid #292929;
  padding:5px;
  text-align: center;
  background: #106eea;
  color: #ffffff;
}
.esg_data table td {
  border:1px solid #292929;
  text-align:left;
  padding:5px;
  background: #ffffff;
}
.esg_data a{
  text-decoration: none;
  cursor: pointer;
  color:inherit
}

.esg_data .sectionforhyperlink{
 padding: 0;
}

.esg_data .note{
font-size: 12px;
}


.esg_data .item {
margin-top: 50px;
}

.esg_data .panel-body h3{
color: #106eea;
}
.esg_data .color_td_class{
color: #106eea;
}

.esg_data .image_in_tabs{
  width: 60%;
  padding-top: 30px;
}

@media (max-width:991px) { 
  .esg_data table {

width: 750px;
display: block;
overflow-x: auto;
overflow:scroll;
}
.esg_data .table_sustain_outcome img{
  width: 40%;
  display: flex;
}
}
@media (max-width:767px) { 
  .esg_data table {

    width: 600px;
    display: block;
    overflow-x: auto;
    overflow:scroll;
    }

.esg_data .table_sustain_outcome img{
  width: 30%;
  display: flex;
}
}
@media (max-width:580px) { 
  .esg_data table {

  width: 480px;
  display: block;
overflow-x: auto;
overflow:scroll;

}
.esg_data .table_sustain_outcome img{
  width: 90%;
  display: flex;
  margin: 5px!important 
}
#esg_data_about {
  width: 100%;
  height: 95vh;
  background: url("../img/michael-olsen-vNIgKjZbJW0-unsplash.jpg") -500px 0px; 
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.esg_data .image_in_tabs{
  width: 100%;
  padding-top: 30px;
}
}
@media (max-width:421px) { 
  .esg_data table {
  display: block;
  overflow-x: auto;
  width: 380px;
}
.esg_data .table_sustain_outcome img{
  width: 100%;
  display: flex;
  margin: 5px!important 
}
}
.esg_data .nav-pills{
  display: flex;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
.blockquote-footer{
  color: rgb(59, 59, 59);
  font-size: .835em;
}
.shadow_effect_css{
  box-shadow: 0 0 30px rgba(77, 77, 77, 0.3);
}
.blockquote{
  font-size: 1.1rem;
}
.card_header_css{
  font-size:1.43rem;
  font-family:Noto Sans Mono;
  font-weight:bolder;
  word-spacing: 2px;
  letter-spacing: 1.7px;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

@supports (-webkit-touch-callout: none) {
  #hero {
    background: url("../img/landing_bg_sg.jpg") center top no-repeat scroll;
    }
    @media (max-width: 1020px) {
      #hero {
        height: 100vh;
        background: url("../img/landing_bg_sg.jpg") center top no-repeat scroll;
      }
    }
    @media (max-width: 400px) {
      #hero {
        background: url("../img/landing_bg_sg.jpg") center top no-repeat scroll;
      }
    } 
}

@supports (-webkit-touch-callout: none) {
  #investor_about{
    background: url("assets/img/landing_bg_kl.jpg");   
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 530px; 
  }
}
#investor_about{
  width: 100%;
  height: 92.5vh;
  background: url("../img/landing_bg_kl.jpg") ;      
  min-height: 530px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#investor_about:before{
  content: "";
  
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#investor_about .container{
  position: relative;
}

#investor_about h1{
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#investor_about h1 span{
  color: #106eea;
}

#investor_about h2{
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#investor_about .btn-get-started{
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#investor_about .btn-get-started:hover{
  background: #247cf0;
}

@media (max-width: 1020px){
  #investor_about h1{
   font-size: 28px;
   line-height: 36px;
   }
  #investor_about h2{
   font-size: 18px;
   line-height: 24px;
   margin-bottom: 30px;
   }
} 

.nav-pills-custom .nav-link{
 color: #aaa;
 background: #fff;
 position: relative;
}

.nav-pills-custom .nav-link.active{
 color: #007bff;
 background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px){
.nav-pills-custom .nav-link::before{
  content: '';
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before{
opacity: 1;
}
.tab-content .tab-pane{
overflow-y: auto;
}

.button_Announcement{
letter-spacing: 0.1em;
cursor: pointer;
font-size: 14px;
font-weight: 400;
line-height: 45px;
max-width: 360px;
position: relative;
text-decoration: none;
text-transform: uppercase;
width: 100%;  
} 

.button_Announcement:hover {
text-decoration: none;
}

/*btn_background*/
.effect04{
--uismLinkDisplay: var(--smLinkDisplay, inline-flex);
display: var(--uismLinkDisplay);
color: #106eea;
outline: solid  2px #106eea;
position: relative;
transition-duration: 0.4s;
overflow: hidden;
border-radius: 12px;
}

.effect04::before,
.effect04 span{
margin: 0 auto;
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-duration: 0.4s;
}

.effect04:hover{
background-color: #007bff;
}

.effect04:hover span{
-webkit-transform: translateY(-400%) scale(-0.1,20);
 transform: translateY(-400%) scale(-0.1,20);
}

.effect04::before{
content: attr(data-sm-link-text);
color: #FFF;
position: absolute;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(500%) scale(-0.1,20);
  transform: translateY(500%) scale(-0.1,20);
}

.effect04:hover::before{
letter-spacing: 0.05em;
-webkit-transform: translateY(0) scale(1,1);
  transform: translateY(0) scale(1,1);
}

#html1{
display: block;
}

#html2{
display: none;
}

@media (max-width: 991px){
#html1{
display: none;
}
#html2{
display: block;
}

}

.card-header{
background-color: rgb(173 173 173 / 3%);
vertical-align: left;
}
.card-header img{
text-align: left;
}
.text-muted{
font-size: 18px;
}

.zoom_it {

transition: transform .2s; /* Animation */
}

.zoom_it:hover {
transform: scale(1.25);
}

#sgx_api_data{
width:400px;
color:black;
}
@media (max-width: 768px) {
#sgx_api_data{
  width:370px !important;
  
}
}

#gras_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/regulatorylanding.jpg") center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#gras_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.671);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#gras_landingbg .container {
  position: relative;
}

#gras_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#gras_landingbg h1 span {
  color: #106eea;
}
#gras_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#gras_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#gras_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#gras_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#gras_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#gras_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#gras_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #gras_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #gras_landingbg {
    background: url("../img/regulatorylanding.jpg") 90;
    
  }
  #gras_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #gras_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #gras_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #gras_landingbg {
    height: 120vh;
  }
}

#ndi_landingbg {
  width: 100%;
  height: 95vh;
  background: url("../img/regulatorylanding.jpg") center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#ndi_landingbg:before {
  content: "";
  background: rgba(252, 252, 252, 0.671);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#ndi_landingbg .container {
  position: relative;
}

#ndi_landingbg h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#ndi_landingbg h1 span {
  color: #106eea;
}
#ndi_landingbg h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#ndi_landingbg .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#ndi_landingbg .btn-get-started:hover {
  background: #247cf0;
}
#ndi_landingbg .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#ndi_landingbg .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#ndi_landingbg .btn-watch-video:hover {
  color: #106eea;
}
#ndi_landingbg .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #ndi_landingbg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #ndi_landingbg {
    background: url("../img/regulatorylanding.jpg") 90;
    
  }
  #ndi_landingbg h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #ndi_landingbg h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #ndi_landingbg .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #ndi_landingbg {
    height: 120vh;
  }
}