/**
* Template Name: Lumia - v2.0.0
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #3498db;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #3498db;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #57aae1;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .header-social-links {
    padding-right: 48px;
  }
  .header-social-links a {
    padding-left: 6px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #4f5a62;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #21262a;
  font-weight: 400;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #3498db;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #384046;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #384046;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(33, 38, 42, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#heroBC {
  width: 100%;
  height: 80vh;
  background: url("../img/Blockchain.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroBC:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroBC .container {
  z-index: 2;
}

#heroBC h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroBC h1 span {
  border-bottom: 4px solid #3498db;
}

#heroBC h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroBC .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroBC .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #heroBC {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #heroBC h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #heroBC h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/* -----------------------------
        Emerging Tech
   ----------------------------- */

#heroBC {
  width: 100%;
  height: 80vh;
  background: url("../img/emerging.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroBC:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroBC .container {
  z-index: 2;
}

#heroBC h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroBC h1 span {
  border-bottom: 4px solid #3498db;
}

#heroBC h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroBC .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroBC .btn-get-started:hover {
  background: #4ea5e0;
}

/* -----------------------------
        Enterprise Solutions
   ----------------------------- */

#heroent {
  width: 100%;
  height: 80vh;
  background: url("../img/ent.png") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroent:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroent .container {
  z-index: 2;
}

#heroent h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroent h1 span {
  border-bottom: 4px solid #3498db;
}

#heroent h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroent .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroent .btn-get-started:hover {
  background: #4ea5e0;
}

/* -----------------------------
        Hire Resources
   ----------------------------- */

#herores {
  width: 100%;
  height: 80vh;
  background: url("../img/hr.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#herores:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#herores .container {
  z-index: 2;
}

#herores h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#herores h1 span {
  border-bottom: 4px solid #3498db;
}

#herores h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#herores .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#herores .btn-get-started:hover {
  background: #4ea5e0;
}

/* -----------------------------
        Salesforce dev
   ----------------------------- */

#herosale {
  width: 100%;
  height: 80vh;
  background: url("../img/sales.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#herosale:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#herosale .container {
  z-index: 2;
}

#herosale h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#herosale h1 span {
  border-bottom: 4px solid #3498db;
}

#herosale h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#herosale .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#herosale .btn-get-started:hover {
  background: #4ea5e0;
}

/* -----------------------------
        Staffing & Recruitment
   ----------------------------- */

#herostaff {
  width: 100%;
  height: 80vh;
  background: url("../img/staff.png") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#herostaff:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#herostaff .container {
  z-index: 2;
}

#herostaff h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#herostaff h1 span {
  border-bottom: 4px solid #3498db;
}

#herostaff h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#herostaff .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#herostaff .btn-get-started:hover {
  background: #4ea5e0;
}

/* -----------------------------
        Technology Consulting
   ----------------------------- */

#heroTC {
  width: 100%;
  height: 80vh;
  background: url("../img/techconsult.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroTC:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroTC .container {
  z-index: 2;
}

#heroTC h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroTC h1 span {
  border-bottom: 4px solid #3498db;
}

#heroTC h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroTC .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroTC .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 300px) {
  #heroTC h1 {
    font-size: 40px;
  }
}

/* -----------------------------
        Business Process Management
   ----------------------------- */

#herobus {
  width: 100%;
  height: 80vh;
  background: url("../img/bprocess.png") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#herobus:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#herobus .container {
  z-index: 2;
}

#herobus h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#herobus h1 span {
  border-bottom: 4px solid #3498db;
}

#herobus h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#herobus .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#herobus .btn-get-started:hover {
  background: #4ea5e0;
}
#heroWA {
  width: 100%;
  height: 80vh;
  background: url("../img/Webappdev.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroWA:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroWA .container {
  z-index: 2;
}

#heroWA h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroWA h1 span {
  border-bottom: 4px solid #3498db;
}

#heroWA h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroWA .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroWA .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #heroWA {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #heroWA h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #heroWA h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#heroMA {
  width: 100%;
  height: 80vh;
  background: url("../img/mobapp.png") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroMA:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroMA .container {
  z-index: 2;
}

#heroMA h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroMA h1 span {
  border-bottom: 4px solid #3498db;
}

#heroMA h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroMA .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroMA .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #heroMA {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #heroMA h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #heroMA h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#heroCM {
  width: 100%;
  height: 80vh;
  background: url("../img/cms.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroCM:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroCM .container {
  z-index: 2;
}

#heroCM h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroCM h1 span {
  border-bottom: 4px solid #3498db;
}

#heroCM h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroCM .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroCM .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #heroCM {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #heroCM h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #heroCM h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#heroSD {
  width: 100%;
  height: 80vh;
  background: url("../img/software.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroSD:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroSD .container {
  z-index: 2;
}

#heroSD h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroSD h1 span {
  border-bottom: 4px solid #3498db;
}

#heroSD h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#heroSD .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#heroSD .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #heroSD {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #heroSD h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #heroSD h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.section-title-hire {
  padding: 0 60px;
  text-align: center;
  padding-bottom: 30px;
  position: absolute;
}

.section-title-hire h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title-hire h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title-hire h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title-hire p {
  margin-bottom: 0;
}

.img-fluid-other {
  width: 50%;
  height: 50%;
}

@media (max-width: 768px) {
  .section-title-hire {
    position: relative;
  }

  .img-fluid-other {
    width: 70%;
    height: 70%;
  }

  .section-title p {
    text-align: justify;
    padding: 0;
  }
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
  color: #3498db;
  font-size: 28px;
}

