:root {
  --color-basic: #FFAE33;
  --footer-basic: #000A1A;
  --gray-basic: #F5F5F5;
  --color-title-basic: #ffffff;
  --opacity: 0.5;
  --purple-red: #EC0677;
  --purple-red-hover: #EF308E;
  --purple-gold: #972AF1;
  --purple-red-number: #EF308E;
  --purple-gold-hover: #A84EF3;
  --purple-gold-menu: #F5EDFC;
  --black-icon: #292D32;
  --neutral: #D9D9D9;
  --body-text: #212529;
  --background-grey: #FAFAFA;
  --text-grey: #797979;
  --text-grey-descroption: #505050;
  --white: #FFF;
  --c9: #C9C9C9;
  --footer-text: #ADB5BD;
  --footer-f3: #F3F3F3;
  --color-fc: #FCFCFC;
  --color-pg11: #320E50;
  --color-a1: #A1A1A1;
  --color-1a: #1A0F00;
  --color-f8: #f8f8f8;
  --process-circles-height: 5.5rem;
  --wrapper-padding: 2.4rem;
  --color-btn: linear-gradient(87.51deg, #EC0677 -206.66%, #FC9467 103.96%);
  --color-text-btn: #fff;
  --color-btn-hover: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(87.51deg, #EC0677 -206.66%, #FC9467 103.96%);
  ;
  --footer: #1E0830;
}

html {
  scroll-behavior: smooth;
}



/* @font-face {
  font-family: SVN-GilroyBold;
  font-weight: bold;
  src: url("../font/SVN-GilroyBold.otf") format("opentype");
}

@font-face {
  font-family: SVN-GilroyMedium;
  font-weight: 700;
  src: url("../font/SVN-Gilroy Medium.otf") format("opentype");
}

@font-face {
  font-family: SVN-GilroyRegular;
  font-weight: 400;
  src: url("../font/SVN-GilroyRegular.otf") format("opentype");
}

@font-face {
  font-family: SVN-GilroyLight;
  font-weight: 400;
  src: url("../font/SVN-Gilroy-Light.otf") format("opentype");
} */

body {
  /* font-family: SVN-GilroyRegular; */
  font-family: 'Inter-Regular', Fallback, sans-serif;
  color: var(--body-text);
}

a {
  color: var(--purple-red);
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

/* p {
  margin: auto;
} */

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

.background-grey {
  background-color: var(--background-grey);
}

.pb-32 {
  padding-bottom: 32px;
}

.dpn {
  display: none !important;
}

.clw {
  color: white !important;
}

.mgt-8 {
  margin-top: 80px;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

button {
  background-color: transparent;
  border: none;
}

.pdl20 {
  padding-left: 20%;
}

.pdr20 {
  padding-right: 20%;
}

@media (max-width: 991px) {

  .pdl20 {
    padding-left: 0 !important;
  }

  .pdr20 {
    padding-right: 0 !important;
  }

  .mgr4 {
    margin-right: 0px !important;
  }

  .mgl4 {
    margin-left: 0px !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .form-search-mobile,
#header .form-search-mobile-nav {
  display: none;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: var(--purple-gold);
}

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

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

#header .nav-item-last {
  list-style: none;
  margin: 0px;
}

#header .nav-item-last li {
  float: left;
}

#header .nav-item-last .select-language {
  /* font-family: SVN-GilroyMedium; */
  border: none;
  color: var(--footer);
}

#header .nav-item-last .select-language:hover {
  cursor: pointer;
}

#header .nav-item-last li:first-child {
  margin-right: 1rem;
}

#header .nav-item-last .icon-search {
  border: 1px solid #F1F1F1;
  padding: 5px;
  border-radius: 50%;
  background-color: var(--color-fc);
}

#header .nav-item-last .icon-search:hover {
  cursor: pointer;
}

#header .nav-item-last .select-language:focus,
#header .nav-item-last .select-language:focus-visible {
  outline-color: white !important;
}

#header .btn-contact-us-nav {
  display: none !important;
}

.btn-contact-us-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: var(--color-btn);
  color: var(--footer);
  position: fixed;
  padding: 10px 30px 11px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  left: 0px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn-contact-us-nav .contact-us-nav {
  color: white;
}

.btn-contact-us-nav .contact-us-nav:hover {
  color: white;
  background: var(--color-btn-hover);
  border-radius: 5px;
}

/* Transparent */

#headerTransparent {
  padding: 15px 0;
  /* height: 92px; */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid #ececec1a;
}

#headerTransparent.header-scrolled {
  background: white;
  padding: 15px 0;
  /* height: 82px; */
  transition: all 0.5s;
  border-bottom: 1px solid #ececec80;
  box-shadow: 0px 2px 15px rgb(18 66 101 / 8%);
}

.colorWhite {
  color: white !important;
}

#headerTransparent.header-scrolled .color {
  color: #124265 !important;
}

#headerTransparent .form-search-mobile,
#headerTransparent .form-search-mobile-nav {
  display: none;
}

#headerTransparent .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
}

#headerTransparent .logo a {
  color: var(--purple-gold);
}

#headerTransparent .logo img {
  max-height: 35px;
}

@media (max-width: 992px) {
  #headerTransparent .logo {
    font-size: 28px;
  }
}

#headerTransparent .nav-item-last {
  list-style: none;
  margin: 0px;
}

#headerTransparent .nav-item-last li {
  float: left;
}

#headerTransparent .nav-item-last .select-language {
  /* font-family: SVN-GilroyMedium; */
  border: none;
  color: white;
  background-color: transparent;
}

#headerTransparent .nav-item-last .select-language option {
  color: var(--footer);
}

#headerTransparent.header-scrolled .nav-item-last .select-language {
  color: white;
  color: var(--footer);
}

#headerTransparent .nav-item-last .select-language:hover {
  cursor: pointer;
}

#headerTransparent .nav-item-last li:first-child {
  margin-right: 1rem;
}

#headerTransparent .nav-item-last .icon-search {
  border: 1px solid #F1F1F1;
  padding: 5px;
  border-radius: 50%;
  background-color: var(--color-fc);
}

#headerTransparent .nav-item-last .icon-search:hover {
  cursor: pointer;
}

#headerTransparent .nav-item-last .select-language:focus,
#headerTransparent .nav-item-last .select-language:focus-visible {
  outline-color: transparent !important;
}

#headerTransparent .btn-contact-us-nav {
  display: none !important;
}

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

.nav-menu>ul {
  display: flex;
}

.nav-bar-extension li {
  float: left;
}

.nav-bar-extension .select-language {
  border: none;
}

.nav-bar-extension .select-language:focus,
.nav-bar-extension .select-language:focus-visible {
  outline-color: var(--neutral) !important;
  box-shadow: var(--neutral) !important;
}

.nav-bar-extension:focus,
.nav-bar-extension:focus-visible {
  outline-color: var(--neutral) !important;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 14px 0 14px 28px;
}

#header .nav-menu a {
  display: block;
  position: relative;
  color: var(--footer);
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}

#header .nav-menu a:hover,
#header .nav-menu .active>a,
#header .nav-menu li:hover>a {
  color: var(--purple-gold);
}

#headerTransparent .nav-menu a {
  display: block;
  position: relative;
  color: var(--white);
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}

#headerTransparent .nav-menu .wrap-right a {
  color: var(--footer);
}

#headerTransparent.header-scrolled .nav-menu a {
  display: block;
  position: relative;
  color: var(--footer);
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}

#headerTransparent .nav-menu a:hover,
#headerTransparent .nav-menu .active>a,
#headerTransparent .nav-menu li:hover>a {
  color: var(--purple-gold);
}

.menu-dropdown {
  display: none;
}

/* .wrap-right>ul {
  display: flex;
} */
.mobile-nav .wrap-right {
  display: none;
}

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


.menu-dropdown-wrap ul li,
.title-sub-menu {
  align-items: center;
  padding: 0px 16px 0 6px;
  gap: 10px;
  min-width: 150px;
  min-height: 40px;
  background: rgba(255, 255, 255, 1e-05);
  flex: none;
  order: 0;
  align-self: stretch;
  /* font-family: 'SVN-GilroyMedium'; */
  flex-grow: 0;
}

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

