@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Foco';
    src: url('fonts/Foco-Bold.eot');
    src: url('fonts/Foco-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Foco-Bold.woff2') format('woff2'),
        url('fonts/Foco-Bold.woff') format('woff'),
        url('fonts/Foco-Bold.ttf') format('truetype'),
        url('fonts/Foco-Bold.svg#Foco-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Foco';
    src: url('fonts/FocoLight-Regular.eot');
    src: url('fonts/FocoLight-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FocoLight-Regular.woff2') format('woff2'),
        url('fonts/FocoLight-Regular.woff') format('woff'),
        url('fonts/FocoLight-Regular.ttf') format('truetype'),
        url('fonts/FocoLight-Regular.svg#FocoLight-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Foco';
    src: url('fonts/Foco-Regular.eot');
    src: url('fonts/Foco-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Foco-Regular.woff2') format('woff2'),
        url('fonts/Foco-Regular.woff') format('woff'),
        url('fonts/Foco-Regular.ttf') format('truetype'),
        url('fonts/Foco-Regular.svg#Foco-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Foco';
    src: url('fonts/FocoBlack-Regular.eot');
    src: url('fonts/FocoBlack-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FocoBlack-Regular.woff2') format('woff2'),
        url('fonts/FocoBlack-Regular.woff') format('woff'),
        url('fonts/FocoBlack-Regular.ttf') format('truetype'),
        url('fonts/FocoBlack-Regular.svg#FocoBlack-Regular') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/*==BASIC-SETUP==*/
body {
  font-family: 'Foco';
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/
.header-area {
  padding: 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);

}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.main-nav ul li {
  margin-right: 22px;
}

.main-nav ul li:last-child {
  margin-right: 0;
}

.main-nav ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #1E1E1E;
  transition: 0.2s all ease;
}

.main-active a {
  font-weight: 700 !important;
}

.main-nav ul li a:hover {
  color: #C08329;
}

.main-nav ul li:last-child a {
  text-transform: capitalize;
  color: #FFFFFF;
  background: #C08329;
  border-radius: 4px;
  padding: 4px 21px;
  display: block;
  transition: 0.2s all ease;
}

.main-nav ul li:last-child a:hover {
  opacity: 0.8;
}

.logo-img img {
  max-width: 95px;
  display: block;
  margin: auto;
}

.header-contact a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  background: #C08329;
  border-radius: 4px;
  padding: 4px 12px;
  display: block;
  transition: 0.2s all ease;
  margin-left: 17px;
  display: none;
}

/* country-select */
.country span img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.country {
  position: relative;
  background: none !important;
  outline: none !important;
  border: 0;
  color: #ffff;
  width: 35px;
  display: block;
  margin-right: 20px;
}

.dropdown-menu {
  min-width: 143px !important;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  color: #ccc;
  text-align: left;
  background-color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.dropdown-menu li {
  margin: 5px 0 0 0;  
}

.dropdown-menu li:first-child {
  margin-top: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #C08329;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  background: #C08329;
}

.dropdown-item {
  font-weight: 400;
  font-size: 16px;
  padding: 3px 5px 3px 8px;
  color: #ffffff;
}

.country::after {
    content: "\f107";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    display: block;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000000;
}

/*country-end*/

/* MOBIL-MENU-START*/
.sidebar-menu {
  backdrop-filter: blur(15px);
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -250px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: left;
  z-index: 9999;
  background: rgba(30, 30, 30, 0.97);
}

.sidebar-menu::-webkit-scrollbar {
  width: 0px;
}

.sidebar-menu.active {
  left: 0;
}

.menu-wrap {
  margin-top: 10px;
}

.menu-item a {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  display: block;
  padding: 8px 9px;
  transition: 0.2s all ease;
}

.menu-item a:hover {
  color: #C08329;
}

.menu-item:last-child a {
  text-transform: capitalize;
  color: #FFFFFF;
  background: #C08329;
  border-radius: 4px;
  padding: 4px 21px;
  display: inline-block;
  transition: 0.2s all ease;
  margin-left: 11px;
  margin-top: 10px;
  transition: 0.2s all ease;
}

.menu-item:last-child a:hover {
  opacity: 0.8;
}

.m-act {
  color: #A17028 !important;
}

.menu-header {
  background: #ffffff;
  padding: 8px 8px;
  border: 1px solid #EEDCC3;
}

.close-icon {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  cursor: pointer;
}

.close-icon::before,
.close-icon::after {
  content: '';
  background: #24376A;
  position: absolute;
  height: 100%;
  width: 4px;
  border-radius: 3px;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.menu-btn {
  width: 40px;
  cursor: pointer;
  margin-left: auto;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #24376A;
  border-radius: 10px;
  margin: 5px 0 0 0;
}

.mobil-brand img {
  max-width: 85px;
}

/* MOBIL-MENU-END*/

/*type-start*/
.types-area {
  padding: 106px 0 98px 0;
}

.type-title {
  max-width: 728px;
  text-align: center;
  margin: auto;
}

.type-title h2 {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #C08329;
}

/*type-end*/

/* management-start */
.managemen-area {
  background: url('images/manage.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 232px 0 227px 0;
}

.managemen-cnt {
  max-width: 1029px;
  margin: auto;
  text-align: center;
}

.managemen-cnt h3 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.managemen-cnt p {
  font-weight: 400;
  font-size: 25px;
  text-align: justify;
  color: #FFFFFF;
  margin-top: 10px;
}

/* management-end */

/* compliance-start */
.compliance-area {
  background: #EEDCC3;
  padding: 95px 0;
}

.compliance-left img {
  width: 100%;
  border-radius: 6px;
}

.compliance-right {
  padding-left: 100px;
}

.compliance-right h4 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #1E1E1E;
}

.compliance-right p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
  margin-top: 8px;
}

.compliance-right p:nth-of-type(2) {
  margin-top: 15px;
}

.compliance-right a {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  padding: 11px 20px;
  background: #C08329;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  transition: 0.2s all ease;
  margin-top: 28px;
}

.compliance-right a:hover {
  opacity: 0.8;
}

.compliance-right a span img {
  margin-top: -3px;
  margin-left: 5px;
}

/* compliance-end */

/* cybersecurity-start */
.cybersecurity-area {
  background: #ffffff;
  padding: 131px 0;
}

.cybersecurity-left h4 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #1E1E1E;
}

.cybersecurity-left p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
  margin-top: 10px;
}