.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a,
.what-we-do .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li + li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #5faee3;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: white;
  padding: 30px 0 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #3498db;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #124364;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box i {
  float: left;
  color: #3498db;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #3498db;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #3498db;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
  background: #3498db;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.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 .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #3498db !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}

.contact .info:hover i {
  background: #3498db;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5faee3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3498db !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  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: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  color: #444444;
  font-size: 14px;
  background: #f7fbfe;
}

@media (max-width: 768px) {
  #footer {
    /* display: none; */
    position: static;
  }
}

#footer .footer-top {
  padding: 10px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", 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: #3498db;
  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: #3498db;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}

#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: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #3498db;
  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: #57aae1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3498db;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5faee3;
  color: #fff;
  text-decoration: none;
}

.whatsapp-container {
  z-index: 1000000;
  display: flex;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 15px;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  border-radius: 500px;
  -webkit-box-shadow: 0 0 10px lightgray;
  box-shadow: 0 0 10px lightgray;
}
.whats-app-img {
  width: 35px;
  height: 35px;
  filter: brightness(100);
}

#section-a {
  /* font-family: "Playfair Display", serif; */
  margin: 10px 170px;
  /* padding: 10px; */
  text-align: center;
  position: absolute;
  width: 75%;
  border-radius: 10px;
}
#section-a h2 {
  font-size: 32px;
  font-weight: 600;
}
#section-a p {
  padding-top: 10px;
  /* font-size: 20px; */
}
#section-a h2::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #4fa0f7;
  display: block;
  margin: auto;
  transition: 0.5s;
}
#section-a :hover::after {
  width: 100%;
}
#section-a:hover {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

@media (max-width: 768px) {
  #section-a {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}

#section-b {
  /* font-family: "Playfair Display", serif; */
  margin: 600px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-b:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px gray;
  box-shadow: 0 0 10px gray;
}
#section-b h2 {
  /* font-weight: bold; */
  position: relative;
  font-size: 24px;
  font-weight: 700;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b p {
  padding-top: 15px;
  /* font-size: 15px; */
}
@media (max-width: 768px) {
  #section-b {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}
#section-c {
  /* font-family: "Playfair Display", serif; */
  margin: 600px 840px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-c:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c h2 {
  /* font-weight: bold; */
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c p {
  padding-top: 15px;
  /* font-size: 15px; */
}
@media (max-width: 768px) {
  #section-c {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}
#section-d {
  /* font-family: "Playfair Display", serif; */
  margin: 900px 840px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-d:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-d h2 {
  /* font-weight: bold; */
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d p {
  padding-top: 15px;
  /* font-size: 15px; */
}
@media (max-width: 768px) {
  #section-d {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}
#section-e {
  /* font-family: "Playfair Display", serif; */
  margin: 900px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-e:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e h2 {
  /* font-weight: bold; */
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e p {
  padding-top: 15px;
  /* font-size: 15px; */
}
@media (max-width: 768px) {
  #section-e {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}
#section-f {
  /* font-family: "Playfair Display", serif; */
  margin: 1250px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-f:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f h2 {
  /* font-weight: bold; */
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f p {
  padding-top: 15px;
  /* font-size: 15px; */
}
@media (max-width: 768px) {
  #section-f {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}
#section-f2 {
  /* font-family: "Playfair Display", serif; */
  margin: 1250px 840px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-f2:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f2 h2 {
  font-weight: bold;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f2 p {
  padding-top: 15px;
  /* font-size: 15px; */
}
@media (max-width: 768px) {
  #section-f2 {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}
#section-b {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-cs {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-cs[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-cr {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-cr[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-ht {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-ht[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-rpo {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-rpo[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-f[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f2 {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-f2[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-b h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-b h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-c h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-c h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-cr h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-cr h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-cr h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-ht h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-ht h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-ht h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-d h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-d h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-cs h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-cs h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-cs h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-e h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-e h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-rpo h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-rpo h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-rpo h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-f h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-f h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-f2 h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498db;
  transform-origin: left;
  transition: 0.5s;
}
#section-f2 h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f2 h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-g {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 170px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 75%;
  border-radius: 10px;
}
#section-g img {
  height: 55%;
  width: 55%;
}
#section-g:hover {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

@media (max-width: 768px) {
  #section-g {
    position: relative;
    margin: 10px 50px;
  }
}

#section-h {
  /* font-family: "Playfair Display", serif; */
  margin: 850px 170px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 75%;
  border-radius: 10px;
}
#section-h p {
  padding-top: 30px;
  font-size: 20px;
}
#section-h:hover {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
@media (max-width: 768px) {
  #section-h {
    position: relative;
    margin: 30px 50px;
  }
}
#section-i {
  /* font-family: "Playfair Display", serif; */
  margin: 1150px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 15%;
  height: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  border: solid #17596b;
}
#section-i:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-i img {
  margin: 0px 10px;
  width: 80%;
  height: 95%;
}
#section-i {
  transition: 1s;
  opacity: 0;
}
#section-i[data-scroll="in"] {
  opacity: 1;
}