.nav-menu .drop-down .menu-dropdown-wrap {
  padding: 15px;
  display: flex;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 20px rgba(18, 66, 101, 0.1);
  transition: 0.3s;
  border: 1px solid var(--color-f8);
  border-radius: 8px;
  box-sizing: border-box;
  background-color: white;
  /* min-height: 200px; */
}

.nav-menu .drop-down .menu-dropdown-wrap .wrap-right ul li ul {
  margin-top: 20px;
}

@media (max-width: 991px) {
  #header .logo {
    margin-right: auto !important;
  }

  #headerTransparent .logo {
    margin-right: auto !important;
  }
}

/* Get Startet Button */
.get-started-btn {
  /* font-family: SVN-GilroyMedium; */
  margin-left: 25px;
  background: var(--color-btn);
  color: var(--color-text-btn);
  border-radius: 5px;
  padding: 10px 30px 11px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.get-started-btn:hover {
  background: var(--color-btn-hover);
  color: var(--color-text-btn);
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 5px 18px 6px 18px;
    border-radius: 3px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 23px;
  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: #124265;
}

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

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

.mobile-nav .thnail-menu {
  display: none;
}

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

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: var(--purple-gold);
  text-decoration: none;
}

.iconSearchNav {
  background: url(../img/icon/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  border-radius: 16px;
  background-position-y: 50%;
  padding: 8px 12px;
  width: 100%;
  border: 1px solid var(--neutral);
}

.form-search-mobile-nav {
  padding: 0 20px;
  margin: 0px;
}

#header .icon {
  background: url(../img/icon/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  border-radius: 16px;
  background-position-y: 50%;
  padding: 8px 12px;
  width: 100%;
  border: 1px solid var(--neutral);
}

#header input.icon:focus,
#header input.icon:focus-visible {
  outline-color: var(--neutral) !important;
}

#headerTransparent .icon {
  background: url(../img/icon/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  border-radius: 16px;
  background-position-y: 50%;
  padding: 8px 12px;
  width: 100%;
  border: 1px solid var(--neutral);
}

#headerTransparent input.icon:focus,
#headerTransparent input.icon:focus-visible {
  outline-color: var(--neutral) !important;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--neutral);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--neutral);
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--neutral);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--neutral);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--neutral);
}

::placeholder {
  /* Most modern browsers support this now. */
  color: var(--neutral);
}

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

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

.mobile-nav .drop-down .sub-menu-dropdown>ul {
  display: none;
}

.mobile-nav .drop-down .sub-menu-dropdown .title-sub-menu {
  width: 100%;
}

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

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

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

.mobile-nav .menu-dropdown {
  padding-left: 20px;
}

.mobile-nav .menu-dropdown li {
  padding-left: 20px;
}

.mobile-nav .menu-dropdown .sub-menu li {
  padding-left: 30px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  /* z-index: 9997; */
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(10, 38, 58, 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: var(--black-icon);
}

/* .mobile-nav .menu-dropdown:active {
  background: var(--purple-gold-menu)
} */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;

  background-size: cover;
  position: relative;
}

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

#hero .container {
  padding-top: 14%;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: rgba(255, 255, 255, 1);
  /* font-family: SVN-GilroyBold; */
  font-style: normal;
}

/* #hero h1 span {
  color: var(--purple-red);
} */

#hero .description-banner {
  font-size: 18px;
  line-height: 34px;
  margin-top: 24px;
  /* font-family: 'SVN-GilroyLight'; */
}

#hero p {
  color: rgba(255, 255, 255, 1);
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  /* font-family: SVN-GilroyMedium; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: var(--purple-gold);
}

#hero .btn-get-started:hover {
  background: var(--purple-gold-hover);
}

#hero .icon-boxes {
  margin-top: 8%;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #2487ce;
}

#hero .rewards-wrap {
  justify-content: center;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  /* #hero {
    height: auto;
  } */
}

#header .nav-item-last .select-language {
  background: transparent;
}

#header .nav-item-last .select-language {
  background: transparent;
}

@media (max-width: 991px) {
  #header .form-search-mobile {
    display: block;
  }

  #header .nav-item-last {
    position: fixed;
    right: 75px;
    top: 22px;
  }

  #headerTransparent .form-search-mobile {
    display: block;
  }

  #headerTransparent .nav-item-last {
    position: fixed;
    right: 75px;
    top: 22px;
  }

  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 46px;
    line-height: 56px;
    padding-top: 5rem;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#hero .t-reward-img {
  height: 62px;
}

@media (min-width:991px) and (max-width:1400px) {
  #hero .t-reward-img {
    height: 52px;
  }
}

@media (max-width: 991px) {

  #header .form-search-mobile,
  #header .get-started-btn {
    display: none;
  }

  #headerTransparent .form-search-mobile,
  #headerTransparent .get-started-btn {
    display: none;
  }

  /* #hero .t-reward-img {
    height: 55px;
  } */
}

#hero .t-reward-item {
  flex: 1 0 8%;
  margin: 10px 0px;
  text-align: center;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-bottom: 72px;
  overflow: hidden;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  /* text-transform: uppercase; */
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header p {
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

#coreServices {
  background-color: var(--background-grey);
  padding-top: 72px;
}

#coreServices .t-desc {
  color: var(--body-text);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.t-title-color-black {
  color: var(--body-text);
  font-size: 36px !important;
  font-weight: 700 !important;
}

.t-core-servie-items {
  background: #FFFFFF;
  min-height: 416px;
  max-height: 416px;
  border-radius: 16px;
  position: relative;
  /* cursor: pointer; */
  padding: 30px;
  /* box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px; */
  transition: 0.5s, border-color 0s;
  /* text-align: center; */
}

.t-core-servie-items:hover {
  transform: translateY(-10px);
  border: 1px solid var(--purple-gold);
}

.t-core-servie-items img {
  max-height: 192px;
}

.t-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--body-text);
}

.t-item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--body-text)
}

.t-text-elipsis-3line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.t-text-elipsis-2line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.a-core-services,
.a-core-services:hover {
  text-decoration: none;
}

.description-ourSolutions {
  padding-bottom: 46px;
}

/* TECHNOLOGIES */
#technologies {
  padding-top: 72px;
}

#technologies .owl-item-technologies-right .item-technology-img {
  width: 152px;
  height: 152px;
  text-align: center;
  background: white;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  /* margin-left : 40px; */
}

#technologies .owl-item-technologies-left .item-technology-img {
  width: 152px;
  height: 152px;
  text-align: center;
  background: white;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  /* margin-right: 40px; */
}

@media (max-width: 992px) {
  #technologies .owl-item-technologies-left .item-technology-img {
    width: 80px;
    height: 80px;
  }

  #technologies .owl-item-technologies-right .item-technology-img {
    width: 80px;
    height: 80px;
  }
}

#technologies .t-technology-img {
  width: 96px;
  height: auto;
  object-fit: contain;


}

/* #technologies .owl-item-technologies-right {
  margin-top: 40px;
} */

#technologies .item.item-technology-img {
  transition: all 0.5s ease;
  /* -webkit-filter: grayscale(100%);
  -moz-filter      : grayscale(100%);
  filter           : grayscale(100%); */
}

#technologies .item.item-technology-img:hover {
  transform: translateY(-10px);
  cursor: pointer;
  /* -webkit-filter: grayscale(0%);
  -moz-filter      : grayscale(0%);
  filter           : grayscale(0%); */
}

#technologies .owl-nav {
  display: none;
}

/* TECHNOLOGIES */


/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.why_next .content {
  font-size: 16px;
}

.why_next .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.why_next .content ul {
  list-style: none;
  padding: 0;
}

.why_next .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.why_next .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}

.why_next .content p:last-child {
  margin-bottom: 0;
}

.why_next .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why_next .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why_next .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why_next .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}

.why_next .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.why_next .btn-get-started {
  /* font-family: SVN-GilroyRegular; */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 56px;
  color: var(--color-text-btn);
  background: var(--color-btn);
}

@media (max-width: 992px) {
  .why_next .btn-get-started {
    margin-bottom: 72px;
  }

  .display-number.counter-show.row {
    padding: 16px;
    /* } */
  }
}