.cybersecurity-left p:nth-of-type(2) {
  margin-top: 15px;
}

.cybersecurity-left a {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  padding: 11px 20px;
  background: #C08329;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  transition: 0.2s all ease;
  margin-top: 28px;
}

.cybersecurity-left a:hover {
  opacity: 0.8;
}

.cybersecurity-left a span img {
  margin-top: -3px;
  margin-left: 5px;
}

.cybersecurity-left {
  padding-right: 100px;
}

.cybersecurity-right img {
  width: 100%;
  border-radius: 6px;
} 

/* cybersecurity-end */

/* governance-start */
.governance-area {
  padding: 95px 0 116px 0;
  background: #ffffff;
}

.governance-left h4 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #1E1E1E;
}

.governance-pg {
  max-width: 632px;
  margin-top: 8px;
}

.governance-left p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.governance-left a {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  padding: 11px 20px;
  background: #C08329;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  transition: 0.2s all ease;
  margin-top: 28px;
}

.governance-left a:hover {
  opacity: 0.8;
}

.governance-left a span img {
  margin-top: -3px;
  margin-left: 5px;
}

.governance-right img {
  width: 100%;
}

/* governance-end */

/* contact-start */
.contact-area {
  background: url('images/contact-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 93px 0 91px 0;
}

.contact-left {
  background: rgba(30, 30, 30, 0.96);
  box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 27px 52px 59px 52px;
}

.contact-right,
.contact-left {
  min-height: 444px;
}

.contact-left ul li {
  margin-top: 23px;
}

.contact-icon img {
  width: 24px;
  margin-right: 19px;
}

.contact-icon2 img {
  width: 18px;
  margin-right: 24px;
}

.contact-left h4 {
  font-weight: 700;
  font-size: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: center;
}

.contact-title h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.contact-title p {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-top: 5px;
}

.contact-left ul li {
  display: flex;
}

.contact-right {
  background: rgba(30, 30, 30, 0.97);
  box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 27px 0 46px 0;
}

.contact-form {
  max-width: 485px;
  margin: auto;
}

.input-name {
  margin-top: 28px;
}

.contact-right h3 {
  font-weight: 700;
  font-size: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: center;
}

.contact-right input[type=text] {
  font-family: 'Inter', sans-serif;
  width: 100%;
  outline: none;
  border: none;
  padding: 14px 14px 14px 55px;
  font-size: 15px;
}

.contact-right input[type=text]::placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #8B8B8B;
}