@media (max-width: 768px) {
  #section-i {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-j {
  /* font-family: "Playfair Display", serif; */
  margin: 1150px 550px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 15%;
  height: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  border: solid #17596b;
}
#section-j:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-j img {
  margin: 30px 0px;
  width: 100%;
  height: 70%;
}
#section-j {
  transition: 1s;
  opacity: 0;
}
#section-j[data-scroll="in"] {
  opacity: 1;
}
@media (max-width: 768px) {
  #section-j {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}
#section-k {
  /* font-family: "Playfair Display", serif; */
  margin: 1150px 1000px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 15%;
  border: solid #17596b;
  height: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-k:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-k img {
  width: 100%;
  height: 100%;
}
#section-k {
  transition: 1s;
  opacity: 0;
}
#section-k[data-scroll="in"] {
  opacity: 1;
}
@media (max-width: 768px) {
  #section-k {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}
#section-l {
  /* font-family: "Playfair Display", serif; */
  margin: 1450px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 15%;
  height: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  border: solid #17596b;
}
#section-l:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-l img {
  margin: 20px 0px;
  width: 100%;
  height: 70%;
}
#section-l {
  transition: 1s;
  opacity: 0;
}
#section-l[data-scroll="in"] {
  opacity: 1;
}
@media (max-width: 768px) {
  #section-l {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}
#section-m {
  /* font-family: "Playfair Display", serif; */
  margin: 1450px 550px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 15%;
  height: 30%;
  border: solid #17596b;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-m:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-m img {
  margin: 30px 0px;
  width: 100%;
  height: 70%;
}
#section-m {
  transition: 1s;
  opacity: 0;
}
#section-m[data-scroll="in"] {
  opacity: 1;
}
@media (max-width: 768px) {
  #section-m {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}
#section-n {
  /* font-family: "Playfair Display", serif; */
  margin: 1450px 1000px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 15%;
  height: 30%;
  border: solid #17596b;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-n:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-n img {
  width: 100%;
  height: 100%;
}
#section-n {
  transition: 1s;
  opacity: 0;
}
#section-n[data-scroll="in"] {
  opacity: 1;
}
@media (max-width: 768px) {
  #section-n {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}
#section-o {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  height: 305px;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99 !important;
  border: solid #17596b;
}
#section-o:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  /* transition: 1s;
  transform: translateX(100px); */
}
#section-o img {
  padding: 30px 0;
  width: 80%;
  height: 95%;
}

@media (max-width: 768px) {
  #section-o {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-s {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 100px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  /* height: 305px; */
  border: solid #17596b;
  border-radius: 10px;
  background-color: #f0f3ff;
}

#section-s h2 {
  font-size: 24px;
  font-weight: 700;
}

#section-s:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-s p {
  top: 0;
  font-weight: normal;
  text-align: justify;
}

@media (max-width: 768px) {
  #section-s {
    width: 75%;
    height: 20%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-p {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 800px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  height: 305px;
  border: solid #17596b;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99 !important;
}
#section-p:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 1s;
  transform: translateX(100px);
}

@media (max-width: 768px) {
  #section-p {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-t {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 800px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  border: solid #17596b;
  width: 30%;
  /* height: 305px; */
  border-radius: 10px;
  background-color: #f0f3ff;
}

#section-t h2 {
  font-size: 24px;
  font-weight: 700;
}

#section-t:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

@media (max-width: 768px) {
  #section-t {
    width: 75%;
    height: 20%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-t p {
  text-align: justify;
  font-weight: normal;
}
#section-p img {
  padding: 40px 0;
  width: 80%;
  height: 90%;
}

@media (max-width: 768px) {
  #section-p {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-q {
  /* font-family: "Playfair Display", serif; */
  margin: 1000px 100px;
  padding: 10px;
  border: solid #17596b;
  text-align: center;
  position: absolute;
  width: 30%;
  height: 305px;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99 !important;
}
#section-q:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 1s;
  transform: translateX(100px);
}

@media (max-width: 768px) {
  #section-q {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-u {
  /* font-family: "Playfair Display", serif; */
  margin: 1000px 100px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  border: solid #17596b;
  width: 30%;
  /* height: 305px; */
  border-radius: 10px;
  background-color: #f0f3ff;
}

#section-u h2 {
  font-size: 24px;
  font-weight: 700;
}

#section-u:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

@media (max-width: 768px) {
  #section-u {
    width: 75%;
    height: 20%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-u p {
  font-weight: normal;
  text-align: justify;
}
#section-q img {
  margin-top: 10px;
  width: 80%;
  height: 95%;
}

#section-r {
  /* font-family: "Playfair Display", serif; */
  margin: 1500px 450px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  height: 305px;
  border: solid #17596b;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99 !important;
}
#section-r:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 1s;
  transform: translateX(100px);
}

@media (max-width: 768px) {
  #section-r {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-v {
  /* font-family: "Playfair Display", serif; */
  margin: 1500px 450px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  width: 30%;
  border: solid #17596b;
  /* height: 305px; */
  border-radius: 10px;
  background-color: #f0f3ff;
}

#section-v h2 {
  font-size: 24px;
  font-weight: 700;
}

#section-v:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-v p {
  font-weight: normal;
  text-align: justify;
}

@media (max-width: 768px) {
  #section-v {
    width: 75%;
    height: 22%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-r img {
  width: 80%;
  height: 90%;
}
#section-b-soft {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-b-soft img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-soft h2 {
  font-weight: bold;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-soft p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-b-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-c-soft {
  /* font-family: "Playfair Display", serif; */
  display: flex;
  flex-direction: column;
  margin: 520px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  /* height: 305px; */
  z-index: 90;
}
#section-c-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-soft h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-soft p {
  padding-top: 15px;
  /* font-size: 15px; */
  font-weight: normal;
}