/* @media (max-width: 576px) { */



.why_next .btn-get-started:hover {
  background: var(--color-btn-hover);
  color: var(--color-text-btn);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


.counter {
  text-align: center;
  font-size: 30px;
  margin: 0 25px;
}

.why_next .count-number {
  /* font-family: SVN-GilroyBold; */
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
}

@media (max-width: 768px) {
  .why_next .count-number {
    /* font-family: SVN-GilroyBold; */
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 68px;
  }
}

.why_next .change-number img {
  height: 25px;
  margin-top: 1.5rem;
  margin-left: 0.5rem;
}

.why_next .change-number {
  justify-content: center;
}

.why_next .t-red-text {
  color: var(--purple-gold);
}

.why_next .stats-text {
  color: var(--text-grey);
  font-size: 14px;
  text-align: center;
}

.why_next .title-des {
  font-size: 16px;
  padding-top: 24px;
  /* font-family: 'SVN-GilroyLight'; */
}

/* PARTNER_SHIP */

#benefits {
  background-color: var(--background-grey);
  background-size: cover;
  padding: 72px 0;
}

#benefits .content .t-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--purple-red);

}

#benefits .content .t-title-color-purple {
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  color: var(--purple-red);
  padding-bottom: 24px;
}

#benefits .content .title-des {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

#benefits .content .title-italic {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 991px) {
  #benefits .content .title-italic {
    margin-bottom: 16px;
  }
}

#benefits .box {
  margin-bottom: 32px;
}

#benefits .icon {
  float: left;
}

#benefits .icon i {
  color: var(--purple-gold);
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#benefits .icon img {
  width: 32px;
}

#benefits .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #111;
}

#benefits .title a {
  color: #111;
}

/* #benefits .box:hover {
  cursor: pointer; */
/* } */

/* #benefits .box:hover .title a {
  color: var(--purple-gold);
} */

#benefits .description {
  font-size: 16px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #benefits .benefit-box {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}


/* PARTNER_SHIP */

/* BEST_READ */
#bestRead .wrapper {
  padding: 0px;
  position: relative;
}

#bestRead .full-width-image {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

#bestRead .full-width-image .best_read_bg {
  width: 100%;
}

#bestRead .best_read_sapo {
  /* font-family: SVN-GilroyBold; */
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  color: var(--color-fc);
  width: 58%;
}

@media only screen and (min-width : 1600px) {
  #bestRead .best_read_sapo {
    width: 58%;
  }
}

#bestRead .wrapper {

  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  /* background    : round; */
}

#bestRead .wrapper .full-width-image {
  padding: 5% 0 4% 4%;
}

@media only screen and (min-width : 991px) {}

@media only screen and (min-width : 1400px) {
  #bestRead .wrapper {
    height: 64vh;
  }

  #bestRead .best_read_sapo {
    padding-top: 27px;
    padding-bottom: 45px;
  }

}

@media (min-width:1398px) and (max-width:1599px) {
  #bestRead .best_read_sapo {
    /* font-family: SVN-GilroyBold; */
    font-weight: 700;
    font-size: 32px;
    line-height: 49px;
    letter-spacing: 1px;
    color: var(--color-fc);
    width: 61%;
  }

  #bestRead .wrapper {
    height: 52vh;
  }
}

@media (min-width:991px) and (max-width:1399px) {

  #bestRead .best_read_sapo {
    /* font-family: SVN-GilroyBold; */
    font-weight: 700;
    font-size: 32px;
    line-height: 49px;
    letter-spacing: 1px;
    color: var(--color-fc);
    width: 58%;
  }

  #bestRead .wrapper .full-width-image {
    padding-bottom: 6%;
  }
}

#bestRead .input-group {
  padding: 0px;
}

#bestRead input {
  position: relative;
  padding: 16px;
}

#bestRead .downloadEbook {
  position: absolute;
  right: 1%;
  top: 13%;
  z-index: 909;
  /* font-family: SVN-GilroyMedium; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 12px 13px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: var(--purple-gold);
}

#bestRead .emailBestRead {
  border-radius: 8px;
}

@media (min-width:991px) and (max-width:1200px) {
  #bestRead .wrapper {
    /* background-size: contain; */
    background-repeat: no-repeat;
  }

  #bestRead .best_read_sapo {
    /* font-family: SVN-GilroyBold; */
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--color-fc);
    width: 55%;
  }

  #bestRead img.best_read_tag {
    width: 15%;
  }
}

@media (min-width:768px) and (max-width:990px) {
  #bestRead .wrapper {
    /* background-size: contain; */
    background-repeat: no-repeat;
  }

  #bestRead .best_read_sapo {
    /* font-family: SVN-GilroyBold; */
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--color-fc);
    width: 80%;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  #bestRead img.best_read_tag {
    width: 15%;
  }

  #bestRead .btn-get-started {
    margin: 0px;
  }
}

@media (min-width:576px) and (max-width:768px) {
  /* .container {
    max-width: 1440px;
  } */

  #bestRead .wrapper {
    /* background-size: contain; */
    background-repeat: no-repeat;
  }

  #bestRead .best_read_sapo {
    /* font-family: SVN-GilroyBold; */
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    color: var(--color-fc);
    width: 80%;
  }

  #bestRead img.best_read_tag {
    width: 15%;
  }

  #bestRead .btn-get-started {
    margin: 0px;
  }


  #bestRead input {
    position: relative;
    padding: 2px 2px 2px 10px;
  }

  #bestRead .downloadEbook {
    position: absolute;
    right: 1%;
    top: 13%;
    z-index: 909;
    /* font-family: SVN-GilroyMedium; */
    font-weight: 500;
    font-size: 8px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: var(--purple-gold);
  }

}

@media only screen and (max-width : 576px) {
  #bestRead input {
    position: relative;
    padding: 2px 2px 2px 10px;
  }

  #bestRead .downloadEbook {
    position: absolute;
    right: 1%;
    top: 13%;
    z-index: 909;
    /* font-family: SVN-GilroyMedium; */
    font-weight: 500;
    font-size: 8px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: var(--purple-gold);
  }
}

/* END BEST_READ */
/* INDUSTRY */

/* END INDUSTRY */
#industry .about-col {
  display: flex;
  margin-bottom: 32px;
  transition: transform 0.5s ease;
}

#industry .about-col:hover {
  transform: translateY(-10px);
}

#industry .title-industry {
  margin-bottom: 32px;
}

#industry .img {
  position: absolute;
  width: 200px;
}

#industry .img img {
  border-radius: 16px;
}

#industry .t-wrap {
  margin-left: 175px;
  /* border     : 1px solid red; */
  padding: 32px 42px;
  border-color: #fff;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  min-height: 290px;
}

#industry .owl-dot {
  border: none;
  outline-color: white !important;
}

#industry .active>span {
  width: 32px;
  background-color: #651CA1 !important;
}

#industry .t-wrap .t-title-feature {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: var(--footer);
}

#industry .t-wrap .t-des-feature p {
  font-weight: 400;
  font-size: 16px;
  color: var(--footer);
}

#industry .t-wrap .t-des-feature {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

#industry .technologies {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 72px 0;
}

#clients .our_clients h2 {
  padding-bottom: 32px;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
  opacity: 1;
}

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

#clients .owl-dot.active {
  background-color: #18d26e;
}


/* Testimonials Section
--------------------------------*/
#testimonials {
  padding-top: 72px;
}

#testimonials .our_clients,
#testimonials .testimonials-carousel {
  width: 72%;
  margin: 0 auto;
}

#testimonials .testimonial-item {
  text-align: center;
}

/* #testimonials .testimonial-item .img-wrap {
  width: 100%;
} */

#testimonials .testimonial-item .testimonial-img {
  /* width: 120px;
  border-radius: 50%; */
  /* border: 4px solid #fff; */
  margin: 0 auto;
}

#testimonials .description-feedback .t-desc-feedbacks {
  padding: 0 63px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #514F6E;
  margin-top: 16px;
  margin-bottom: 56px;
}

#testimonials .testimonial-item .text-wrap {
  text-align: left;
}

@media only screen and (max-width : 575px) {
  #testimonials .testimonial-item .text-wrap {
    margin-top: 26px;
  }
}