.input-textarea {
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  margin-top: 10px;
}

.contact-right textarea {
  font-family: 'Inter', sans-serif;
  width: 100%;
  outline: none;
  border: none;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 10px 13px 55px;
   background: url('images/contact7.png') no-repeat;
  background-position: 4% 7%;
}

.contact-right textarea::placeholder {
  color: #8B8B8B;
}

.input-name,
.input-email {
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}

.input-email {
  margin-top: 12px;
}

.input-name input {
  background: url('images/contact5.png') no-repeat;
  background-position: 3% 50%;
}

.input-email input {
  background: url('images/contact6.png') no-repeat;
  background-position: 3% 50%;
}

.input-submit input[type=submit] {
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #C08329;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 11px 34px;
  transition: 0.2s all ease;
  margin-top: 20px;
}

.input-submit input[type=submit]:hover {
  opacity: 0.8;
}

/* contact-end */

/* footer-start */
.footer-area {
  background: #ffffff;
  padding: 75px 0 0 0;
}

.footer-item h4 {
  font-weight: 700;
  font-size: 15px;
  color: #1E1E1E;
}

.footer-list ul li {
  margin-top: 8px;
}

.footer-list ul li:first-child {
  margin-top: 5px;
}

.footer-list ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #1E1E1E;
  transition: 0.2s all ease;
}

.footer-list ul li a:hover {
  color: #C08329;
}

.social-item {
  margin-top: 8px;
}

.social-item ul {
  display: flex;
}

.social-item ul li {
  margin-right: 14px;
}

.social-item ul li:last-child {
  margin-right: 0;
}

.social-item ul li a i {
  color: #1E1E1E;
  font-size: 25px;
  transition: 0.2s all ease;
}

.social-item ul li a i:hover {
  color: #C08329;
}

.copyright-area {
  margin: 75px 0 0 0;
  border-top: 1px solid rgba(30, 30, 30, 0.3);
  padding: 5px 0;
  overflow: hidden;
}

.footer-item1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.footer-item1 img {
  max-width: 171px;
}

.copyright-cnt {
  max-width: 535px;
  margin: auto;
}

.copyright-cnt p {
  font-weight: 700;
  font-size: 13px;
  color: #1E1E1E;
  text-align: right;
}

/* footer-end */

/*==management-page-start==*/
.management-hero-area {
  background: url('images/hero.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 265px 0 198px 0;
}

.management-hero-area1 {
  background: url('images/mobil-hero.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 265px 0 198px 0;
}

.management-hero-cnt h2 {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.management-hero-cnt p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 5px;
}
/*==management-hero-end==*/

/* we-live-area-start */
.we-live-area {
  background: #ffffff;
  padding: 52px 0 54px 0;
}

.we-live-top p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.we-live-top p:nth-of-type(2) {
  margin-top: 4px;
}

.we-live-top p span {
  font-weight: 700;
  font-size: 32px;
  color: #1E1E1E;
}

.we-live-main {
  margin-top: 20px;
}

.we-live-left img {
  width: 100%;
}

.we-live-right {
  max-width: 724px;
}

.we-live-right p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;

}

.we-live-right p:nth-of-type(2),
.we-live-right p:nth-of-type(3) {
  margin-top: 10px;
}

.we-live-inner {
  margin-top: 18px;
}

.we-live-inner p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.we-live-inner p:nth-of-type(2) {
  margin-top: 14px;
}

/* we-live-area-end */

/* program-area-start */
.program-area {
  background: #EEDCC3;
  padding: 51px 0 59px 0;
}

.program-title h2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #1E1E1E;

}

.program-title p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.program-title p:nth-of-type(1) {
  margin-top: 10px;
}

.program-title p:nth-of-type(2) {
  margin-top: 4px;
}

.program-left {
  max-width: 681px;
}

.program-left p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.program-left p:nth-of-type(1) {
  margin-top: 6px;
}

.program-left p:nth-of-type(2) {
  margin-top: 5px;
}

.program-left p:nth-of-type(3) {
  margin-top: 9px;
}

.program-right img {
  width: 100%;
  margin-top: 6px;
}

.mobil-inner img {
  width: 100%;
}

/* program-area-end */