@media (max-width: 768px) {
  #section-c-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-d-soft {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 740px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-d-soft img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-soft h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-soft p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-d-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-e-soft {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 200px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  /* height: 305px; */
}
#section-e-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-soft h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-soft p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-e-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-f-soft {
  /* font-family: "Playfair Display", serif; */
  margin: 940px 200px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  /* height: 305px; */
  border: 2px solid #72ceed;
}
#section-f-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-soft h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-soft p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-f-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-g-soft {
  /* font-family: "Playfair Display", serif; */
  margin: 940px 200px;
  margin-bottom: 0;

  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99 !important;
}
#section-g-soft img {
  max-width: 100%;
  max-height: 100%;
}
#section-g-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-g-soft h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-g-soft p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-g-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-h-soft {
  /* font-family: "Playfair Display", serif; */
  margin: 940px 740px;
  margin-bottom: 0;

  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  /* height: 305px; */
  border: 2px solid #72ceed;
  z-index: 99;
}
#section-h-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-h-soft h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-h-soft p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-h-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-i-soft {
  /* font-family: "Playfair Display", serif; */
  margin: 940px 740px;
  margin-bottom: 0;

  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99;
}
#section-i-soft img {
  max-width: 100%;
  max-height: 100%;
}
#section-i-soft:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-i-soft h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}

@media (max-width: 768px) {
  #section-i-soft {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section--soft p {
  padding-top: 15px;
  font-size: 15px;
}

#section-b-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-g-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-h-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-i-soft {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-f-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-g-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-h-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-i-soft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-b-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-d-soft h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f3ff;
  transform-origin: left;
  transition: 0.5s;
}
#section-d-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-g-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-g-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-h-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-h-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-i-soft h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-i-soft h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

/* -----------------------------
        Emerging Technologies
   ----------------------------- */

#section-b-emtech {
  /* font-family: "Playfair Display", serif; */
  margin: 390px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-b-emtech img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-emtech:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-emtech h2 {
  font-weight: bold;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-emtech p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-b-emtech {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-c-emtech {
  /* font-family: "Playfair Display", serif; */
  margin: 390px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  height: 305px;
  z-index: 90;
}
#section-c-emtech:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-emtech h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-emtech p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-c-emtech {
    width: 75%;
    height: 28%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-d-emtech {
  /* font-family: "Playfair Display", serif; */
  margin: 390px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-d-emtech img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-emtech:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-emtech h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-emtech p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-d-emtech {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-e-emtech {
  /* font-family: "Playfair Display", serif; */
  margin: 390px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  height: 305px;
}
#section-e-emtech:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-emtech h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-emtech p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-e-emtech {
    width: 75%;
    height: 26%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-f-emtech {
  /* font-family: "Playfair Display", serif; */
  margin: 1200px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-f-emtech:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-emtech h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-emtech p {
  padding-top: 15px;
  font-size: 15px;
}
#section-b-emtech {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-emtech[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-emtech {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-emtech[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-emtech {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-emtech[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-emtech {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-emtech[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-emtech {
  transition: 1s;
  opacity: 0;
}
#section-f-emtech[data-scroll="in"] {
  opacity: 1;
}

#section-b-emtech h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-emtech h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-emtech h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-emtech h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-d-emtech h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-emtech h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-emtech h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-emtech h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-emtech h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-emtech h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

/* -----------------------------
        Enterprise Solutions
   ----------------------------- */

#section-b-entsol {
  /* font-family: "Playfair Display", serif; */
  margin: 370px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-b-entsol img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-entsol:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-entsol h2 {
  font-weight: 700;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-entsol p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-b-entsol {
    width: 75%;
    height: 25%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-c-entsol {
  /* font-family: "Playfair Display", serif; */
  margin: 370px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  height: 305px;
  z-index: 90;
}
#section-c-entsol:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-entsol h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-entsol p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-c-entsol {
    width: 75%;
    height: 28%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-d-entsol {
  /* font-family: "Playfair Display", serif; */
  margin: 370px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-d-entsol img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-entsol:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-entsol h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-entsol p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-d-entsol {
    width: 75%;
    height: 25%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-e-entsol {
  /* font-family: "Playfair Display", serif; */
  margin: 370px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  height: 305px;
}
#section-e-entsol:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-entsol h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-entsol p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-e-entsol {
    width: 75%;
    height: 28%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-f-entsol {
  /* font-family: "Playfair Display", serif; */
  margin: 1200px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-f-entsol:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-entsol h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-entsol p {
  padding-top: 15px;
  font-size: 15px;
}
#section-b-entsol {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-entsol[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-entsol {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-entsol[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-entsol {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-entsol[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-entsol {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-entsol[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-entsol {
  transition: 1s;
  opacity: 0;
}
#section-f-entsol[data-scroll="in"] {
  opacity: 1;
}

#section-b-entsol h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-entsol h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-entsol h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-entsol h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-d-entsol h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-entsol h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-entsol h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-entsol h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-entsol h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-entsol h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

/* -----------------------------
        Hire Resources
   ----------------------------- */

#section-b-hires {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-b-hires img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-hires:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-hires h2 {
  font-weight: bold;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-hires p {
  padding-top: 15px;
  font-size: 15px;
}
#section-c-hires {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  height: 305px;
  z-index: 90;
}
#section-c-hires:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-hires h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-hires p {
  padding-top: 15px;
  font-size: 15px;
}
#section-d-hires {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-d-hires img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-hires:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-hires h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-hires p {
  padding-top: 15px;
  font-size: 15px;
}
#section-e-hires {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  height: 305px;
}
#section-e-hires:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-hires h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-hires p {
  padding-top: 15px;
  font-size: 15px;
}
#section-f-hires {
  /* font-family: "Playfair Display", serif; */
  margin: 1200px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-f-hires:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-hires h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-hires p {
  padding-top: 15px;
  font-size: 15px;
}
#section-b-hires {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-hires[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-hires {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-hires[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-hires {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-hires[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-hires {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-hires[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-hires {
  transition: 1s;
  opacity: 0;
}
#section-f-hires[data-scroll="in"] {
  opacity: 1;
}