#testimonials .testimonial-item .t-name {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #303030;
}

#testimonials .testimonial-item .t-position {
  font-size: 14px;
  color: #303030;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .t-img {
  width: 10%;
}

/* #testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
} */
#testimonials .testimonial-item .t-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#testimonials .testimonial-item .t-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
  margin: 0 auto 15px auto;
  color: var(--text-grey-descroption);
  text-align: center;
}

#testimonials .owl-prev {
  width: 20px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -100px;
  display: block !important;
  border: 0px solid black;

  background-image: url(../img/icon/nav-left.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#testimonials .owl-next>span,
#testimonials .owl-prev>span {
  display: none;
}

#testimonials .owl-next {
  width: 20px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -85px;
  display: block !important;
  border: 0px solid black;
  background-image: url(../img/icon/nav-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#testimonials .owl-next,
#testimonials .owl-prev {
  transition: transform 0.5s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

#testimonials .owl-next:hover,
#testimonials .owl-prev:hover {
  transform: translateY(-10px);
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

#testimonials .owl-next:focus,
#testimonials .owl-prev:focus,
#testimonials .owl-next:focus-visible,
#testimonials .owl-prev:focus-visible {
  outline-color: var(--background-grey) !important;
}

#introduce .container-fluid {
  padding: 0px;
}

#introduce video {
  width: 100%;
}

/* FEATURE INSIGHT */
#featureInsight .t-des-feature {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#featureInsight .t-des-feature {
  margin-bottom: 24px;
}

#featureInsight .t-wrap .t-auth {
  display: flex;
  padding-top: 24px;
  padding-bottom: 12px;
  border-top: 2px solid #F1F1F1;
}

#featureInsight .t-wrap .t-auth .t-name {
  margin: 0px;
}

#featureInsight .t-wrap {
  padding: 24px;
}

#featureInsight .t-wrap .t-title-feature {
  /* font-family: SVN-GilroyMedium; */
  font-weight: 600;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

#featureInsight .feature-insight {
  padding-top: 72px;
}

#featureInsight .t-wrap .t-title-feature a {
  color: #303030;
}

#featureInsight .t-wrap .t-title-feature a:hover {
  color: var(--purple-gold-hover);
}

#featureInsight .t-wrap .t-des-feature {
  padding-top: 24px;
  font-size: 18px;
  line-height: 24px;
  max-height: 120px;
  min-height: 120px;
}

#featureInsight .t-wrap .t-auth .t-auth-text {
  margin-left: 24px;
}

#featureInsight .about-col {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgb(18 66 101 / 8%);
  margin-bottom: 12px;
  border-radius: 8px;
}

#featureInsight .description-feature-insight .text-description-feature-insight {
  padding-bottom: 40px;
  margin: 0px;
}

#featureInsight .t-wrap .t-auth .t-auth-img {
  width: 62px;
}

#featureInsight .t-wrap .t-auth .t-auth-img .t-img {
  border-radius: 50%;
  overflow: hidden;
}

#featureInsight .owl-item-feature-insight .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  max-height: 285px;
}

#featureInsight .owl-item-feature-insight .img>img {
  max-width: 100%;
  object-fit: fill;
  max-height: 100%;
}

#featureInsight .t-wrap .t-auth .t-auth-text .t-name {
  /* font-family: SVN-GilroyBold; */
  font-weight: 700;
  font-size: 18px;
}

#featureInsight .t-wrap .t-auth .t-auth-text .t-position {
  font-size: 18p;
  color: var(--text-grey);
}

#featureInsight .owl-nav {
  display: block !important;
}

#featureInsight .owl-prev,
#featureInsight .owl-next {
  display: none !important;
}

/* #featureInsight .owl-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  margin-left: 6%;
  display: block !important;
  background-image: url(../img/icon/arrow-left.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: var(--color-fc);
  border: 1px solid var(--footer-f3);
  border-radius: 50%;
  padding: 20px !important;
}

#featureInsight .owl-next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  right: 5%;
  display: block !important;
  background-image: url(../img/icon/arrow-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: var(--color-fc);
  border: 1px solid var(--footer-f3);
  border-radius: 50%;
  padding: 20px !important;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.02);
  border-radius: 100px;
}

#featureInsight .owl-next,
#featureInsight .owl-prev {
  transition: transform 0.5s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

#featureInsight .owl-next:hover,
#featureInsight .owl-prev:hover {
  transform: translateY(-10px);
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  border: 1px solid var(--footer-f3);
  border-radius: 50%;
  padding: 20px !important;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.02);
  border-radius: 100px;
}

#featureInsight .owl-next:focus,
#featureInsight .owl-prev:focus,
#featureInsight .owl-next:focus-visible,
#featureInsight .owl-prev:focus-visible {
  outline-color: white !important;
} */

#featureInsight .btn-more-insight {
  text-align: center;
}

#featureInsight .btn-more-insight>a {
  /* font-family: SVN-GilroyBold; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  margin-top: 0;
  color: #303030;
  background: var(--white);
  border: 1px solid var(--c9);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

#featureInsight .btn-more-insight>a:hover {
  transform: translateY(-10px);
  border: 1px solid var(--purple-gold-hover);
}

/* END FEATURE INSIGHT */

/* END CONTACT US */
#contactUs .content {
  margin-top: 64px;
  padding: 64px 108px;
}

#contactUs .content .title-contact {
  font-size: 46px;
  line-height: 64px;
}

@media (max-width: 991px) {

  #contactUs .content {
    margin-top: 64px;
    padding: 16px;
  }
}

#contactUs .content .description-contact .t-des-contact {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

#contactUs .content .description-contact .t-des-contact a {
  color: var(--purple-gold);
  /* font-family: SVN-GilroyBold; */
}

#contactUs .content .description-contact .t-des-nda {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 60px;

}

#contactUs .form-contact label {
  /* font-family: SVN-GilroyBold; */
  margin-bottom: 8px;
}

#contactUs .form-contact input {
  padding: 16px 12px;
  /* margin-bottom: 25px; */
}

#contactUs .form-contact input:focus,
#contactUs .form-contact textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--purple-gold-hover);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(168, 78, 243, 1);
}

#contactUs .btn-get-started {
  /* font-family: SVN-GilroyMedium; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 0;
  color: var(--white);
  background: var(--purple-gold);
  border: none;
}

#contactUs .btn-get-started:hover {
  cursor: pointer;
  background: var(--purple-gold-hover);
}

#contactUs .btn-get-started:focus {
  outline-color: var(--purple-gold) !important;
}

#contactUs .btn-wrap {
  justify-content: flex-end;
  padding-top: 36px;
  padding-right: 15px;
}

#contactUs {
  padding-bottom: 0px;
}

/* END CONTACT US */

/* END SALES TEAM*/
#salesTeam {
  padding-top: 72px;
}

#salesTeam .sale-team-wrap {
  justify-content: center;
}

#salesTeam .member {
  margin-bottom: 20px;
  overflow: hidden;
  /* text-align: center; */
  border-radius: 4px;
  transition: 0.5s, border-color 0s;
}

#salesTeam .member:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

#salesTeam .member .member-img {
  position: relative;
  overflow: hidden;
}

#salesTeam .member .member-info {
  padding: 25px 15px;
}

#salesTeam .member .member-info h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000C1F;
}

#salesTeam .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

#salesTeam .member .member-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-grey);
}


#salesTeam .member .social {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  /* height    : 40px; */
  transition: ease-in-out 0.3s;
  text-align: right;
}

#salesTeam .member .social span {
  background-image: url(../img/icon/mail_sale.svg);
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  width: 45px;
  padding-top: 8px;
  display: inline-block;
  background-color: var(--color-fc);
  padding: 10px;
  border: 1px solid var(--color-fc);
  border-radius: 50%;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}

#salesTeam .member .social span:hover {
  color: #2487ce;
}

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

#salesTeam .text-description-sales-team {
  padding-bottom: 56px;
}


/* END SALES TEAM*/