/* cyber2-hero-start*/
.cyber2-hero-area {
  background: url('images/cyber2-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 194px 0 246px 0;
}

.cyber2-hero-area10 {
  background: url('images/cyber2-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 159px 0 181px 0;
}

.cyber2-hero-cnt h2 {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.cyber2-hero-cnt p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}

/* cyber2-hero-end*/

/* security-area-start */
.security-area {
  background: #ffffff;
  padding: 76px 0 77px 0;
}

.security-top p {
  font-weight: 400;
  font-size: 20px;
  color: #1E1E1E;
}

.security-item {
  margin-top: 33px;
}

.security-item ul li {
  display: flex;
}

.security-item ul li {
  margin-top: 30px;
}

.security-item ul li:first-child {
  margin-top: 0;
}

.security-item-img img {
  max-width: 70px;
  margin-right: 13px;
}

.security-item-cnt h4 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #1E1E1E;
} 

.security-item-cnt p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.security-btm {
  margin-top: 23px;
}

.security-btm p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.security-btm p:nth-of-type(2) {
  margin-top: 12px;
}

/* security-area-end */

/* protection-start */
.protection-area {
  background: #EEDCC3;
  padding: 72px 0 94px 0;
}

.protection-title h3 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #1E1E1E;
}  

.protection-title p,
.mobil-pg10 p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
  margin-top: 15px;
}

.protection-left-cnt {
  margin-top: 35px;
}

.protection-left-cnt:first-child {
  margin-top: 20px;
}

.protection-left-cnt h6 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #1E1E1E;
}

.protection-left-cnt p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.protection-right img {
  max-width: 436px;
  width: 100%;
  margin-top: 5px;
  display: block;
  margin-left: auto;
}

.mobil-inner2 img {
  width: 100%;
}

/* protection-end */

/* network-area-start */
.network-area {
  background: #EEDCC3;
  padding: 0 0 64px 0;
}

.network-title p {
  font-weight: 400;
  font-size: 20px;
  color: #1E1E1E;
}

.network-main {
  max-width: 1030px;
}

.network-item-wrap {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.network-item-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 17px;
}

.network-item-cnt h6 {
  font-weight: 700;
  font-size: 20px;
  color: #1E1E1E;
}

.network-btm p {
  font-weight: 400;
  font-size: 20px;
  color: #1E1E1E;
  margin-top: 26px;
}

/* network-area-end */

/* intelligence-hero-start */
.intelligence-hero-area {
  background: url('images/intelligence-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 194px 0 246px;
}

.intelligence-hero-area10 {
  background: url('images/inte-mobil.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 194px 0 246px;
}

.intelligence-hero-cnt h2 {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.intelligence-hero-cnt p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
}

/* intelligence-hero-end*/

/* most-area-start */
.most-area {
  background: #ffffff;
  padding: 52px 0 59px 0;
}

.most-cnt p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.most-cnt span {
  font-weight: 700;
  font-size: 32px;
  color: #1E1E1E;
}

.most-cnt p:nth-of-type(2),
.most-cnt p:nth-of-type(3) {
  margin-top: 10px;
}

/* most-area-end */

/* value-area-start */
.value-area {
  background: #EEDCC3;
  padding: 82px 0 86px 0;
}

.value-title10 h2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #1E1E1E;
}

.value-left h2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: #1E1E1E;
}

.value-left-pg {
  max-width: 703px;
}

.value-left p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.value-left p:nth-of-type(1) {
  margin-top: 25px;
}

.value-left p:nth-of-type(2),
.value-left p:nth-of-type(3) {
  margin-top: 10px;
}

.value-right img {
  width: 100%;
  border-radius: 6px;
}

/* value-area-end */

/* esg-area-start */
.esg-hero-area {
  background: url('images/ecg-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 0 220px;
}

.esg-hero-area10 {
  background: url('images/ecg-mobil.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 0 220px;
}

.esg-hero-cnt {
  max-width: 927px;
  margin: auto;
}

.esg-hero-cnt h2 {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.esg-hero-cnt p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
}
/* esg-area-end */

/* what-area-start */
.what-area {
  background: #EEDCC3;
  padding: 66px 0 74px 0;
}

.what-left img {
  width: 100%;
}

.what-right p {
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
}

.what-right p:nth-of-type(2) {
  margin-top: 10px;
}

.what-right p:nth-of-type(3) {
  margin-top: 12px;
}

.what-right p span {
  font-weight: 700;
  font-size: 32px;
}

/* what-area-end */






