#section-b-hires h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-hires h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-hires h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-hires h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-d-hires h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f3ff;
  transform-origin: left;
  transition: 0.5s;
}
#section-d-hires h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-hires h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-hires h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-hires h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-hires h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-hires h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

/* -----------------------------
        Salesforce Development
   ----------------------------- */

#section-b-sales {
  /* font-family: "Playfair Display", serif; */
  margin: 420px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 315px;
  border: 3px solid #17596b;
}

#section-b-sales img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-sales:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-sales h2 {
  font-weight: bold;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-sales p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-b-sales {
    width: 75%;
    height: 20%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-c-sales {
  /* font-family: "Playfair Display", serif; */
  margin: 420px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  height: 315px;
  z-index: 90;
}
#section-c-sales:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-sales h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-sales p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-c-sales {
    width: 75%;
    height: 35%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-d-sales {
  /* font-family: "Playfair Display", serif; */
  margin: 420px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 315px;
  border: 3px solid #17596b;
}

#section-d-sales img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-sales:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-sales h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-sales p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-d-sales {
    width: 75%;
    height: 20%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-e-sales {
  /* font-family: "Playfair Display", serif; */
  margin: 420px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  height: 315px;
}
#section-e-sales:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-sales h2 {
  font-weight: 600;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-sales p {
  padding-top: 15px;
  /* font-size: 15px; */
}

@media (max-width: 768px) {
  #section-e-sales {
    width: 75%;
    height: 32%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-f-sales {
  /* font-family: "Playfair Display", serif; */
  margin: 1200px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-f-sales:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-sales h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-sales p {
  padding-top: 15px;
  font-size: 15px;
}
#section-b-sales {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-sales[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-sales {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-sales[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-sales {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-sales[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-sales {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-sales[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-sales {
  transition: 1s;
  opacity: 0;
}
#section-f-sales[data-scroll="in"] {
  opacity: 1;
}

#section-b-sales h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-sales h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-sales h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-sales h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-d-sales h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f3ff;
  transform-origin: left;
  transition: 0.5s;
}
#section-d-sales h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-sales h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-sales h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-sales h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-sales h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-sales h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

/* -----------------------------
        Staffing & Recruitment
   ----------------------------- */

#section-b-staff {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-b-staff img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-staff:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-staff h2 {
  font-weight: bold;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-staff p {
  padding-top: 15px;
  font-size: 15px;
}
#section-c-staff {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  height: 305px;
  z-index: 90;
}
#section-c-staff:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-staff h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-staff p {
  padding-top: 15px;
  font-size: 15px;
}
#section-d-staff {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-d-staff img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-staff:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-staff h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-staff p {
  padding-top: 15px;
  font-size: 15px;
}
#section-e-staff {
  /* font-family: "Playfair Display", serif; */
  margin: 520px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  height: 305px;
}
#section-e-staff:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-staff h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-staff p {
  padding-top: 15px;
  font-size: 15px;
}
#section-f-staff {
  /* font-family: "Playfair Display", serif; */
  margin: 1200px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-f-staff:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-staff h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-staff p {
  padding-top: 15px;
  font-size: 15px;
}
#section-b-staff {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-staff[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-staff {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-staff[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-staff {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-staff[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-staff {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-staff[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-staff {
  transition: 1s;
  opacity: 0;
}
#section-f-staff[data-scroll="in"] {
  opacity: 1;
}

#section-b-staff h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-staff h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-staff h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-staff h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-d-staff h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f3ff;
  transform-origin: left;
  transition: 0.5s;
}
#section-d-staff h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-staff h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-staff h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-staff h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-staff h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-staff h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

/* -----------------------------
        Technology Consulting
   ----------------------------- */