@media (max-width: 576px) {
  #bestRead .wrapper {
    /* height: 26vh; */
    background-repeat: no-repeat;
  }

  #bestRead .best_read_sapo {
    /* font-family: SVN-GilroyBold; */
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    color: var(--color-fc);
    width: 100%;
  }

  #bestRead img.best_read_tag {
    width: 15%;
  }

  #bestRead .btn-get-started {
    margin: 0px;
  }

  #bestRead .btn-get-started {
    /* font-family: SVN-GilroyMedium; */
    font-weight: 500;
    font-size: 8px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 0;
    color: var(--white);
    background: var(--purple-gold);
  }

  #testimonials .our_clients,
  #testimonials .testimonials-carousel {
    width: 100%;
    margin: 0 auto;
  }

  #testimonials .description-feedback .t-desc-feedbacks {
    padding: 0;
  }

  #featureInsight .t-wrap {
    padding: 24px 0px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: var(--footer);
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-title {
  color: var(--text-grey) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px !important;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: var(--footer);
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#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: white;
  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: #2487ce;
  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: var(--footer-text);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--purple-gold-hover);
}

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

#footer .footer-newsletter .facebook img,
#footer .footer-newsletter .linkedin img {
  width: 32px;
  height: 32px;
}

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

#footer .footer-text {
  color: var(--footer-f3) !important;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  /* margin-bottom: 32px; */
}

#footer .footer-newsletter .social-links,
#footer .footer-newsletter .supports-links {
  padding: 15px 0;
}

#footer .footer-newsletter .social-links a {
  margin-right: 24px;
}

#footer .footer-newsletter .supports-links a {
  margin-right: 24px;
  color: white;
}

#footer .footer-newsletter .supports-links a:hover {
  color: var(--purple-gold-hover);
}

#footer .footer-newsletter .supports-links .t-supports {
  margin-right: 46px;
}

#footer .footer-bottom .footer-links ul {
  /* margin-bottom: 30px; */
  list-style: none;
  padding: 0;
}

#footer .footer-bottom .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: baseline;
}

#footer .footer-bottom .ft-cpr {
  color: var(--text-grey) !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px !important;
}

@media only screen and (max-width : 1200px) {
  #header .nav-item-last {
    padding-left: 10px;
  }

  #header .nav-item-last li:first-child {
    margin-right: 0px;
  }

  #headerTransparent .nav-item-last {
    padding-left: 10px;
  }

  #headerTransparent .nav-item-last li:first-child {
    margin-right: 0px;
  }
}

/* Modal */

.modal.modal-contact .modal-body {
  padding: 48px;
  background-color: var(--color-fc);
}

.modal.modal-contact .modal-body h3 {
  /* font-family: SVN-GilroyBold; */
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}

.modal.modal-contact .modal-body p {
  /* font-family: SVN-GilroyRegular; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-grey);
}

.modal.modal-contact .modal-dialog {
  max-width: 380px;
  min-height: calc(50vh - 0px);
}

.modal.modal-contact.show .modal-dialog {
  transform: translate(0, 0);
}

.modal.modal-contact .modal-content {
  height: calc(50vh - 0px);
  /* overflow-y: auto; */
  position: relative;
}

.modal.modal-contact .modal-dialog {
  transform: translate(100%, 0);
  margin: 10% 0 0 auto;
}

@media (max-width: 991px) {
  .modal.modal-contact .modal-dialog {
    transform: translate(100%, 0);
    margin: 15% 0 0 auto;
  }
}

.modal-full {
  min-width: 20%;
  margin: 0;
}


.modal.modal-contact .close {
  opacity: 1 !important;
  position: absolute;
  top: -40px;
  left: -5px;
  background-color: transparent;
  border: none;
}

.modal.modal-contact .close:focus,
.modal.modal-contact .close:focus-visible {
  outline: none;
}

.modal.modal-contact .btn-get-started {
  /* font-family: SVN-GilroyMedium; */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 48px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: var(--purple-gold);
  border: none;
}

.modal.modal-contact .btn-get-started:hover {
  background: var(--purple-gold-hover);
  outline: var(--purple-gold-hover);
  border: none;
}

.modal.modal-contact .btn-get-started:focus,
.modal.modal-contact .btn-get-started:focus-visible {
  outline: var(--purple-gold-hover);
  border: none;
}

.modal.modal-contact .text-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--purple-gold-hover);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(168 78 243);
}

/* .modal-full .modal-content {
  min-height: 100vh;
} */

/* Modal */

/* Vlog */

.pt-7 {
  padding-top: 7rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.title-banner-article {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  font-size: 25px;
  line-height: 45px;
}

.break {
  border-bottom: 2px solid #ffffff;
  margin: 30px 0px;
}

.breadcrumb-des {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0.75rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: var(--text-grey-descroption);
  content: "/";
}

.social-network {
  display: flex;
  justify-content: flex-end;
}

.social-network>a {
  padding: 8px;
  text-decoration: none;
  color: white;
}

.share-br {
  border-right: 1px solid;
}

.article-main {
  background-color: #ffffff;
}

.banner-article {
  padding-top: 50px;
}

.breadcrumb-article {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #5C6470;
}

.breadcrumb-item>a {
  color: var(--color-a1);
  text-decoration: none;
}

.breadcrumb-item>a:hover {
  color: var(--text-grey-descroption);
  text-decoration: none;
}

.breadcrumb-item a svg {
  color: var(--text-grey-descroption);
}

.breadcrumb-item:last-child a {
  color: var(--text-grey-descroption);
}


.article-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.article-time {
  color: #60636b;
  font-size: 12px;
  padding: 10px 0;
}

.article-time p {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.article-time svg {
  font-size: 7px;
}

.article-sub {
  /* padding-bottom: 50px; */
}

/* End Vlog */

/* About Company */
#aboutComp h1 {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  padding-bottom: 24px;
}

#aboutComp h1 span {
  color: var(--purple-gold);
}

#aboutComp p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--text-grey-descroption);
}

#aboutComp .video-wrap video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
  object-fit: fill;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: inline-block;
}

@media (max-width: 991px) {
  #aboutComp h2 {
    font-size: 36px;
    line-height: 36px;
  }

  #aboutComp p {
    line-height: 25px;
  }
}

/* End About Company */

/* Show number */
#countNumberShow {
  padding: 0px;
}

#countNumberShow .container-fluid {
  padding: 0px;
  margin: 0px;
}

#countNumberShow .display-number {
  padding: 56px;
  background-color: var(--purple-gold);
  width: 100%;
}

#countNumberShow .count-number {
  /* font-family: SVN-GilroyBold; */
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
}

@media (max-width: 768px) {
  #countNumberShow .count-number {
    /* font-family: SVN-GilroyBold; */
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 68px;
  }
}

#countNumberShow .change-number {
  justify-content: center;
}

#countNumberShow .change-number img {
  margin-left: 5px;
}

#coreValue {
  padding-top: 72px;
}


#coreValue .t-core-servie-items img {
  max-height: 72px;
}

#coreValue .t-text-elipsis-5line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#coreValue .t-text-elipsis-5line span {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-grey);
}

#coreValue .t-core-servie-items {
  background: #FFFFFF;
  min-height: 300px;
  max-height: 320px;
  border-radius: 16px;
  position: relative;
  padding: 30px;
  transition: 0.5s, border-color 0s;
}

#coreValue .t-core-servie-items:hover {
  transform: none;
  border: none;
}

@media (max-width: 768px) {
  #countNumberShow .count-number {
    /* font-family: SVN-GilroyBold; */
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 68px;
  }

  #countNumberShow .display-number {
    padding: 12px;
    background-color: var(--purple-gold);
  }
}



/* End show number */

/* Portfolio */
#portfolio {
  padding-top: 72px;
}

#portfolio .wrap-left h1 {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;

  color: var(--color-pg11);
}


#portfolio .wrap-left .pfl-des {
  /* font-family: 'SVN-GilroyMedium'; */
  font-style: normal;
  color: var(--purple-red);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

#portfolio .wrap-left p a {
  /* font-family: 'SVN-GilroyBold'; */
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--purple-gold);
}

#portfolio .wrap-left img {
  width: 100%;
}

#portfolio .wrap-right .title-brief {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: var(--color-pg11);
}

#portfolio .wrap-right {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 24px;
  border-radius: 8px;
}