#section-b-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 320px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-b-tc img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-tc h2 {
  font-weight: bold;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-b-tc {
    width: 75%;
    height: 5%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-c-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 320px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  height: 305px;
  z-index: 90;
}
#section-c-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-c-tc {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-d-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 320px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-d-tc img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-d-tc {
    width: 75%;
    height: 5%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-e-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 320px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  height: 305px;
}
#section-e-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-e-tc {
    width: 75%;
    height: 8%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-f-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 720px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 2px solid #72ceed;
}
#section-f-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-tc p {
  padding-top: 5px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-f-tc {
    width: 75%;
    height: 10%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-g-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 720px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99 !important;
}
#section-g-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-g-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-g-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-g-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-g-tc {
    width: 75%;
    height: 5%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-h-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 720px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 2px solid #72ceed;
  z-index: 99;
}
#section-h-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-h-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-h-tc p {
  padding-top: 5px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-h-tc {
    width: 75%;
    height: 9%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-i-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 720px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99;
}
#section-i-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-i-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-i-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-i-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-i-tc {
    width: 75%;
    height: 5%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-j-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 1110px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #72ceed;
  z-index: 90 !important;
}
#section-j-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-j-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  transition: 0.3s;
}
#section-j-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-j-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-j-tc {
    width: 75%;
    height: 10%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-k-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 1110px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99 !important;
}
#section-k-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-k-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-k-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-k-tc p {
  padding-top: 15px;
  font-size: 15px;
}
#section-l-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #72ceed;
  z-index: 90 !important;
}
#section-l-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-l-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  transition: 0.3s;
}
#section-l-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-l-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-l-tc {
    width: 75%;
    height: 12%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-m-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99 !important;
}
#section-m-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-m-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-m-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-m-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-m-tc {
    width: 75%;
    height: 6%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-n-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #72ceed;
  z-index: 99;
}
#section-n-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-n-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-n-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-n-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-n-tc {
    width: 75%;
    height: 11%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-o-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99;
}
#section-o-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-o-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-o-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-o-tc p {
  padding-top: 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  #section-o-tc {
    width: 75%;
    height: 5%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-p-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 900px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #72ceed;
  z-index: 90;
}
#section-p-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-p-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  transition: 0.3s;
}
#section-p-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-p-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-p-tc {
    width: 75%;
    height: 12%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-q-tc {
  /* font-family: "Playfair Display", serif; */
  margin: 900px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99;
}
#section-q-tc img {
  max-width: 100%;
  max-height: 100%;
}
#section-q-tc:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-q-tc h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-q-tc p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-q-tc {
    width: 75%;
    height: 5%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-b-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-g-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-h-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-i-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-j-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-k-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-l-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-m-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-n-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-o-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-p-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-q-tc {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-f-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-g-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-h-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-i-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-j-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-k-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-l-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-m-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-n-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-o-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-p-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-q-tc[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-b-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-d-tc h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f3ff;
  transform-origin: left;
  transition: 0.5s;
}
#section-d-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-g-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-g-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-h-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-h-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-i-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-i-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-j-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-j-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-k-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-k-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-l-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-l-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-m-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-m-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-n-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-n-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-o-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-o-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-p-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-p-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-q-tc h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-q-tc h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
/* -----------------------------
        Business Process Management
   ----------------------------- */

#section-2a-business {
  /* font-family: "Playfair Display", serif; */
  margin: 90px 170px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 75%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #section-2a-business {
    margin: 30px 50px;
    width: 75%;
  }
}
#section-2a-business h2 {
  font-weight: bold;
  font-size: 40px;
}
#section-2a-business p {
  padding-top: 30px;
  font-size: 20px;
  line-height: 200%;
}
#section-2a-business h2::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #4fa0f7;
  display: block;
  margin: auto;
  transition: 0.5s;
}
#section-2a-business :hover::after {
  width: 100%;
}
#section-2a-business:hover {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

#section-b-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 360px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-b-bus img {
  max-width: 100%;
  max-height: 100%;
}

#section-b-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-b-bus h2 {
  font-weight: bold;
  position: relative;
  font-size: 30px;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-b-bus p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-b-bus {
    width: 75%;
    height: 10%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-c-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 360px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  height: 305px;
  z-index: 90;
}
#section-c-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-c-bus h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-c-bus p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-c-bus {
    width: 75%;
    height: 15%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-d-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 360px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99;
  height: 305px;
  border: 3px solid #17596b;
}

#section-d-bus img {
  max-width: 100%;
  max-height: 100%;
}

#section-d-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}

#section-d-bus h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-d-bus p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-d-bus {
    width: 75%;
    height: 10%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-e-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 360px 200px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #72ceed;
  z-index: 90;
  height: 305px;
}
#section-e-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-e-bus h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-e-bus p {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #section-e-bus {
    width: 75%;
    height: 15%;
    margin: 30px 50px;
    position: relative;
  }
}

#section-f-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 1060px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 2px solid #72ceed;
}
#section-f-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-f-bus h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-f-bus p {
  padding-top: 5px;
  font-size: 15px;
}
#section-g-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 1060px 470px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99 !important;
}
#section-g-bus img {
  max-width: 100%;
  max-height: 100%;
}
#section-g-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-g-bus h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-g-bus p {
  padding-top: 15px;
  font-size: 15px;
}

#section-h-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 1060px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 2px solid #72ceed;
  z-index: 99;
}
#section-h-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-h-bus h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-h-bus p {
  padding-top: 5px;
  font-size: 15px;
}

#section-i-bus {
  /* font-family: "Playfair Display", serif; */
  margin: 1140px 740px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
  height: 305px;
  border: 3px solid #17596b;
  z-index: 99;
}
#section-i-bus img {
  max-width: 100%;
  max-height: 100%;
}
#section-i-bus:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 0.3s;
}
#section-i-bus h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-i-bus p {
  padding-top: 15px;
  font-size: 15px;
}

#section-b-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-b-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-d-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-d-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-c-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-c-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-e-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-e-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-f-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-g-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(-100px);
}
#section-h-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-i-bus {
  transition: 1s;
  opacity: 0;
  transform: translateX(100px);
}
#section-f-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-g-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-h-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-i-bus[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}
#section-b-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-b-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-c-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-c-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-d-bus h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f3ff;
  transform-origin: left;
  transition: 0.5s;
}
#section-d-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-d-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-e-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-e-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

#section-f-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-f-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-g-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-g-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-h-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-h-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}
#section-i-bus h2[data-scroll="in"] {
  transform: scaleX(1);
  transition-delay: 0.5s;
}
#section-i-bus h2[data-scroll="in"]::before {
  transform: scaleX(0);
  transition-delay: 0.75s;
}

/* Section 2a */

#section-2a {
  /* font-family: "Playfair Display", serif; */
  margin: 100px 170px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 75%;
  border-radius: 10px;
}
#section-2a h2 {
  font-weight: bold;
  font-size: 40px;
}
#section-2a p {
  padding-top: 30px;
  /* font-size: 18px; */
  line-height: 200%;
}
#section-2a h2::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #4fa0f7;
  display: block;
  margin: auto;
  transition: 0.5s;
}
#section-2a :hover::after {
  width: 100%;
}
#section-2a:hover {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

@media (max-width: 768px) {
  #section-2a {
    margin: 50px 50px;
    margin-top: 0;
    width: 75%;
    position: relative;
  }
}

@media (max-width: 300px) {
  #section-2a h2 {
    font-size: 28px;
  }
}