#portfolio .wrap-right .btn-get-started {
  /* font-family: SVN-GilroyMedium; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  width: 100%;
  background: var(--purple-gold);
  border: none;
}

#portfolio .wrap-right .btn-get-started:hover {
  background: var(--purple-gold-hover);
  cursor: pointer;
}

#portfolio .wrap-right label {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  #portfolio .wrap-right .namePort {
    margin-bottom: 24px;
  }

  #portfolio .wrap-right .iti--separate-dial-code {
    width: 100%;
  }
}

#portfolio .btn-wrap-contact {
  justify-content: flex-end;
  padding-top: 36px;
  padding-right: 15px;
}

#portfolio .btn-wrap-contact .btn-submit-contact {
  /* font-family: SVN-GilroyMedium; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 0;
  color: var(--white);
  background: var(--purple-gold);
  border: none;
  width: auto;
}

#portfolio .btn-wrap-contact .btn-submit-contact:focus-visible,
#portfolio .btn-wrap-contact .btn-submit-contact:focus {
  outline-color: transparent;
}

/* End Portfolio */


/* Industry */
.pdt7 {
  padding-top: 72px;
}

#industry #coreServices {
  background-color: white;
}

#industry .owl-item-technologies-portfolio .owl-stage-outer {
  padding: 10px 0px;
}

#industry #technologies .item.item-technology-img {
  transition: all 0.5s ease;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

#industry #technologies .item.item-technology-img:hover {
  transition: all 0.5s ease;
  transform: translateY(-10px);
  cursor: pointer;
}

#industry .t-core-servie-items {
  background: #FFFFFF;
  min-height: 300px;
  max-height: 300px;
  border-radius: 16px;
  position: relative;
  /* cursor: pointer; */
  padding: 25px 10px;
  /* box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px; */
  transition: 0.5s, border-color 0s;
}

#industry .t-item-title {
  /* font-family: 'SVN-GilroyBold'; */
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--footer);
  min-height: 56px;
}

#industry .t-item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--text-grey);
}

#industry .t-core-servie-items:hover {
  transform: none;
  border: none;
}

.coreServicesIndustry .t-core-servie-items img {
  max-height: 72px;
}

.industry-case-study .title-industry-case-study h2 {
  padding-bottom: 55px;
}

.industry-case-study .imageCS img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 278px;
}

.industry-case-study .wrapCS .t-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--purple-gold);
  padding-top: 43px;
  padding-bottom: 26px;
}

.industry-case-study .wrapCS .t-title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-pg11);
  letter-spacing: 0.75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 64px;
}

.industry-case-study .wrapCS .t-title a:hover {
  color: var(--purple-gold-hover);
}

.industry-case-study .wrapCS .t-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-grey-descroption);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#industryCaseStudy .owl-prev {
  width: 20px;
  height: 100px;
  border: 0px solid black;
  background-image: url(../img/icon/nav-left.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 80px;
  transition: transform 0.5s ease;
  background-blend-mode: exclusion;
}

#industryCaseStudy .owl-next>span,
#industryCaseStudy .owl-prev>span {
  display: none;
}

#industryCaseStudy .owl-next {
  width: 20px;
  height: 100px;
  top: 40%;
  border: 0px solid black;
  background-image: url(../img/icon/nav-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.5s ease;

  background-blend-mode: exclusion;
}

#industryCaseStudy .owl-next:focus,
#industryCaseStudy .owl-prev:focus,
#industryCaseStudy .owl-next:focus-visible,
#industryCaseStudy .owl-prev:focus-visible {
  outline-color: white !important;
}

#industryCaseStudy .owl-next:hover,
#industryCaseStudy .owl-prev:hover {
  background-color: white;
  transform: translateY(-10px);
  cursor: pointer;
}

#industry #salesTeam {
  padding: 0px 0px 72px 0px;
}

.project-detail #salesTeam {
  padding: 0px 0px 72px 0px;
}

/* End Industry */

/* Blog */
#vHot .t-blog-title {
  margin-top: 32px;
  margin-bottom: 16px;
}

#vHot .t-blog-title h1 {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  /* or 133% */
  flex: none;
  order: 0;
  flex-grow: 0;
  letter-spacing: 1px;
}

#vHot .t-blog-title h1 a {
  color: var(--color-pg11);
}

#vHot .t-blog-title h1 a:hover {
  color: var(--purple-gold-hover);
}

#vHot .t-blog-description p {
  /* font-family: 'SVN-Gilroy'; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-grey-descroption);
}

.t-blog-author img {
  width: 48px !important;
  height: 48px;
}

.t-blog-author .author {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-grey-descroption);
  margin: 6px 0 0 0 !important;
}

.t-blog-author .reading-time {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: var(--color-a1);
}

#vHot .t-hot-news-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 500px;
  border-radius: 4px;
  object-fit: cover;
  object-position: left;
}

#vHot .list-genre ul {
  list-style: none;
}

#vHot .list-genre ul li {
  float: left;

}

#vHot .list-genre ul li.active a {
  background-color: var(--purple-gold-hover);
  color: white;
}

#vHot .list-genre ul li a {

  padding: 10px 24px;
  background-color: var(--color-f8);
  color: white;
  margin-right: 24px;
  border-radius: 6px;
  color: var(--text-grey);
}

#vHot .list-genre ul li:hover a {
  background-color: var(--purple-gold-hover);
  cursor: pointer;
  color: white;
}

@media (max-width: 768px) {
  #vHot .btn-read-more {
    margin-bottom: 16px;
  }

  #vHot .t-hot-news-img {
    text-align: center;
  }

  #vHot .list-genre ul {
    list-style: none;
    margin-top: 3rem;
    padding-left: 15px;
  }
}

#blogPosts .posts {
  display: flex;
  margin-bottom: 30px;
}

#blogPosts .image-posts {
  object-fit: cover;
}

#blogPosts .image-posts img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: left;
}

.blog-type {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #4294BD;
  padding: 3px 16px;
  background-color: rgba(119, 204, 248, 0.1);
  border-radius: 2px;
}

#blogPosts .t-news-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-1a);
  text-decoration: none;
}

.t-blog-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}

.t-blog-author .author {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #5C6470;
}

.t-blog-author .reading-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ABB1BA;
}

#blogPost .p-title-2-elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

#blogPosts .content-posts {
  display: flex;
  flex-direction: column;
}

.t-blog-post-title {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-pg11);
  line-height: 32px;
  letter-spacing: 0.75px;
  margin-bottom: 16px;
  margin-top: 32px;
}

.t-blog-post-title:hover {
  color: var(--purple-gold-hover);
}

.t-blog-author .author {

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-grey-descroption);
}

#blogPosts .title-blogs {
  /* font-family: SVN-GilroyBold; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: var(--body-text);
  margin-bottom: 56px;
}

#blogPosts .t-blog-author .reading-time {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: var(--color-a1);
}

#blogPosts #sidebarWrap-blog .title-blog {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-1a);
  margin-bottom: 16px;
}

#blogPosts #sidebarWrap-blog .description-blog {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-grey);
  margin-bottom: 24px;
}

#blogPosts #sidebarWrap-blog .btn-search-blog {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 48px;
  gap: 8px;
  background: var(--purple-gold);
  /* border: 1px solid var(--purple-gold); */
  color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  margin-top: 15px;
}

#blogPosts #sidebarWrap-blog .btn-search-blog:hover {
  background: var(--purple-gold-hover);
  /* border: 1px solid var(--purple-gold-hover); */
}

#blogPosts .latest-insights .latest-img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  max-height: 278px;
  min-height: 232px;
}

#blogPosts .t-pagination-wrapper {
  display: flex;
  justify-content: center;
}

#blogPosts .t-pagination-wrapper .page-item.active .page-link {
  background-color: var(--purple-gold);
  border-color: var(--purple-gold);
  font-size: 20px;
  /* font-family: SVN-GilroyBold; */
}

#blogPosts .t-pagination-wrapper li {
  margin: 0 2px;
}

#blogPosts .t-pagination-wrapper li a {
  border: none;
  color: var(--footer-text);
  font-size: 20px;
  /* font-family: SVN-GilroyBold; */
}

#blogPosts .t-pagination-wrapper li .page-link {
  /* font-family: SVN-GilroyBold; */
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
}