#section-rpo {
  /* font-family: "Playfair Display", serif; */
  margin: 1400px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-rpo:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-rpo h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-rpo p {
  padding-top: 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  #section-rpo {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}

#section-cs {
  /* font-family: "Playfair Display", serif; */
  margin: 1400px 840px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-cs:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-cs h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-cs p {
  padding-top: 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  #section-cs {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}

#section-cr {
  /* font-family: "Playfair Display", serif; */
  margin: 1700px 100px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-cr:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-cr h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-cr p {
  padding-top: 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  #section-cr {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}

#section-ht {
  /* font-family: "Playfair Display", serif; */
  margin: 1700px 840px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 30%;
  border-radius: 10px;
  background-color: #f0f3ff;
}
#section-ht:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}
#section-ht h2 {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
#section-ht p {
  padding-top: 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  #section-ht {
    width: 75%;
    position: relative;
    margin: 50px 50px;
  }
}

#section-wd {
  /* font-family: "Playfair Display", serif; */
  margin: 500px 170px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 75%;
  border-radius: 10px;
}
#section-wd h2 {
  font-weight: bold;
  font-size: 40px;
}
#section-wd p {
  padding-top: 10px;
  font-size: 20px;
}
#section-wd h2::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #4fa0f7;
  display: block;
  margin: auto;
  transition: 0.5s;
}
#section-wd :hover::after {
  width: 100%;
}
#section-wd:hover {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

#section-tma {
  /* font-family: "Playfair Display", serif; */
  margin: 1500px 170px;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 75%;
  border-radius: 10px;
}
#section-tma h2 {
  font-weight: bold;
  font-size: 40px;
}
#section-tma p {
  padding-top: 10px;
  font-size: 20px;
}
#section-tma h2::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #4fa0f7;
  display: block;
  margin: auto;
  transition: 0.5s;
}
#section-tma :hover::after {
  width: 100%;
}
#section-tma:hover {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

#section-rn-img {
  /* font-family: "Playfair Display", serif; */
  margin: 1000px 800px;
  padding: 40px;
  border: solid #17596b;
  text-align: center;
  position: absolute;
  width: 30%;
  height: 305px;
  border-radius: 10px;
  background-color: #f0f3ff;
  z-index: 99 !important;
}
#section-rn-img:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  opacity: 0 !important;
  transition: 1s;
  transform: translateX(100px);
}
#section-rn-img img {
  width: 100%;
  height: 80%;
}

@media (max-width: 768px) {
  #section-rn-img {
    width: 75%;
    height: 15%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-rn {
  /* font-family: "Playfair Display", serif; */
  margin: 1000px 800px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  border: solid #17596b;
  width: 30%;
  /* height: 305px; */
  border-radius: 10px;
  background-color: #f0f3ff;
}

#section-rn h2 {
  font-size: 24px;
  font-weight: 700;
}

#section-rn:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
}

@media (max-width: 768px) {
  #section-rn {
    width: 75%;
    height: 20%;
    position: relative;
    margin: 30px 50px;
  }
}

#section-rn p {
  font-weight: normal;
  text-align: justify;
}

.service-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.service-section h1 {
  font-size: 32px;
  font-weight: 600;
}

.service-section h2 {
  margin-left: 30px;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
}

.service-section h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 280px;
  height: 1px;
  background: #ddd;
  top: 115px;
  left: calc(50% - 140px);
}

.service-section h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 3px;
  background: #3498db;
  top: 114px;
  left: calc(50% - 45px);
}

.service-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 50px auto;
  padding: 20px 0;
  gap: 50px;
  width: 1110px;
}

.service {
  background: #fff;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px #ced4da;
  box-shadow: 0 0 10px #ced4da;
}

.service:hover {
  transform: scale(1.07);
  transition: 0.3s ease-in-out !important;
  -webkit-box-shadow: 0 0 10px #ced4da;
  box-shadow: 0 0 10px #ced4da;
}

.service-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
}

.service-title img {
  width: 100px;
  height: 100px;
}

.service-title h2 {
  margin-left: 30px;
  margin-top: 10px;
}

.service p {
  padding-top: 15px;
  /* font-size: 20px; */
}

@media (max-width: 768px) {
  .service-container {
    width: 250px;
    grid-template-columns: repeat(1, 1fr);
  }

  .service:hover {
    box-shadow: none;
  }

  .service-section h2 {
    font-size: 24px;
  }

  .service-title img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 400px) {
  .service-section h2 {
    font-size: 18px;
  }

  .service-title img {
    width: 50px;
    height: 50px;
  }
}

.specialization-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.specialization-section h1 {
  font-size: 32px;
  font-weight: 600;
}

.specialization-section h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 355px;
  height: 1px;
  background: #ddd;
  top: 115px;
  left: calc(50% - 175px);
}

.specialization-section h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: #3498db;
  top: 114px;
  left: calc(50% - 55px);
}

.specialization-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px auto;
  padding: 20px 0;
  gap: 30px;
  width: 100%;
}

.specialization {
  display: flex;
  padding: 10px;
  border-radius: 8px;
  align-items: center;
  background-color: #e7f5ff;
  justify-content: flex-start;
}

.specialization:hover {
  transform: scale(1.07);
  transition: 0.3s ease-in-out !important;
  -webkit-box-shadow: 0 0 10px #ced4da;
  box-shadow: 0 0 10px #ced4da;
}

.specialization h4 {
  font-size: 18px;
  margin: 0 10px;
}

.icon-size {
  font-size: 50px;
  color: #339af0;
}

@media (max-width: 768px) {
  .specialization-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .specialization:hover {
    box-shadow: none;
  }
}