#blogPosts .t-pagination-wrapper li .page-link:hover {
  color: white;
  text-decoration: none;
  background-color: var(--purple-gold);
  border-color: var(--purple-gold);
}

#blogPosts .latest-insights .blogs-text {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}

.breadcrumb .breadcrumb-des {
  color: var(--color-a1);
}

.section-vblog-detail .article-wrap {
  display: flex;
  justify-content: center;
}

.section-vblog-detail .article-wrap .t-title-normal-size {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  /* max-width: 602px; */
  /* or 133% */

  text-align: center;
  letter-spacing: 1px;
}

.slider-image {
  height: 155px;
}

.slider-image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.wrap-title-detail {
  display: flex;
  justify-content: center;
}

.wrap-title-detail h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 1px;
  color: var(--color-pg11);
}


.owl-silder .owl-prev {
  width: 20px;
  height: 100px;
  border: 0px solid black;
  background-image: url(../img/icon/nav-left.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 80px;
  transition: transform 0.5s ease;
  background-blend-mode: exclusion;
}

.owl-silder .owl-next>span,
.owl-silder .owl-prev>span {
  display: none;
}

.owl-silder .owl-next {
  width: 20px;
  height: 100px;
  top: 40%;
  border: 0px solid black;
  background-image: url(../img/icon/nav-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.5s ease;

  background-blend-mode: exclusion;
}

.owl-silder .owl-nav {
  text-align: center;
}

.owl-silder .owl-next:focus,
.owl-silder .owl-prev:focus,
.owl-silder .owl-next:focus-visible,
.owl-silder .owl-prev:focus-visible {
  outline-color: white !important;
}

.owl-silder .owl-next:hover,
.owl-silder .owl-prev:hover {
  background-color: white;
  transform: translateY(-10px);
  cursor: pointer;
}

.section-vblog-detail .t-blog-author {
  margin: 60px 0 56px 0;
  justify-content: center;
}

.article-slider .read_more {
  text-align: center;
  margin-bottom: 56px;
}

.article-slider .read_more p {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #212529;
}

.items-slider .blogs-text {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0;
}

.carousel-wrap {
  margin-bottom: 72px;
}

/* .content-posts-a {
  margin-bottom: 32px;
} */
@media (max-width: 768px) {
  #blogPosts .content-posts .content-posts-a {
    margin-top: 16px;
  }
}

@media (max-width: 960px) {
  .image-posts img {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}

/* End Blog */

/* Project Detail */
.top-section .project-wrapper {
  padding: 0px;
  min-height: 806px;
}

.top-section .project-text-wrapper h1 {
  /* font-family: SVN-GilroyBold; */
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
}

.top-section .project-text-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}

.top-section .project-text-wrapper {
  min-height: 502px;
  position: relative;
  text-align: center;
  padding-top: 72px;
}

.top-section .description-develop {
  margin-left: auto;
  margin-right: auto;
}

.top-section .image-banner-develop {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.top-section .image-banner-develop img {
  width: 100%;
}


@media (min-width:991px) and (max-width:1399px) {
  .top-section .project-wrapper {
    min-height: 685px;
  }

  .top-section .image-banner-develop {
    top: 58%;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .top-section .project-wrapper {
    min-height: 685px;
  }

  .top-section .image-banner-develop {
    top: 58%;
  }
}

@media (min-width:500px) and (max-width:768px) {
  .top-section .project-wrapper {
    min-height: 630px;
  }

  .top-section .image-banner-develop {
    top: 70%;
  }
}

@media only screen and (max-width : 500px) {
  .top-section .project-wrapper {
    min-height: 630px;
  }

  .top-section .image-banner-develop {
    top: 70%;
  }

  .top-section .description-develop {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}



.content-section .content-wrap {
  justify-content: center;
}

.content-section strong {
  /* font-family: SVN-GilroyBold !important; */
  font-weight: 700 !important;
}

.content-section .content-wrap img {
  width: 100% !important;
  height: auto !important;
}

/* End Project Detail */

/* LEADERSHIP */
#leaderShip {
  background-color: var(--gray-basic);
}

#leaderShip .title-leadership-wrap {
  margin-bottom: 72px;
}

#leaderShip h1 {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  padding-bottom: 24px;
}

#leaderShip h1 span {
  color: var(--purple-gold);
}

#leaderShip .t-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--text-grey-descroption);
}

#leaderShip .background-grey {
  background-color: var(--background-grey);
}

#leaderShip .leadership-des {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--text-grey-descroption);
}

#leaderShip .leadership-wrap .leadership-wrap-detail {
  margin-bottom: 72px;
}

#leaderShip .leadership-wrap .title-category {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: var(--footer);
  margin-bottom: 56px;
}

#leaderShip .leadership-wrap .personal-wrap .personal-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}

#leaderShip .leadership-wrap .personal-wrap .personal-name p {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: var(--footer);
  margin-top: 40px;
}

#leaderShip .leadership-wrap .personal-wrap .personal-position p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--color-a1);
  margin-top: 8px;
}

#leaderShip .leadership-wrap .personal-wrap .personal-position {
  min-height: 60px;
}

#leaderShip .leadership-wrap .personal-wrap .personal-description span {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #303030;
  margin-top: 16px;
  margin-bottom: 0px;
}

#leaderShip .leadership-wrap .personal-wrap {
  margin: 16px 0;
  min-height: 416px;
  padding: 32px;
  border-radius: 16px;
  transition: transform 0.5s ease;
}

#leaderShip .leadership-wrap .personal-wrap:hover {

  transform: translateY(-10px);
}

@media (min-width:768px) and (max-width:991px) {
  #leaderShip .leadership-wrap .personal-wrap .personal-position p {
    min-height: 56px;
  }

  #leaderShip .leadership-wrap .personal-wrap .personal-description span {
    min-height: 112px;
  }
}

@media (min-width:991px) and (max-width:1200px) {
  #leaderShip .leadership-wrap .personal-wrap .personal-position p {
    min-height: 56px;
  }

  #leaderShip .leadership-wrap .personal-wrap .personal-description span p {
    min-height: 112px;
  }
}

/* END LEADERSHIP */

/* SERVICE */
#organizations .organizations_wrap {
  margin-top: 72px;
}

#organizations .img-wrap {
  background-color: var(--color-pg11);
  height: 90px;
  width: 100%;
  /* text-align      : center;
  display            : flex;
  align-items        : center;
  justify-content    : center; */
  margin-bottom: 23px;
  background-repeat: no-repeat;
  background-position: center;
}

.mgt72 {
  margin-top: 72px;
}

.pdt72 {
  padding-top: 72px;
}

.pdb72 {
  padding-bottom: 72px;
}

.pdb56 {
  padding-bottom: 56px;
}

.mgt32 {
  margin-top: 32px;
}

.mgt24 {
  margin-top: 24px;
}

.mgb24 {
  margin-bottom: 24px;
}


.mgt56 {
  margin-top: 56px;
}

.mgb72 {
  margin-bottom: 72px;
}

.mgb56 {
  margin-bottom: 56px;
}

.mgb32 {
  margin-bottom: 32px;
}

.mgr4 {
  margin-right: 4px;
}

.mgl4 {
  margin-left: 4px;
}

.ourPartnersService #clients {
  background-color: white;
  padding-top: 0px;
}

/* END SERVICE */
/* SERVICE DETAIL */
.scope-section .content h2 {
  /* font-family: 'SVN-GilroyBold'; */
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: var(--color-pg11);
}

.scope-section .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-grey-descroption);
  margin-top: 16px;
  margin-bottom: 48px;
}

.scope-section .content a {
  /* display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 8px;
  width: 177px;
  height: 38px;
  background: var(--color-btn);
  border: 1px solid var(--color-btn);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  color: var(--color-text-btn); */
}

.scope-section .content a:hover {
  color: var(--color-text-btn);
  background: var(--color-btn-hover);
  border: 1px solid var(--color-btn-hover);
}

.scope-section .main-service .t-service-detail-item img {
  width: 72px;
  height: 72px;
}

.scope-section .main-service .t-service-detail-title h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--footer);
  margin-top: 40px;
  margin-bottom: 16px;
}