.hcm-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 80px auto;
  padding: 20px 0;
  text-align: justify;
  gap: 20px;
  /* gap: 10px; */
}

.hcm-content {
  padding: 60px 0px;
  border-radius: 1px;
}

.img-section {
  overflow: hidden;
}

.hcm-content:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.hcm-content h2 {
  font-weight: bold;
}

.hcm-container img {
  width: 100%;
  height: 100%;
}

.hcm-container img:hover {
  transform: scale(1.2);
  transition: 0.3s ease-in-out !important;
}

.hcm-container p {
  opacity: 0.9;
  padding-top: 15px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .hcm-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .hcm-container:nth-child(even) {
    order: -1;
    background-color: red;
  }
  .hcm-container {
    text-align: center;
  }
  .hcm-content {
    padding: 20px;
    background-color: #e7f5ff;
  }
}

.main-area-container {
  display: flex;
  flex-direction: column;
  margin: 80px auto;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  text-align: center;
}

.area-content {
  padding: 20px;
}

.main-area-container h2 {
  font-weight: bold;
}

.main-area-container img {
  width: 60%;
  height: 60%;
}

.main-area-container img:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out !important;
}

.main-area-container p {
  opacity: 0.9;
  padding-top: 15px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .main-area-container {
    background-color: #f8f9fa;
  }
}

.other-class {
  padding: 20px 0;
}

/* topone */

#topone {
  background: red !important;
}

.staff-img {
  width: 80%;
  height: 80%;
  background-color: transparent;
}

.sas-ai-title-section {
  display: flex;
  margin: 20px 0;
  height: 300px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .sas-ai-title-section {
    height: 600px;
  }
}

@media (max-width: 300px) {
  .sas-ai-title-section {
    height: 800px;
  }
}

.sastainability-section {
  display: flex;
  /* margin: 20px 0; */
  padding: 0;
  align-items: center;
  justify-content: center;
  background-color: #f7fbfe;
}

.sast-img-section {
  width: 555px;
  height: 300px;
}

.sast-img-section img {
  width: 100%;
  height: 100%;
}

.sast-content-section h2 {
  font-size: 30px;
  font-weight: 550;
}

.sast-content-section p {
  text-align: justify;
}

.sast-content-section {
  width: 555px;
  height: 300px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .sastainability-section {
    flex-direction: column-reverse;
    margin: 0;
    padding-top: 0;
  }

  .sus-a {
    flex-direction: column;
  }

  .sast-img-section {
    /* display: none; */
    width: 100%;
  }

  .sast-content-section {
    width: 90%;
    display: flex;
    height: auto;
    padding: 0;
    padding-top: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .consulting-btn {
    margin-top: 5px !important;
  }
}

@media (max-width: 768px) {
  .staff-img {
    width: 80%;
    height: 80%;
    background-color: transparent;
  }
}

/* round animation */

.circle-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  float: left;
  margin: 10px;
}

.circle-wrapper h3 {
  color: #fff;
  opacity: 0.7;
  font-size: 20px;
  padding: 6px 35px;
  font-weight: 600;
}

.icon-anm {
  position: absolute;
  color: #fff;
  font-size: 55px;
  top: 50px;
  left: 50px;
  transform: translate(-50%, -50%);
  border: 3px;
}

.circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 10px;
  background-clip: content-box;
  animation: spin 30s linear infinite;
}

.circle:hover {
  cursor: pointer;
  animation: none;
  transform: scale(1.1);
}

/* .ic:hover {
  font-size: 80px;
} */

.circle-wrapper:active .circle {
  animation: spin 2s linear infinite;
}

.success {
  background-color: #c4e676;
  border: 2.5px dashed #c4e676;
}

.success:hover {
  border: 2.5px solid #c4e676;
}

.error {
  background-color: #3bc9db;
  border: 2.5px dashed #3bc9db;
}

.error:hover {
  border: 2.5px solid #3bc9db;
}

.warning {
  background-color: #da77f2;
  border: 2.5px dashed #da77f2;
}

.warning:hover {
  border: 2.5px solid #da77f2;
}

.icon-ev {
  border-style: solid;
  transform: scale(1.1);
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

@media (max-width: 768px) {
  .circle-wrapper {
    margin: 15px;
  }
}

@media (max-width: 430px) {
  .circle-wrapper {
    margin: 10px;
  }
}

@media (max-width: 400px) {
  .circle-wrapper {
    margin: 5px;
  }
}

@media (max-width: 360px) {
  .circle-wrapper {
    margin-left: 30px;
  }
}

@media (max-width: 360px) {
  .const-btn {
    margin-top: 20px;
    margin-left: 100px;
  }
}

@media (max-width: 300px) {
  .const-btn {
    margin-left: 30px;
  }
}

@media (max-width: 300px) {
  .circle-wrapper h3 {
    display: none;
    margin-left: 20px;
  }
}

@media (max-width: 300px) {
  .circle-wrapper {
    margin: 5px 0;
    margin-left: 80px;
  }
}

.page-wrapper {
  height: 100vh;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.web-app-port {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px auto;
  padding: 10px 0;
  gap: 30px;
}

.web-cont-main {
  cursor: pointer;
  display: flex;
  border-radius: 4px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ced4da;
  box-shadow: 0 0 10px #ced4da;
}

.web-cont-main img {
  width: 100%;
  height: 220px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.web-cont-main h2 {
  color: black;
  font-size: 20px;
  font-weight: 800;
  padding: 15px;
}

@media (max-width: 768px) {
  .web-app-port {
    grid-template-columns: repeat(1, 1fr);
  }
}