.scope-section .main-service .content-main-serivce span {
  /* font-family: 'SVN-Gilroy'; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-grey);
}

.whyChoseService .why_next .t-red-text {
  color: var(--purple-gold);
}

.related-blog-service {
  padding-bottom: 0px;
}

.related-blog .about-col .t-title-feature a {
  color: var(--color-pg11);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.75px;
}

.related-blog .about-col .t-title-feature a:hover {
  color: var(--purple-gold-hover);
}

.related-blog .about-col .t-title-feature {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 16px;
}


.related-blog .owl-prev {
  width: 20px;
  height: 100px;
  border: 0px solid black;
  background-image: url(../img/icon/nav-left.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 80px !important;
  transition: transform 0.5s ease;
  background-blend-mode: exclusion;
}

.related-blog .owl-next>span,
.related-blog .owl-prev>span {
  display: none;
}

.related-blog .owl-next {
  width: 20px;
  height: 100px;
  top: 40%;
  border: 0px solid black;
  background-image: url(../img/icon/nav-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.5s ease;

  background-blend-mode: exclusion;
}

.related-blog .owl-next:focus,
.related-blog .owl-prev:focus,
.related-blog .owl-next:focus-visible,
.related-blog .owl-prev:focus-visible {
  outline-color: white !important;
}

.related-blog .owl-next:hover,
.related-blog .owl-prev:hover {
  background-color: white !important;
  transform: translateY(-10px);
  cursor: pointer;
}

.our-blog-project .about-col img {
  height: 276px;
}

.qa-service .service-name {
  color: var(--purple-red);
}

.qa-service .qa-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}

.qa-service .qa-wrap:not(:first-child) {
  padding-top: 40px;
}

.qa-service .qa-title p:after {
  content: '\002B';
  color: var(--color-pg11);
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 40px;
  /* font-family: 'SVN-GilroyMedium'; */
}

.qa-service .qa-title.qaActive p:after {
  content: "\2212";
}

.qa-service .qa-title:hover {
  cursor: pointer;
}

.qa-service .qa-title p {
  /* font-family: 'SVN-GilroyBold'; */
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.75px;
  color: var(--color-pg11);
}

.qa-service .qa-detail.active {
  display: block;
}

.qa-service .qa-detail {
  display: none;
}

.qa-service {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .qa-service .content {
    margin-bottom: 40px;
  }
}

.tool-tech {
  padding-top: 72px;
}

#weWork {
  text-align: center;
}

#weWork .benefit-box .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#weWork .benefit-box ul li {
  list-style-type: none;
  padding-bottom: 53px;
}

#weWork .benefit-box ul li:last-child {
  padding-bottom: 0px;
}

#weWork .benefit-wrap h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-1a);
  padding-bottom: 16px;
}

#weWork .benefit-wrap .description span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
}

#weWork .content {
  margin-bottom: 26px;
  text-align: center;
}

#weWork .content .t-title-color-purple {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: var(--body-text);
  /* margin-bottom: 26px; */
}

#weWork .content .title-des {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 26px;
}

.process__circle_service {
  position: relative;
  height: var(--process-circles-height);
}

.process__circle_service:before {
  background-color: var(--purple-gold)
}

.process__circle_service {
  position: absolute;
}

.process__circle_service:before,
.process__circle_service:after {
  content: "";
  position: absolute;
  left: -39px;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
}

.process__circle_service:after {
  background-color: white;
  width: 12px;
  height: 12px;
  left: -35px;
  top: 4px;
}

/* #weWork .benefit-box .process__circle_service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
  background-color: red;
} */
#service-core-service .t-core-servie-items-detail {
  text-align: left;
  text-align: left;
  /* border: 1px solid red; */
  border-radius: 8px;
  background-color: white;
  padding: 32px;
  min-height: 100%;
}

#service-core-service .t-core-servie-items-detail .t-item-title-wrap {
  min-height: 100%;
}

#service-core-service img {
  max-height: 72px;
}

ol {
  list-style-type: none;
}

.steps-service {
  padding-top: 72px;
  padding-bottom: 0px;
  text-align: center;
}

.steps-service .content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #320E50;

}

.steps-service .content .title-des {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #505050;

}

.process__steps {
  position: relative;
  z-index: 10;
  counter-reset: steps
}

.process__step {
  counter-increment: steps;
}

.process__container {
  display: flex;
  justify-content: space-around;
  /* margin-bottom: -5rem; */
  flex-wrap: wrap;
  flex: 1 0 8%;
}

.process__container h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: var(--footer);
  padding-top: 45px;
  padding-bottom: 16px;
  min-height: 117px;
}

@media (min-width:1200px) and (max-width:1440px) {
  .process__container h4 {
    min-height: 117px;

  }
}

.process__container .steps-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--text-grey);
}

.process__step:before {
  content: counter(steps, decimal-leading-zero);
  display: block;
  position: absolute;
  /* font-family: 'SVN-GilroyMedium'; */
  top: 0;
  left: 0;
  right: 0;
  z-index: -5;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: #F6F6F6;
}

.process__bar_service {
  position: absolute;
  background-color: var(--purple-gold);
  width: 1px;
  left: 50%;
  left: 15px;
  height: 15%;

}

.process__bar {
  position: absolute;
  top: 7.25rem;
  background-color: var(--purple-gold);
  width: 86%;
  left: 7%;
  height: 1px;
}

.process__step {
  /* max-width: 20em;
  position: relative;
  margin-bottom: 5rem;
  text-align: center;
  counter-increment: steps;
  min-width: 10em; */

  max-width: 20em;
  position: relative;
  /* margin-bottom: 5rem; */
  text-align: center;
  counter-increment: steps;
  display: table-cell;
  width: 12%;
  float: none;
  text-align: center;

}

.process__circles {
  position: relative;
  height: var(--process-circles-height);
}

.process__circles:before {
  background-color: var(--purple-gold)
}

.process__circles:before,
.process__circles:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .process__container {
    flex-wrap: wrap;
  }

  /* .process__bar {
    height: 0px;
  } */
}

@media (max-width: 991px) {
  .process__container {
    flex-wrap: wrap;
  }

  .process__bar {
    height: 0px;
  }

  .process__step {
    max-width: 20em;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    counter-increment: steps;
    display: table-cell;
    width: 30%;
    float: none;
    text-align: center;

  }
}

@media (max-width: 500px) {
  .process__step {
    max-width: 20em;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    counter-increment: steps;
    display: table-cell;
    width: 50%;
    float: none;
    text-align: center;

  }
}

.testimonials-services-carousel {
  padding: 0 32px;
}

.process-mobile {
  display: none;
}

@media screen and (max-width:768px) {
  .process-mobile {
    display: block;
  }

  .process-desktop {
    display: none;
  }
}

/* END SERVICE DETAIL */

.mouse {
  display: flex;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-size: cover;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  z-index: 100;
  right: 30px;
  justify-content: center;
  align-items: center;
  background-color: #C9C9C9;
  transition: 0.5s, border-color 0s;
}

.mouse:hover {
  transform: translateY(-10px);
  cursor: pointer;
  background-color: var(--color-a1);
}

.tag-blog a {
  padding-right: 15px;
}

.errMess {
  font-size: 13px !important;
  color: var(--purple-red-number) !important;
  margin-bottom: 32px;
}

.portfolio .errMess {
  font-size: 13px !important;
  color: var(--purple-red-number) !important;
  margin-bottom: 0px;
}

.modal.modal-contact .errMess {
  margin-bottom: 16px;
}

/* .alert-success {
  color: white;
  background-image: var(--color-btn);
  border-color: none;
} */

.btn-purple {
  background: var(--purple-gold) !important;
}

.btn-purple:hover {
  background: var(--purple-gold-hover) !important;
}

.btn-purple-red {
  background: var(--purple-red) !important;
}

.btn-purple-red:hover {
  background: var(--purple-red-hover) !important;
}

.btn-let-work {
  justify-content: center
}

.btn-let-work a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  color: var(--color-text-btn);
}

.detail-our-solutions .t-item-desc p {
  font-size: 16px;
}

.dropzone .dz-preview .dz-error-message{
  top: 150px!important;
}

.fw-700{
  font-weight: 700!important;
}